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

During the freeze display a list of submission times of the different tries #2427

Open
vmcj opened this issue Mar 24, 2024 · 5 comments · May be fixed by #2918
Open

During the freeze display a list of submission times of the different tries #2427

vmcj opened this issue Mar 24, 2024 · 5 comments · May be fixed by #2918

Comments

@vmcj
Copy link
Member

vmcj commented Mar 24, 2024

One can get this information by periodically polling the UI or API/Scoreboard.

During the EUC this was asked for, personally I think it makes sense but I'm not sure if it looks nice or if we should disclose it only after a hover (which would make it a bit hidden again).

@cubercsl
Copy link
Contributor

cubercsl commented Mar 31, 2024

I think that the submission details could be popped up by clicking on a cell on the scoreboard like this.
image

But it seems that teams can only view the submission time and language (without admin right), the submission results (accepted, rejected or pending) can only get by polling scoreboard API afaik. So it may need to be implemented in the API.

This also seems to increase the complexity of the static scoreboard.

@vmcj vmcj added the webbackend label Jun 1, 2024
@subconscious0
Copy link

I believe an intermediate solution is to display the last submission time as that's probably the one contestants care the most about. This is also not restricted to frozen board only.

(Looks like this feature is also present in the picture above)

@eldering
Copy link
Member

eldering commented Oct 6, 2024

I think we explicitly removed the submission time as it clutters the scoreboard too much. If anything I'd prefer the solution @cubercsl suggests, but I'm not sure how much it's worth the extra complexity.

@cubercsl
Copy link
Contributor

cubercsl commented Oct 6, 2024

image

Maybe we should port a submission list twig and a controller to public.

I found partials/submission_list.html.twig in /jury and /team, so I tried to make a similar one in the jury scoreboard.

@eldering
Copy link
Member

After IRL hackathon discussion we think that adding this on the scoreboard itself will clutter things too much. Adding it as a modal/popup as @cubercsl shows could work.

nickygerritsen added a commit to nickygerritsen/domjudge that referenced this issue Feb 28, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
… on a cell

Fixes DOMjudge#2427
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants