Roland Geider
Roland Geider
At the moment the calendar page is not really that useful, as it only shows the logs and sessions that are already in the system. It would be usefult if...
At the moment there is no protection against brute force attacks on the login page, while not a priority it would be nice if we could do something about it....
We want to give admins an overview of changes made to the exercises. At the moment we use django activity stream to log high level events such as "user 123...
When trying to save the daily caloric value in the user profile, the server responds with a 404:  
## Use case Present general statistics to the user ## Proposal Possible idea: calculate some (useful...) statistics for the the user. Some ideas: - total number of workout sessions (what...
## Use case At the moment, the public templates available on wger.de can't be synced to a local installation. ## Proposal Add a new script, similar to `sync-exercises`, that pulls...
Check if the UserCache table is used anywhere (and if it needs to be kept), remove otherwise
We should add support for Json Web Tokens to access the API https://github.com/jazzband/djangorestframework-simplejwt
## Use case Add a graphQL interface for workout routines, nutritional plans and exercises ## Proposal (this is just and idea) There are currently a multitude of API endpoints, each...