osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
8 stars 5 forks source link

Create `AutomationCheck`s that check for and apply `MatchWarningFlags` and `GameWarningFlags` #479

Closed myssto closed 1 week ago

myssto commented 1 month ago

Depends on #478

Add support for the DataWorker to check for and apply MatchWarningFlags and GameWarningFlags during automation checks. Implement the following as implementations of AutomationCheckBase<Match> and AutomationCheckBase<Game> respectively.