SCCapstone / FitbitTeam

A webapp using Fitbit API to help those struggling with congestive heart failure.
2 stars 0 forks source link

5. sync FitBit device data to timeline on main #25

Closed clwalls closed 4 years ago

clwalls commented 5 years ago

grab data from fitbit sdk to populate timeline

see requirements and detailed design listed below: https://github.com/SCCapstone/FitbitTeam/wiki/Requirements https://github.com/SCCapstone/FitbitTeam/wiki/Design

clwalls commented 4 years ago

still needs work! see fitbit/tree/master/src/app/c-settings https://github.com/SCCapstone/FitbitTeam/tree/master/src/app/c-settings

get AJAX working correctly to GET using fitbit tokens

clwalls commented 4 years ago

Fitbit data can succesfully be pulled, working on parsing data into database now.

Client Professor Corbett wants us to include the fields: date, time, weight, and potentially source as she primarily wants weight from "Aria" fitbit scale. See https://dev.fitbit.com/build/reference/web-api/body/#weight

clwalls commented 4 years ago

This issue was initially too broad. It required #48 , and #49 to setup FitBit data into firebase.

50 and #51 Have been opened up for the remaining steps.