• Joined on 2026-02-14
matt pushed to main at MOPC/MOPC-Portal 2026-02-17 10:09:19 +01:00
c9640c6086 Add document analysis: page count, text extraction & language detection
matt pushed to main at MOPC/MOPC-Portal 2026-02-17 09:30:07 +01:00
771f35c695 Retroactive auto-PASS for projects with complete documents
fbeec846a3 Pass tag confidence scores to AI assignment for weighted matching
cfeef9a601 Add auto-pass & advance for intake rounds (no manual marking needed)
fcee8761b9 Hide jury stat card in header for non-jury rounds (INTAKE, FILTERING, etc.)
Compare 4 commits »
matt pushed to main at MOPC/MOPC-Portal 2026-02-17 01:43:28 +01:00
7b98b64c1c Auto-transition projects to PASSED when all required documents uploaded
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 16:43:32 +01:00
09049d2911 Round management: tab cleanup, date pickers, advancement workflow
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 16:16:32 +01:00
3fb0d128a1 Fix missing query invalidations across member management
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 16:05:33 +01:00
5965f7889d Platform-wide UX fixes: assignment dialog, invalidation, settings, dashboard
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 15:48:42 +01:00
b2279067e2 Add LiteLLM proxy support for ChatGPT subscription AI access
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 15:40:54 +01:00
014bb15890 Reduce AI costs: switch tagging to gpt-4o-mini, add custom base URL support
f12c29103c Fix project detail crash: replace dynamic hooks with single query
65a22e6f19 Optimize all AI functions for efficiency and speed
989db4dc14 Allow AI tagging dialog to close during processing, show background progress
Compare 4 commits »
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 13:46:19 +01:00
5e0c8b2dfe Add schema reconciliation migration and file removal in bulk upload
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 13:32:31 +01:00
85a0fa5016 Make bulk upload documents clickable with storage verification
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 13:23:22 +01:00
c707899179 Add missing migration for ProjectFile.pageCount column
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 13:21:39 +01:00
4d40afec6e Improve Project Pool button contrast in dark header
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 13:09:43 +01:00
effc078918 Make all migration SQL files idempotent for clean prod deploys
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 12:46:08 +01:00
763b2ef0f5 Jury management: create, delete, add/remove members from round detail page
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 12:40:50 +01:00
86fa542371 Fix round reopen bug + redesign round detail page UI
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 12:06:11 +01:00
079468d2ca Reopen rounds, file type buttons, checklist live-update
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 10:19:55 +01:00
de73a6f080 Rounds page: flat pipeline view with awards branching visualization
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 10:10:00 +01:00
80c9e35971 AI category-aware evaluation: per-round config, file parsing, shortlist, advance flow
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 09:30:20 +01:00
93f4ad4b31 Add auto-refresh polling across all admin and jury pages
matt pushed to main at MOPC/MOPC-Portal 2026-02-16 09:20:06 +01:00
8e5fc18da6 Consolidated round management, AI filtering enhancements, MinIO storage restructure