ScoreSaber / scoresaber-frontend

MIT License
87 stars 16 forks source link

Re-scale rank chart for returning players #73

Closed AaronC81 closed 2 years ago

AaronC81 commented 2 years ago

I've just got back into using ScoreSaber after the Quest update (yay!), after previously using the older version back on 1.13.

On the web front-end, if you've been inactive for a while and are given a #999999 global rank, then the rank chart is pretty unhelpful until 50 days have passed:

image

This PR removes #999999 ranks from the beginning of the history, if there are real ranks following it:

image

(If the entire history is #999999 ranks, then it isn't changed.)

I personally think this is an improvement since it makes the chart more useful to a returning player, but I understand it's a subjective change, so up to you on whether you'd like to merge!