feat: add showJurorProgressDashboard toggle to EvaluationConfig

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 15:12:23 +01:00
parent a327962f04
commit 2a61aa8e08
2 changed files with 13 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ export const EvaluationConfigSchema = z.object({
coiRequired: z.boolean().default(true),
peerReviewEnabled: z.boolean().default(false),
showJurorProgressDashboard: z.boolean().default(false),
anonymizationLevel: z
.enum(['fully_anonymous', 'show_initials', 'named'])
.default('fully_anonymous'),