-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include more data on existing tournament item DTOs #580
Comments
yay/nay/wanna fight? |
I choose violence
The
Don't think that would be consistent with the rest of our DTOs at all. I would just add a |
lol you were right we do have a
Having both |
Tournament items returned from the API should include all of the stats that we generate. Some of the following DTOs are already implemented but as part of this process they should be double checked to ensure code quality and proper documentation.
TournamentDTO
PlayerTournamentStatsDTO[] PlayerStats
PlayerCompactDTO[] Players
(loaded in the same manner as on the MatchDTO)MatchDTO
RatingAdjustmentDTO[] RatingAdjustments
PlayerMatchStatsDTO[] PlayerStats
MatchWinRecordDTO? WinRecord
GameDTO
GameWinRecordDTO? WinRecord
GameScoreDTO
int? Placement
on the existingGameScoreDTO
The text was updated successfully, but these errors were encountered: