-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The current draft Contest Information Access Policy (CIAP) has a new thing called 'Simplified judgement type' for judgements. The main and only use for this is to give teams access to a simplified judgement type of judgements of submissions of other teams (a lot of 'of' here...) for submissions made before the freeze (or up to 3 accepted ones in the freeze for 'the Bill rule'). So instead of seeing that a submissions got WA
, you can only see it was RE
. I.e. teams would only see AC
and RE
(and maaayybeee CE
if it doesn't give a penalty?) for these submissions.
It was discussed during the CIAP meetings that this probably is best handled by something in the CCS spec, so hence this issue.
One solution could be to add a simplified_judgement_id
to the judgement type object. But this makes encoding this in /access
a bit hard.
Another way could be to add simplified_judgement_id
to the judgement endpoint and exposing that (but not judgement_id
) to teams.
Maybe there are even more options...