From 85b7a14913c05b88b720fc546eaca5575ffe53fd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 20 Feb 2026 21:38:58 +0900 Subject: feat(admin): add bulk rejudge for game submissions Extract common rejudge logic into a helper method and add two new endpoints: rejudge-latest (per-user latest only) and rejudge-all. This allows re-running submissions in bulk after testcase changes. Co-Authored-By: Claude Opus 4.6 --- backend/admin/templates/submissions.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'backend/admin/templates/submissions.html') diff --git a/backend/admin/templates/submissions.html b/backend/admin/templates/submissions.html index 6870c2a..c53c5b3 100644 --- a/backend/admin/templates/submissions.html +++ b/backend/admin/templates/submissions.html @@ -8,6 +8,12 @@ {{ define "content" }}

Submissions for Game {{ .GameID }}

+
+ +
+
+ +
-- cgit v1.3.1