Skip to content
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

Remove no longer necessary API score models #19379

Merged
merged 3 commits into from
Jul 26, 2022

Conversation

frenzibyte
Copy link
Member

@frenzibyte frenzibyte commented Jul 25, 2022

  • Ensure score submission works (can't due to unavailability of solo-scores route in dev server)

Since the introduction of SoloScoreInfo, two model classes were no longer necessary to remain:

  • APIScore, which is the legacy version of SoloScoreInfo, and is no longer used by any component. Has been removed
  • SubmittableScore, which is a simplified version of SoloScoreInfo. Has been moved to an extension method in SoloScoreInfo instead.

@peppy
Copy link
Member

peppy commented Jul 25, 2022

Looks sane, have tested to work online

@peppy peppy requested a review from smoogipoo July 25, 2022 16:35
@smoogipoo smoogipoo merged commit a7598c6 into ppy:master Jul 26, 2022
@frenzibyte frenzibyte deleted the remove-submittable-score branch July 26, 2022 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants