GNOME Bugzilla – Bug 701534
1RM prediction on all tests and results related to this
Last modified: 2013-06-17 16:23:14 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.
Most of the work done! Pending: - encoder preferences: "nonweighted", "weighted", "weighted2", "weighted3" - save 1RM value - open 1RM window and allow to delete some value
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
Done! but tests pending