Skip to content

Add an api/stats endpoint #284

@KenEucker

Description

@KenEucker

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions