osu-tournament-rating / otr-api

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

Update structure of `PlayerDTO`, `PlayerRanksDTO`, and `PlayerInfoDTO` #306

Open myssto opened 1 month ago

myssto commented 1 month ago

These three DTOs are incredibly similar and their different usages are a bit confusing because of that. I believe they can be safely condensed into 2 DTOs for clarity. New structures should look like so:

PlayerInfoDTO

PlayerDTO : PlayerInfoDTO

Tasks: