wger
wger copied to clipboard
Self hosted FLOSS fitness/workout, nutrition and weight tracker
### Priority/Impact Medium (affects some functionality) ### Description When manually syncing exercise and ingredients data a CommandError is returned. **Expected behavior:** Databases sync properly **What is currently happening:** The following...
### Priority/Impact None ### Description Android app - Training Logs - Calandar - List of exercises on that day The app shows a never ending white section where a graph...
### Priority/Impact Medium (affects some functionality) ### Description When running sync-ingredients-async the procress runs for a few days, then crashes with the following ```python [2025-03-31 15:03:21,969: ERROR/ForkPoolWorker-8] Task wger.nutrition.tasks.sync_all_ingredients_task[65793efa-4752-4f36-b025-73c9bcce2e5e] raised...
### Use case Notes should be displayed from previous workout when starting a new one. This is potentially of more use than showing the exercise numbers/weights. What if it was...
At the moment the type field in `Day` (enom, amrap, etc) has no function, and can only be edited over the API. This should obviously change and be editable on...
## Use case When I was using the application, I found that it was hard for me to understand how to go back to the main page after I'd clicked...
## Steps to Reproduce 1. Open app 2. Add nutrition plan 3. Add food 4. Click scan **Expected results:** A clear image of my camara output. Something like the food...
# Proposed Changes - Refer to Issue #1814 - Changed the `WeightEntry` date attribute from a `DateField` to a `DateTimeField` - Removed the `unique_together` of user and date. - Removed...