Replies: 1 comment
-
Hi! Making the workouts more flexible is one of the main features planed for the future (#848) , right now it's not clear how that will look like but one of the possibilities is to implement some kind of templates/scripts that the user could configure and use, such as 5-3-1 with some parameters or preferences. Random workouts would fit well there. The data structure already supports grouping similar exercises like the different squats or curls (but I still need to cleanup the database a bit) which could be used here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a big fan of random workouts: I have several exercise pools, divided by some personal high-level criteria (power, push, pull, core, skill, stretch) and a workout consists of doing one or multiple circuits, every time picking a random exercise from each pool.
Is this something that could be easily implementable? I'm actually a python dev and, time permitting, could have a go at this, though I would like to first coordinate on how to best implement this and if it is desirable at all.
From a fast look at the app I guess the easiest way to do a first implementation of this would be to
n
workouts from such a templateBeta Was this translation helpful? Give feedback.
All reactions