MOPC-App/src/app/(admin)/admin
Matt 04d0deced1
Build and Push Docker Image / build (push) Successful in 11m24s Details
Fix build errors: add missing Prisma models/fields and resolve TypeScript type errors
Schema: Add 11 new models (RoundTemplate, MentorNote, MentorMilestone,
MentorMilestoneCompletion, EvaluationDiscussion, DiscussionComment,
Message, MessageRecipient, MessageTemplate, Webhook, WebhookDelivery,
DigestLog) and missing fields on existing models (Project.isDraft,
ProjectFile.version, LiveVotingSession.allowAudienceVotes, User.digestFrequency,
AuditLog.sessionId, MentorAssignment.completionStatus, etc).
Add AUDIT_CONFIG/LOCALIZATION/DIGEST/ANALYTICS enum values.

Code: Fix implicit any types, route type casts, enum casts, null safety,
composite key handling, and relation field names across 11 source files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 14:04:02 +01:00
..
audit Implement 15 platform features: digest, availability, templates, comparison, live voting SSE, file versioning, mentorship, messaging, analytics, drafts, webhooks, peer review, audit enhancements, i18n 2026-02-05 23:31:41 +01:00
awards Add special awards management features and fix voting/assignment issues 2026-02-05 16:29:36 +01:00
learning Show edition year instead of program name platform-wide 2026-02-02 19:52:52 +01:00
members Add dynamic apply wizard customization with admin settings UI 2026-02-08 13:21:26 +01:00
mentors Implement Prototype 1 improvements: unified members, project filters, audit expansion, filtering rounds, special awards 2026-02-02 16:58:29 +01:00
messages UI polish: grouped dropdowns, analytics readability, invite tag picker 2026-02-06 00:06:47 +01:00
partners Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
programs Fix build errors: add missing Prisma models/fields and resolve TypeScript type errors 2026-02-08 14:04:02 +01:00
projects Fix build error: remove non-existent version property from ProjectFile mapping 2026-02-08 13:41:53 +01:00
reports Implement 15 platform features: digest, availability, templates, comparison, live voting SSE, file versioning, mentorship, messaging, analytics, drafts, webhooks, peer review, audit enhancements, i18n 2026-02-05 23:31:41 +01:00
round-templates Fix build errors: add missing Prisma models/fields and resolve TypeScript type errors 2026-02-08 14:04:02 +01:00
rounds Fix build errors: add missing Prisma models/fields and resolve TypeScript type errors 2026-02-08 14:04:02 +01:00
settings Implement 15 platform features: digest, availability, templates, comparison, live voting SSE, file versioning, mentorship, messaging, analytics, drafts, webhooks, peer review, audit enhancements, i18n 2026-02-05 23:31:41 +01:00
page.tsx Remove dynamic form builder and complete RoundProject→roundId migration 2026-02-04 14:15:06 +01:00