timer-machine / timer-machine-android

⏲ A highly customizable interval timer app for Android
GNU General Public License v3.0
190 stars 16 forks source link

Workout history not saved if stopped ongoing workout in middle #91

Open mahtoles opened 2 months ago

mahtoles commented 2 months ago

Hello,

While doing any workout and in the middle of the workout if I stop the current workout then workout history not saved. For example workout is of 12 minute and if I stop the workout after 8 minute then that work or do not get saved in the report.

Please check.

Thank you

DeweyReed commented 2 months ago

It's the intended behavior.

https://github.com/timer-machine/Grocery/blob/master/en/qa.md#run-record-is-not-saved

mahtoles commented 2 months ago

"Run record is not saved A record is saved in two cases.

The last step of the timer finishes naturally. (Requires app version 5.2.0 or later) The user manually stops the timer at the last step. Therefore, wait for the timer to finish at the last step or (requires app version 5.2.0 and later) stop manually, and the record will be saved."

As per above statement I believe records need to saved as I am on 7.5 version (needed above 5.2)

In my case total steps are 5 and repete count is 6. So if i complete rep 4 and after stop ... Records not saved.

Please see if it can be fixed in case repeat count. if completed single or multiple repeats records can be saved based on completed rep.

[Note this functionality exists in Exercise Timer]

Thank you

DeweyReed commented 2 months ago

In your case, the app saves a record when the timer finishes all 30 repetitions, or you stop the timer in the 30th repetition(the last repetition).