-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
I've been asked to display rankings per theme (used as categories) per user, on a custom leaderboard.
I'm also trying to do it without making changes to the UserInfuser codebase, or if I do need to make changes, I'd like to do them in a way that could be accepted upstream.
I'm very familiar with SQL but not with GQL. If this were SQL, I'd either do an ad-hoc join query to calculate the per-theme rankings on the fly, or perhaps create a jointable with foreign keys for user and theme, and a field for rank, and just store the rank there, joined to user.
Do you have any preference as to how this should be done, or any advice on how to do it with a minimum of change to the codebase?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels