osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
4 stars 2 forks source link

Fix returning invalid data in some cases #318

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

Depends on:

Fixes some bugs relating to how data is returned when we fetch match data via pagination. Also disambiguates test functionality by introducing concrete MatchScore lists for games instead of just appending to those lists. Removed a lot of the logic around referee detection, instead we rely on the MatchScore itself being marked as !IsValid by a previous step in the automation checks flow.