Measurement entries are currently limited to one per day. We need to remove this constraint and allow multiple daily measurements, similar to the change implemented for weight entries in #1814.
TODO:
- replace the date field with a datetime field in
wger/measurements/models/measurement.py
- remove any logic in the date picker in the react app
- remove any logic in the date picker in the flutter app
Measurement entries are currently limited to one per day. We need to remove this constraint and allow multiple daily measurements, similar to the change implemented for weight entries in #1814.
TODO:
wger/measurements/models/measurement.py