Implement sync from Android Health Connect and Apple Health. In a first step, just import some basic data (and learn what changes to the backend are needed), for example:
- calories burned
- heart rate
- steps
- distance walked
- sleep quality
- body weight
There is a flutter package that seems to do what we need: https://pub.dev/packages/health, but we still need to see how well this all works, what format(s) we will get, what we need to do when the user stops the sync, what happens if there are several devices that report the same stats, etc.
Refer to wger-project/wger#1111 for the backend changes
Implement sync from Android Health Connect and Apple Health. In a first step, just import some basic data (and learn what changes to the backend are needed), for example:
There is a flutter package that seems to do what we need: https://pub.dev/packages/health, but we still need to see how well this all works, what format(s) we will get, what we need to do when the user stops the sync, what happens if there are several devices that report the same stats, etc.
Refer to wger-project/wger#1111 for the backend changes