stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
80 stars 52 forks source link

Display Tooltip with Top 3 and total score when hovering over nation in stats viewer map #162

Open stadust opened 2 months ago

stadust commented 2 months ago

When designing the new stats viewer in 2021, the plan was to have tooltips when hovering over nations that display the top 3 players in the currently hovered-over country + the total score (and maybe some other stats). Back then, that was infeasible due to all ranking related endpoints being too slow for the amount of requests this would produce. However, since #129, this is no longer a concern, finally making this feature possible.