topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Don't allow for deleting reviewers #1551

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

Reviewers

When displaying the Delete button for resources, we will disallow deleting reviewers. The user can still add reviewers, but they can't remove them. We will block deleting reviewers because there's no easy way in the v5 API to determine if a reviewer has submitted a review against any of the submissions, so we can't do proper validation.

suppermancool commented 1 year ago

@jmgasper done in work-manager-issue-1551.patch