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] Please add multiple sort ways to make new collections more useful. #142

Open
humonia-sys opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@humonia-sys
Copy link

Is your feature request related to a problem? Please describe.
New way to make collections is not so that useful and difficult to use.
I hope it can become more useful.

Describe the solution you'd like
Just like versions/bpm/varities, we can select how to sort the charts, and use arrows to change sorts in sort way we select, just like:
versions
| maimai
| maimai+
| maimai green
| maimai green+
......
bpm
| 70
| 80
| 90
......
varities
| maimai
| CHUNITHM AND ONGEKI
| TOHOU
......
to make structure like this:
"name": "version",
"transkey": "版本",//or just use name to display
"sorts":
[{
"name": "maimai", // The in-game display name of this collection.
"transkey": "maimai[真]"
"levelIds": [] // A list of levels contained in this collection.
},{
"name": "maimai_plus", // The in-game display name of this collection.
"transkey": "maimai+[真]"
"levelIds": [] // A list of levels contained in this collection.
},{
"name": "maimai_green", // The in-game display name of this collection.
"transkey": "maimai Green[超]"
"levelIds": [] // A list of levels contained in this collection.
}]

I hope this will be helpful and let it play his unique role

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@humonia-sys humonia-sys added the enhancement New feature or request label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants