ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
957 stars 381 forks source link

Add mode and beatmapset filter to /beatmapsets/events #7337

Open Magnus-Cosmos opened 3 years ago

Magnus-Cosmos commented 3 years ago

Currently there is no way to filter modding events by mode or beatmapset (although a beatmapset's events are visible through https://osu.ppy.sh/beatmapsets/{beatmapset}/discussion/-/events, however there is no api route for this).

I think it'd be convenient to be able to filter the events by mode or by beatmapset id.

peppy commented 3 years ago

Just to clarify, are you asking for this to be added at the API side of things? The URL you've given is not an API url, so it's a bit unclear where you want this behaviour.

Magnus-Cosmos commented 3 years ago

For me, having it on API would be most beneficial, but I think adding it to web as well will also be useful (particularly a mode filter for web, cause e.g. if you do mostly standard modding, modding events from other modes won't be of any use/interest to you)