astashov / liftosaur

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

[Feature Request] Warmup presets #69

Closed ozanmakes closed 2 months ago

ozanmakes commented 10 months ago

The program I'm following has some pre-determined types of warmups for each exercise:

image

It would be great to define this logic in one place and select using a dropdown when adding exercises.

Liftin' app has something like this: IMG_8920ABE79005-1

image

astashov commented 10 months ago

I like that. It could be configurable in your Settings, I suppose, with some defaults. Kinda similar to equipment, where we have built-in types, but you can add yours.

It's a bit tricky technically to add it (because it'd need to be added to all program sharings, program link generation, etc), but I already do that for equipment and custom exercises, so it could behave similarly.

astashov commented 2 months ago

Not super relevant since you can reuse warmups now, and also it's easy enough to copy paste them in the program text