Roland Geider

Results 164 issues of Roland Geider

The general API documentation won't win any prices, we should improve (so it becomes usable) with something like [drf-spectacular](https://drf-spectacular.readthedocs.io/en/latest/)

good first issue

At the moment, the exercise api cache prevents changes from being shown after performing updates or similar. Currently we simply cache the whole response based on the URL parameters, but...

Right now the workout logs and the workout session are only linked through the date (for sessions this value is unique and enforced by the DB). This presents in some...

It is currently not possible to deactivate or even delete trainers for a gym. The gym manager should be able to do this.

Allow users to form and manage teams. This still needs to be discussed further. - Users can form teams - Different roles? - Integrate in gym app - Team dashboard...

effort: high
needs discussion

User request: trainers and administrators should be able to add template workouts and template plans. Users for that gym (or in the case of admins, the whole instance) could browse...

Idea: there could be 'slots' of exercises for warmup, stretching, the workout itself etc.

If the user does not specify a username when registering, save internally the email address (TODO: check that it's possible to accept all emails as usernames beccause of length, etc)....

At the moment there is no validation when adding a new exercise to the workout without any repetitions. When working on this issue it's probably a good idea to refactor...

Add the possibility to create dynamic measurements that are calcualted based on other entries. For example, a 1RM calculated value for squats from the logged values or the BMI. How...