13 lines
699 B
Markdown
13 lines
699 B
Markdown
# Level 1 Goals
|
|
* make the api call to get the scores for today
|
|
* show names + scores for that day
|
|
* order scores by fastest to slowest
|
|
|
|
# Level 2 Goals
|
|
* show medal or some indication of who is leading (either for the day or the month or lifetime)
|
|
* allow user to select a single day that is not today (via calendar picker, enter in, etc.)
|
|
* allow user to select a range of dates (or a specific month) + get an average score for each user for that time period (note: this will require the 7s to be parsed out, or null values to be used in place)
|
|
|
|
# Level 3 Goals
|
|
* something about graphs + charts
|
|
* allow any new member to join by entering their username (unsure how possible this is with the api)
|