Skip to content

Commit

Permalink
Add design document
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
paudrow committed Oct 22, 2021
1 parent 2a1c195 commit 303755e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions DESIGN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DESIGN

## Features

- Get intraday steps from Fitbit
- Calculate active steps, as defined by ABM
- Make a goal for the user
- Check if the users steps have exceeded the goal
- Show goals / performance over the duration of the study
- Test if the API keys work
- Work with multiple Fitbit devices
- Export the full study for easy processing

## Considerations

- It would be great to make this deterministic, so that I do not need to keep a
memory of the events
- It would be great to have a sort of caching behavior -> maybe saving to a
temporary directory

0 comments on commit 303755e

Please sign in to comment.