You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi, I came across this project and would like to work on this issue. I am a newcomer (to github, i have experience in flutter), so can you please guide me through?
hi @Radheshg04 ! Sorry for the late reply! This would be reaaaly helpful for us! The first step would be to actually check how the health package works and what type of data we get back from it. It's also probably easier to talk the details over at discord, but if you prefer to do it over this issue, this is also fine
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
The text was updated successfully, but these errors were encountered: