MOPC-App/prisma
Matt 8be740a4fb
Build and Push Docker Image / build (push) Successful in 8m39s Details
Fix multiple UI/UX issues and invite token migration
Fixes:
- Round edit: Add cache invalidation for voting dates
- Criteria weights: Replace number input with visual slider
- Member invite: Per-member expertise tags with suggestions
  - Tags now added per member, not globally
  - Comma key support for quick tag entry
  - Suggested tags based on ocean/business expertise
- Accept-invite: Add Suspense boundary for useSearchParams
- Add missing inviteToken columns migration

The invite token columns were accidentally skipped in prototype1
migration. This adds them with IF NOT EXISTS checks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:25:28 +01:00
..
migrations Fix multiple UI/UX issues and invite token migration 2026-02-03 15:25:28 +01:00
check-data.ts Decouple projects from rounds with RoundProject join table 2026-02-02 22:33:55 +01:00
cleanup-all-dummy.ts Decouple projects from rounds with RoundProject join table 2026-02-02 22:33:55 +01:00
cleanup-dummy.ts Decouple projects from rounds with RoundProject join table 2026-02-02 22:33:55 +01:00
schema.prisma Optimize AI system with batching, token tracking, and GDPR compliance 2026-02-03 11:58:12 +01:00
seed-candidatures.ts Decouple projects from rounds with RoundProject join table 2026-02-02 22:33:55 +01:00
seed-jury-assignments.sql Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
seed-jury-demo.sql Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
seed-jury-demo.ts Decouple projects from rounds with RoundProject join table 2026-02-02 22:33:55 +01:00
seed.ts Update seed: real admin accounts, remove all dummy data 2026-01-30 16:40:07 +01:00
set-admin-pw.sql Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00