MOPC-App/prisma
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
..
migrations Add notification bell system and MOPC onboarding form 2026-02-03 21:30:25 +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 Add notification bell system and MOPC onboarding form 2026-02-03 21:30:25 +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-mopc-onboarding.ts Add notification bell system and MOPC onboarding form 2026-02-03 21:30:25 +01:00
seed-notification-settings.ts Add notification bell system and MOPC onboarding form 2026-02-03 21:30:25 +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