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 `TournamentCompactDTO` and include it in `MatchDTO` #494

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

Closes #487, #489

github-actions[bot] commented 1 month ago

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
hburn7 commented 1 month ago

Just a couple docs changes. Keep in mind this PR will also conflict with #477 in the future because TournamentCompactDTO is already implemented in that.

Good to know