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

Add option to return a submission with five or more recusals to the judging pool #5337

Open
dboyer opened this issue Jan 27, 2025 · 1 comment

Comments

@dboyer
Copy link

dboyer commented Jan 27, 2025

Depends on #5335 and #5336

Score monitors will review submissions with a high number of recusals and take one of three options:

  1. Assign it to a specific judge (already a feature on the platform)
  2. Unpublish it as a disqualified submission (already a feature on the platform)
  3. Choose to return it to the judging pool

We need to support option 3. We shouldn't remove the recusals that are on the submission since we want to have that info tracked, but score monitors should have a button they can select to allow the submission to be in the judging pool even if it has 5 or more recusals.

@shaun-technovation
Copy link
Contributor

Random thoughts/comments...

I wonder if having more complete admin functionality around this would be useful:

  • Manually remove any submission from the judging pool
  • Manually add any submission back to the judging pool
  • A datagrid to view all submissions that have been removed from the judging pool

I think #5335 would just work in the background, behind the scenes, once a submission gets five recusals it would be automatically removed from the judging pool and be viewable on the new datagrid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants