Skip to content

Feature: leaderboard #76

@JaneIRL

Description

@JaneIRL

Feature


        exposed private endpoint to get leaderboard info (and live updates) to display on our physical leaderboard

you can compute points of a user with computePoints(user). this might be an expensive operation to do on every single User and then sort them, so it might make sense to also store a point field on Users to cache the computed points. however cache invalidation is hard and we can very easily end up in a de-synchronized state and we'd be fucked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c-featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions