We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating the beatmap-related schemas, implement new DTOs and alter existing ones to reflect these changes.
artist
songTitle
BeatmapDTO
BeatmapSetDTO
BeatmapSetCompactDTO
PlayerCompactDTO
Owner
BeatmapAttributesDTO
Id
Created
PlayerCompactDTO[]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update Beatmap DTOs
Overview
After updating the beatmap-related schemas, implement new DTOs and alter existing ones to reflect these changes.
Dependencies
Tasks
artist
andsongTitle
fromBeatmapDTO
BeatmapSetDTO
andBeatmapSetCompactDTO
BeatmapSetDTO
includes all childBeatmapDTO
s (compact does not)BeatmapSetDTO
should inherit fromBeatmapSetCompactDTO
BeatmapSetCompactDTO
needsPlayerCompactDTO
labeledOwner
BeatmapAttributesDTO
which excludes fields likeId
,Created
, etc.BeatmapDTO
BeatmapAttributesDTO
PlayerCompactDTO[]
for any owners of the mapThe text was updated successfully, but these errors were encountered: