-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leaderboardposition in Campaign Overview #68
Comments
As mentioned on Discord, I think this would require a separate request for each map in a campaign to get the position via the score/surround API - obviously that could be cached but it doesn't really scale well since the cache would be per user (and users would expect it to be up to date when opening the page). But maybe I'm missing some way to achieve this - @codecat you got an idea by any chance? |
Yeah I agree, I don't really know of any good way to do it. If we did a request for every map & every player, Nadeo will complain at us pretty quickly :P |
It's available there because it's requested by the page during load - but that's always one map at a time. If we have to request 25 different maps every time someone just looks at a campaign, it increases the server load quite a bit. |
Ooh, ok ok, that makes sense. |
Hello,
would it be possible to add your Leaderboard Position in the Overview of a Campaign as a little QOL change?
Maybe directly under the Personal Best time?
Thanks!
The text was updated successfully, but these errors were encountered: