issues
search
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 admin note database entities
#378
Closed
myssto
closed
1 month ago
myssto
commented
2 months ago
[x] Create a generic base class for admin notes
[x] Derive an admin note entity class for each:
[x] Tournament
https://github.com/osu-tournament-rating/otr-api/pull/408
[x] Match
https://github.com/osu-tournament-rating/otr-api/pull/409
[x] Game
https://github.com/osu-tournament-rating/otr-api/pull/421
[x] GameScore
https://github.com/osu-tournament-rating/otr-api/pull/423
[x] Player
https://github.com/osu-tournament-rating/otr-api/pull/417
[x] OAuthClient
https://github.com/osu-tournament-rating/otr-api/pull/424
[x] Create and test database migrations