After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353051 - Server with Sqlite
Server with Sqlite
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump-server
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2006-08-27 00:27 UTC by Xavier de Blas
Modified: 2006-11-19 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2006-08-27 00:27:53 UTC
Start the creation of a server who can ask to sqlite and return results
Comment 1 Xavier de Blas 2006-11-19 13:24:11 UTC
Chronojump server code started.

It currently connects to the DB as WebService and uses the classes of chronojump :)

http://cvs.gnome.org/viewcvs/chronojump/chronojump_server/

Chronojump classes have to be refactorized. We need to separate events definition from events execution. Events execution contains calls to gtk# and chronopic that are not needed on the server. Simple jump code separation has started.