Allow verification of submissions on (contest)problem level - #3695
Draft
vmcj wants to merge 3 commits into
Draft
Conversation
This allows for more space on the columns with text.
This way we have \w{1} + #{1} + [a-z0-9]{6} width.
This allows for checking of the results and already allowing for some problems when enough submissions have come in. As suggested by @mkfuron in https://domjudge-org.slack.com/archives/CHHURFUM7/p1779496255283309
vmcj
marked this pull request as draft
July 28, 2026 18:47
Contributor
|
BTW, this feature was brought up in #645 before, so I think someone might switch the related settings during the contest. So I think we need to test this kind of scenario. |
Contributor
|
Thanks for pulling me in here! It looks like there are two separate concerns:
|
Member
Author
Yes, I think Marc handles this different, so I first wanted to implement his suggestion and address your suggestions in a future PR as it requires a bit more work to do it cleanly/performant. And it shouldn't move it, it should add an additional option to do it either globally or for specific problems. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows for checking of the results and already allowing for some problems when enough submissions have come in.
As suggested by @mkfuron in https://domjudge-org.slack.com/archives/CHHURFUM7/p1779496255283309
That discussion also had other options by @mpsijm which I think are different ways of looking at the problem so I suspect we should support both (or neither?).
Also added some minor fixes:
