Skip to content

Conversation

@vmcj
Copy link
Member

@vmcj vmcj commented Nov 8, 2025

Couple of commits from: #3174 which are expected to already get approved to make discussion easier.

->getQuery()
->getResult();
->addOrderBy('c.clarid', 'DESC');
if (!$this->dj->checkrole('jury') && $contest->getStartTimeObject()->getTimestamp() > time()) {
Copy link
Member

Choose a reason for hiding this comment

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

Are we sure we want this first part? Even if you are jury, do we want to show these clarifications on the team pages? I think this might confuse people.

Copy link
Member Author

Choose a reason for hiding this comment

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

I was thinking the same thing, and the thing I think I wanted the most is to as a jury member be able to "restrict" the view to what a team would see or get all the information.

I'll make it uniform for now.

@vmcj vmcj force-pushed the jury_clarification_warning_extraction_team_clar_submit branch from 5616ca0 to 978bf7b Compare November 11, 2025 18:42
@vmcj vmcj requested a review from nickygerritsen November 23, 2025 15:22
vmcj added 3 commits November 23, 2025 20:20
We already disclose those in the API, so keep this consistent. This
does result in the `contest time` of that clarification to be negative
but thats factually true.
@vmcj vmcj force-pushed the jury_clarification_warning_extraction_team_clar_submit branch from 978bf7b to e9bfad0 Compare November 23, 2025 19:21
@vmcj vmcj enabled auto-merge November 23, 2025 19:22
@vmcj vmcj added this pull request to the merge queue Nov 23, 2025
Merged via the queue into DOMjudge:main with commit 8535f48 Nov 23, 2025
37 checks passed
@vmcj vmcj deleted the jury_clarification_warning_extraction_team_clar_submit branch November 23, 2025 20:02
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.

3 participants