2394425147 / 2394425147/astrodx

[Feature] Please add multiple sort ways to make new collections more useful.

未关闭
#142 0 条评论 1 个 reaction 已指派 1 人 已被 @2394425147 认领 在 GitHub 查看
enhancement
主要语言
C#
星标
1.9k
派生
63
PR 合并指标
30 天内没有已合并 PR

描述

**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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。