MOPC-App/prisma/migrations
Matt 0277768ed7
Build and Push Docker Image / build (push) Successful in 8m59s Details
Add notification bell system and MOPC onboarding form
Notification System:
- Add InAppNotification and NotificationEmailSetting database models
- Create notification service with 60+ notification types for all user roles
- Add notification router with CRUD endpoints
- Build NotificationBell UI component with dropdown and unread count
- Integrate bell into admin, jury, mentor, and observer navs
- Add notification email settings admin UI in Settings > Notifications
- Add notification triggers to filtering router (complete/failed)
- Add sendNotificationEmail function to email library
- Add formatRelativeTime utility function

MOPC Onboarding Form:
- Create /apply landing page with auto-redirect for single form
- Create seed script for MOPC 2026 application form (6 steps)
- Create seed script for default notification email settings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 21:30:25 +01:00
..
20260130000000_init Add initial Prisma migration from schema 2026-01-30 19:10:27 +01:00
20260202000000_prototype1_improvements Fix migration: skip inviteToken columns and index that already exist in production 2026-02-02 17:17:55 +01:00
20260202100000_add_award_ai_toggle Add AI eligibility toggle and include-submitted filter for awards 2026-02-02 20:02:58 +01:00
20260202120000_decouple_projects_from_rounds Decouple projects from rounds with RoundProject join table 2026-02-02 22:33:55 +01:00
20260203000000_add_ai_usage_log Fix GPT-5 API compatibility and add AIUsageLog migration 2026-02-03 15:04:16 +01:00
20260203100000_add_invite_token_columns Fix multiple UI/UX issues and invite token migration 2026-02-03 15:25:28 +01:00
20260203200000_add_onboarding_system Add background filtering jobs, improved date picker, AI reasoning display 2026-02-03 19:48:41 +01:00
20260203210000_add_filtering_job Add background filtering jobs, improved date picker, AI reasoning display 2026-02-03 19:48:41 +01:00
20260203220000_add_in_app_notifications Add notification bell system and MOPC onboarding form 2026-02-03 21:30:25 +01:00
migration_lock.toml Implement Prototype 1 improvements: unified members, project filters, audit expansion, filtering rounds, special awards 2026-02-02 16:58:29 +01:00