-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
The stats endpoint should provide stats for a given game that include:
- Highest number of tags per day (amount, date)
- longest streak of daily tags (amount of days, date range)
- total number of players
- total number of tags
- longest time between tags
It might take too long to provide all of these stats in a single serverless function call. If so, then we should provide a mechanism to only provide the stats we can in the amount of time we have, then try to store stats and provide stored stats with a datetime that tracks how up to date the stats are.
Metadata
Metadata
Assignees
Labels
No labels