Skip to content
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

[Feature] More intuitive score sorting #691

Open
3plestar opened this issue Feb 9, 2025 · 0 comments
Open

[Feature] More intuitive score sorting #691

3plestar opened this issue Feb 9, 2025 · 0 comments
Assignees

Comments

@3plestar
Copy link

3plestar commented Feb 9, 2025

So right now when you sort by scores it seems to only take in account the highest score of all difficulties of a single song. So when you have a lot of scores in different difficulties, the sorting seems almost random.
I think it would be more intuitive to have songs be sorted by score seperately between different difficulties

Here is a demonstration of what I mean.

how scores are sorted now:
Novice      | Advance          | Exhaust
song 1: 800 | song 1: 999      | song 1: no score
song 2: 900 | song 2: no score | song 2: 700
song 3: 710 | song 3: 870      | song 3: 600


what I would expect:
Novice      | Advance          | Exhaust
song 2: 900 | song 1: 999      | song 2: 700
song 1: 800 | song 3: 870      | song 3: 600
song 3: 710 | song 2: no score | song 1: no score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants