-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
c-featureNew feature or requestNew feature or request
Description
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 User
s 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
Labels
c-featureNew feature or requestNew feature or request