domjudge icon indicating copy to clipboard operation
domjudge copied to clipboard

Add 'super lazy' mode when running in shadow mode to only judge submissions upon request

Open nickygerritsen opened this issue 6 years ago • 1 comments

As requested by @SteinNorheim it would be great if we had a mode where we would not judge submissions automatically, but only when someone presses some button per submission.

We could do this by making the lazy judging mode a 'troolean' and modify the query to get the next judging to not return submissions we don't want.

This is related to #539 because this seems only useful when running in shadow mode.

nickygerritsen avatar Apr 06 '19 08:04 nickygerritsen

With the new judgehost API this basically means to create judgetasks on demand, similar to when a problem is not allowed to judge.

meisterT avatar Apr 02 '21 05:04 meisterT

So I have something in #1540 for this, but I assume that we also want to inverse this flag for the category the analysts belong to? Otherwise they have to press the button all the time to get their own submissions.

vmcj avatar Oct 03 '22 10:10 vmcj

Maybe only do it for external judgements? The analyst once aren't external.

nickygerritsen avatar Oct 03 '22 10:10 nickygerritsen

I propose to close this as I think this is now implemented (#1540)

@SuprDewd do you think the feature is now useful for analysts during the WF?

vmcj avatar Nov 10 '22 07:11 vmcj