Add filter to exclude convert scores (Mania, Taiko, Catch)
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 117
- Forks
- 27
- Avg merge
- 4m
- Merged PRs (30d)
- 3
Description
Add a !c modifier to some commands to exclude scores on convert maps (maps that are from osu!standard and converted to the specified gamemode)
You can get countless #1 on convert leaderboards because nobody plays them, so it would be way better to compare some of the data, like the ones involving leaderboards, without converts (this applies to the three gamemodes)
It could be added to the following commands:
osustatsglobals, osustatscount, osustatslist, mapper and topif
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementations of osustatsglobals, osustatscount, osustatslist, mapper, and topif, then inspect how their leaderboard-related data is gathered for Mania, Taiko, and Catch. Confirm how convert maps are represented before deciding where the !c modifier belongs. Done means each listed command accepts !c and excludes converted scores from the relevant comparisons.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100