feat: add showJurorProgressDashboard toggle to EvaluationConfig
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user