MOPC-App/docker
Matt ce4069bf92
Build and Push Docker Image / build (push) Successful in 11m14s Details
Platform-wide visual overhaul, team invites, analytics improvements, and deployment hardening
UI overhaul applying jury dashboard design patterns across all pages:
- Stat cards with border-l-4 accent + icon pills on admin, observer, mentor, applicant dashboards and reports
- Card section headers with color-coded icon pills throughout
- Hover lift effects (translate-y + shadow) on cards and list items
- Gradient progress bars (brand-teal to brand-blue) platform-wide
- AnimatedCard stagger animations on all dashboard sections
- Auth pages with gradient accent strip and polished icon containers
- EmptyState component upgraded with rounded icon pill containers
- Replaced AI-looking icons (Brain/Sparkles/Bot/Wand2/Cpu) with descriptive alternatives across 12 files
- Removed gradient overlay from jury dashboard header
- Quick actions restyled as card links with group hover effects

Backend improvements:
- Team member invite emails with account setup flow and notification logging
- Analytics routers accept edition-wide queries (programId) in addition to roundId
- Round detail endpoint returns inline progress data (eliminates extra getProgress call)
- Award voting endpoints parallelized with Promise.all
- Bulk invite supports optional sendInvitation flag
- AwardVote composite index migration for query performance

Infrastructure:
- Docker entrypoint with migration retry loop (configurable retries/delay)
- docker-compose pull_policy: always for automatic image refresh
- Simplified deploy/update scripts using docker compose up -d --pull always
- Updated deployment documentation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 13:20:52 +01:00
..
nginx Add email password change feature and fix nginx config 2026-01-30 16:15:08 +01:00
.env.production Fix S3/SMTP connectivity and add one-click invite flow 2026-01-31 14:13:16 +01:00
Dockerfile Fix: copy full node_modules into runner for prisma/seed support 2026-01-30 18:51:37 +01:00
Dockerfile.dev Implement 10 platform features: evaluation UX, admin tools, AI summaries, applicant portal 2026-02-05 21:58:27 +01:00
docker-compose.dev.yml Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
docker-compose.yml Platform-wide visual overhaul, team invites, analytics improvements, and deployment hardening 2026-02-11 13:20:52 +01:00
docker-entrypoint.sh Platform-wide visual overhaul, team invites, analytics improvements, and deployment hardening 2026-02-11 13:20:52 +01:00