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 420580 - record bells for each user & session
record bells for each user & session
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
unspecified
Other All
: Low enhancement
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2007-03-20 15:40 UTC by Xavier de Blas
Modified: 2020-12-25 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2007-03-20 15:40:05 UTC
Allow with two radiobuttons and a button to record the selected bells to the user or to the session. 

Create an appbar on eventWindow, and when event starts, show that some bells are used (session recorded bells, or user bells)

User recorded bells are for all session, and they override de session bells

this have to be independent on jumpsRj and runsInterval

save it in the database with this tables:

recordedBells

int uniqueID, 
bool isUserBell, //false will be a session bell
int userOrSessionID,
bool jumpRjData, //exists jumpRj bells defined?
bool runIntervalData, //exists runInterval bells defined?
(bells columns like)
  double tfGreaterValue: ,65 //-1 for not defined
  double tfLowerValue: ,2 //-1 for not defined
  ...