|
Build and Push Docker Image / build (push) Successful in 9m41s
Details
- Add minAssignmentsPerJuror and maxAssignmentsPerJuror fields to Round model - Update assignment router: - Calculate effective max from user override or round default - Add forceOverride parameter for manual assignment beyond limits - Update getSuggestions to use round constraints with min target bonus - Update getAISuggestions to pass constraints to AI service - Update AI assignment service: - Add minAssignmentsPerJuror to constraints interface - Update fallback algorithm with under-min bonus scoring - New score weights: 50% expertise, 30% load, 20% under-min bonus - Update round router: - Add new constraint fields to create/update schemas - Add validation for min <= max constraint - Update admin UI: - Add min/max constraint fields to round edit page - Remove hardcoded maxPerJuror from assignments page - Add migration files for production deployment: - User.bio field for judge/mentor profiles - Round assignment constraint fields Constraint hierarchy: 1. User.maxAssignments (if set) overrides round default 2. Round.maxAssignmentsPerJuror is the default cap 3. Admin can force-override any limit with confirmation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 20260130000000_init | ||
| 20260202000000_prototype1_improvements | ||
| 20260202100000_add_award_ai_toggle | ||
| 20260202120000_decouple_projects_from_rounds | ||
| 20260203000000_add_ai_usage_log | ||
| 20260203100000_add_invite_token_columns | ||
| 20260203200000_add_onboarding_system | ||
| 20260203210000_add_filtering_job | ||
| 20260203220000_add_in_app_notifications | ||
| 20260204000000_add_round_entry_notification | ||
| 20260204100000_add_round_sort_order | ||
| 20260204140000_add_user_bio | ||
| 20260204150000_add_assignment_constraints | ||
| migration_lock.toml | ||