- Deployed on Heroku
- Pulls Top 10 students with the highest number of steps completed
- Only queries for students within a specific time frame (ex: during the camp)
Top-performing students in the curriculum are awarded badges to reflect their performance. Currently, badges are shown for:
Badge | Description |
---|---|
Top 4 students farthest in the curriculum. | |
On track in the curriculum based based on the current week number |
- Change
ISOdate
for specific time frame /api/leaderboard
endpoint in backend returns object of top ten users
{"topUsers": ["example", "example", "example", "example", "example", "example", "example", "example", "example", "example"]};