feat(final-docs): GRAND_FINAL_DOCS_REMINDER/SUBMITTED notification types + email template

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matt
2026-06-09 15:23:44 +02:00
parent 9e058e6ad7
commit f3d3a21156
3 changed files with 60 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ export const NotificationTypes = {
FINALIST_WITHDRAWN: 'FINALIST_WITHDRAWN',
TRAVEL_CONFIRMED: 'TRAVEL_CONFIRMED',
VISA_STATUS_UPDATE: 'VISA_STATUS_UPDATE',
GRAND_FINAL_DOCS_REMINDER: 'GRAND_FINAL_DOCS_REMINDER',
GRAND_FINAL_DOCS_SUBMITTED: 'GRAND_FINAL_DOCS_SUBMITTED',
} as const
export type NotificationType = (typeof NotificationTypes)[keyof typeof NotificationTypes]