Currently both the weight and repetition units in slot_entry and log are nullable and we treat that case as using reps and kg as their units. Removing this would make the code much simpler:
- Migration that fills up all null values with their defaults
- Flutter and react code: remove special cases
Currently both the weight and repetition units in
slot_entryandlogare nullable and we treat that case as using reps and kg as their units. Removing this would make the code much simpler: