Skip to content

PM-4813: show all assigned reviewers in view mode#1719

Merged
jmgasper merged 1 commit intotopcoder-platform:devfrom
jmgasper:PM-4813
Apr 10, 2026
Merged

PM-4813: show all assigned reviewers in view mode#1719
jmgasper merged 1 commit intotopcoder-platform:devfrom
jmgasper:PM-4813

Conversation

@jmgasper
Copy link
Copy Markdown
Collaborator

@jmgasper jmgasper commented Apr 10, 2026

What was broken
In design challenges, the read-only review configuration summary could omit assigned reviewers when multiple reviewer rows resolved to the same resource role. The legacy work-manager summary showed those assignments, but the platform-ui view could leave later rows blank or repeated.

Root cause (if identifiable)
The summary resolved assigned members independently for each reviewer row by taking the first matching resources for that role every time. When repeated reviewer rows shared a role, later rows reused the same initial resources instead of consuming the remaining assignments in row order.

What was changed
The human-review summary now resolves the reviewer role id separately and builds assigned-member labels across all reviewer rows in order, tracking per-role offsets so repeated rows consume distinct persisted assignments. The human-review table row keys were also made explicitly unique, and the ChallengeEditorPage README was updated to document the repeated-role summary behavior.

Any added/updated tests
Added a regression test covering repeated approval rows that share the same resource role and asserting that each row shows a different assigned member in view mode.


Open with Devin

What was broken
In design challenges, the read-only review configuration summary could omit assigned reviewers when multiple reviewer rows resolved to the same resource role. The legacy work-manager summary showed those assignments, but the platform-ui view could leave later rows blank or repeated.

Root cause (if identifiable)
The summary resolved assigned members independently for each reviewer row by taking the first matching resources for that role every time. When repeated reviewer rows shared a role, later rows reused the same initial resources instead of consuming the remaining assignments in row order.

What was changed
The human-review summary now resolves the reviewer role id separately and builds assigned-member labels across all reviewer rows in order, tracking per-role offsets so repeated rows consume distinct persisted assignments. The human-review table row keys were also made explicitly unique, and the ChallengeEditorPage README was updated to document the repeated-role summary behavior.

Any added/updated tests
Added a regression test covering repeated approval rows that share the same resource role and asserting that each row shows a different assigned member in view mode.
@jmgasper jmgasper requested a review from kkartunov as a code owner April 10, 2026 08:24
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@jmgasper jmgasper merged commit 9a69dda into topcoder-platform:dev Apr 10, 2026
4 checks passed
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