DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
732 stars 256 forks source link

Consider adding an option to choose whether or not to display the results of TOO-LATE submissions on the Team page #1967

Closed Dup4 closed 1 year ago

Dup4 commented 1 year ago

Description of the enhancement request

Replace this line with a short description.

DOMjudge is mainly used as a competition system.

However, we often use DOMjudge for training contest, and then after the training contest, the team members who take part in the training contest have the need to solve problems after the contest.

It would be useful to add an option to the configuration page to enable the display of TOO-LATE submissions on the team page.

eldering commented 1 year ago

I don't understand your description of the setting for which this configuration option would be useful. The "players" are contestants/teams in the training contest? What does "making up questions" mean here?

Dup4 commented 1 year ago

I don't understand your description of the setting for which this configuration option would be useful. The "players" are contestants/teams in the training contest? What does "making up questions" mean here?

Sorry, I've re-edited it.

The "players" means that team members who take part in the training contest.

They may still have a need to continue working on the problems after the contest is over.

So, it would be very helpful if the TOO-LATE submission also showed the results after the end of the contest.

image image

Just like this.

nickygerritsen commented 1 year ago

We should add a global configuration option that enables this. @Dup4 would you be willing to implement this?