-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Audrow Nash <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |