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 701534 - 1RM prediction on all tests and results related to this
1RM prediction on all tests and results related to this
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2013-06-03 14:44 UTC by Xavier de Blas
Modified: 2013-06-17 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2013-06-03 14:44:48 UTC
http://foro.chronojump.org/showthread.php?tid=1288&pid=2477#pid2477

Need to create a table for each user:

encoder1RM

uniqueID int autoincrement
personID int Key
sessionID int Key
exerciseID int Key
type: string
1RM: float
future1: string
future2: string
future3: string

Then need to put buttons to calculate the 1RM and to show results related to this 1RM.
Comment 1 Xavier de Blas 2013-06-11 20:03:46 UTC
Most of the work done!

Pending:
- encoder preferences: "nonweighted", "weighted", "weighted2", "weighted3"
- save 1RM value
- open 1RM window and allow to delete some value
Comment 2 Xavier de Blas 2013-06-12 16:21:28 UTC
When execute warn (and stop) if curves of different exercises are selected

Save the 1RM related to exercise of:
- the signal (see combo)
- the curves (if curves is selected)

check that exerciseID is related to curves if needed
Comment 3 Xavier de Blas 2013-06-17 08:44:04 UTC
Done! but tests pending