astashov / liftosaur

Weightlifting tracker app for coders
https://www.liftosaur.com
GNU Affero General Public License v3.0
243 stars 32 forks source link

[Feature Request] - Assign different rest times per exercise #54

Closed JostLuebbe closed 1 year ago

JostLuebbe commented 1 year ago

Hello, I want to start by saying this is an amazing app and it's definitely helped me get back into the gym.

One feature I would love to have is the ability to assign a different rest time for each exercise. So for example, for squats I might want to rest 3 minutes between each set but for dumbbell curls only 1 minute. The existing timers for warmup/workout are good but I always have to do the manual adjustment of adding or removing 15s at a time to get the actual rest time I want.

Thanks again for all the work you've put into this app!

astashov commented 1 year ago

You can currently assign per-exercise rest timers, they have precedence over global workout timer. For that, go to edit exercise screen -> Advanced -> Scroll down to "Extra Features" -> toggle "Enable Exercise Rest Timer".

You can specify both regular number as seconds (e.g. 90), or you can specify Liftoscript expression, use state variables, etc - same as in reps and weight fields for sets.

Thanks for using Liftosaur! :)

JostLuebbe commented 1 year ago

Ah OK, I found it. Thank you for making me aware of this feature.