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.

vmcj added 3 commits November 8, 2025 17:33
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.
We do for the jury so they can still see the interface as it would at contest
start.
->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.

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