onejgordon / flow-dashboard

[UNMAINTAINED] A goal, task & habit tracker + personal dashboard to focus on what matters
http://flowdash.co
MIT License
1.66k stars 187 forks source link

Support for tracking total step counts (from Google Fit) #146

Open onejgordon opened 2 years ago

onejgordon commented 2 years ago

Activity logs (like running, swimming, etc) are stored by Google Fit in sessions, while steps are treated as an entirely separate data entity. Flow currently reads the former, and extracts those with keyword matches, but does not request the daily total.

Ideal feature would be to make a second call to the Fit steps endpoint for users who include "steps" or similar keywords in their GFit configuration in Flow.