Skip to content

PM-4608: show MM final scores during review#7203

Open
jmgasper wants to merge 1 commit intodevelopfrom
PM-4608-2
Open

PM-4608: show MM final scores during review#7203
jmgasper wants to merge 1 commit intodevelopfrom
PM-4608-2

Conversation

@jmgasper
Copy link
Copy Markdown
Collaborator

@jmgasper jmgasper commented Apr 3, 2026

What was broken
Marathon Match final scores stayed hidden in Community App while the review phase was still open, even after Review API had stored the system-test final scores.

Root cause
The MM submission views treated review completion as a prerequisite for rendering final scores, so open-review challenges forced the final-score fields to N/A or - despite having finalScore data.

What was changed
Removed the review-complete gate from the MM submissions table and submission history rows.
Updated My Submissions and the submission details modal to surface finalScore as soon as it exists, while still preferring initialScore over stale provisional-score values.

Any added/updated tests
Updated the My Submissions score regression test to verify final scores remain visible before the review phase closes.

What was broken
Marathon Match final scores stayed hidden in Community App while the review phase was still open, even after Review API had stored the system-test final scores.

Root cause
The MM submission views treated review completion as a prerequisite for rendering final scores, so open-review challenges forced the final-score fields to `N/A` or `-` despite having `finalScore` data.

What was changed
Removed the review-complete gate from the MM submissions table and submission history rows.
Updated My Submissions and the submission details modal to surface `finalScore` as soon as it exists, while still preferring `initialScore` over stale provisional-score values.

Any added/updated tests
Updated the My Submissions score regression test to verify final scores remain visible before the review phase closes.
@jmgasper jmgasper requested a review from kkartunov as a code owner April 3, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant