diff --git a/lib/content.tsx b/lib/content.tsx
index 731c1cf..2dba338 100644
--- a/lib/content.tsx
+++ b/lib/content.tsx
@@ -195,6 +195,89 @@ export const NOTIFICATION_SETTINGS: NotificationSettings = [
>
),
},
+ {
+ id: SubscriptionTopic.SsdcEnrolmentWeekend,
+ title: "🚘 SSDC Appointment Slots (School Enrolment)",
+ description: (
+ <>
+ Receive email notifications when there are new appointment date(s) for
+ the{" "}
+
+ Class 3 / 3A School Enrolment (weekend)
+ {" "}
+ at Singapore Safety Driving Centre.
+ >
+ ),
+ },
+ {
+ id: SubscriptionTopic.SsdcPrivateLearners,
+ title: "🚘 SSDC Appointment Slots (Private Learners)",
+ description: (
+ <>
+ Receive email notifications when there are new appointment date(s) for
+ the{" "}
+
+ Private Learners
+ {" "}
+ at Singapore Safety Driving Centre.
+ >
+ ),
+ },
+ {
+ id: SubscriptionTopic.SsdcPracticalLessonBooking,
+ title: "🚘 SSDC Appointment Slots (Practical Lesson Booking)",
+ description: (
+ <>
+ Receive email notifications when there are new appointment date(s) for
+ the{" "}
+
+ Class 3 / 3A Practical Lesson Booking
+ {" "}
+ at Singapore Safety Driving Centre.
+ >
+ ),
+ },
+ {
+ id: SubscriptionTopic.SsdcOtherCoursesEnrolment,
+ title: "🚘 SSDC Appointment Slots (Other Courses Enrolment)",
+ description: (
+ <>
+ Receive email notifications when there are new appointment date(s) for
+ the{" "}
+
+ Other Courses Enrolment (weekend)
+ {" "}
+ at Singapore Safety Driving Centre.
+ >
+ ),
+ },
+ {
+ id: SubscriptionTopic.SsdcForeignLicenceWeekend,
+ title: "🚘 SSDC Appointment Slots (Foreign Licence Package)",
+ description: (
+ <>
+ Receive email notifications when there are new appointment date(s) for
+ the{" "}
+
+ Foreign Licence Package (weekend)
+ {" "}
+ at Singapore Safety Driving Centre.
+ >
+ ),
+ },
+ {
+ id: SubscriptionTopic.BbdcCounterServices,
+ title: "🚘 BBDC Appointment Slots",
+ description: (
+ <>
+ Receive email notifications when there are new appointment date(s) for{" "}
+
+ account opening and counter services
+ {" "}
+ at Bukit Batok Driving Centre.
+ >
+ ),
+ },
{
id: SubscriptionTopic.TrainTicketsKtm,
title: "🚆 Train Tickets (KTM)",
@@ -435,59 +518,6 @@ export const NOTIFICATION_SETTINGS: NotificationSettings = [
>
),
},
- {
- id: SubscriptionTopic.SsdcEnrolmentWeekend,
- title: "🚘 SSDC Appointment Slots (School Enrolment)",
- description: (
- <>
- Receive email notifications when there are new appointment date(s) for
- the{" "}
-
- class 3/3A school enrolment (weekend)
- {" "}
- at Singapore Safety Driving Centre.
- >
- ),
- },
- {
- id: SubscriptionTopic.SsdcSelfStudyWeekend,
- title: "🚘 SSDC Appointment Slots (Self-study Package)",
- description: (
- <>
- Receive email notifications when there are new appointment date(s) for{" "}
-
- foreign license self-study package (weekend)
- {" "}
- at Singapore Safety Driving Centre.
- >
- ),
- },
- {
- id: SubscriptionTopic.SsdcOtherPurposes,
- title: "🚘 SSDC Appointment Slots (Other Purposes)",
- description: (
- <>
- Receive email notifications when there are new appointment date(s) for{" "}
-
- all other purpose of visit
- {" "}
- at Singapore Safety Driving Centre.
- >
- ),
- },
- {
- id: SubscriptionTopic.BbdcCounterServices,
- title: "🚘 BBDC Appointment Slots",
- description: (
- <>
- Receive email notifications when there are new appointment date(s) for{" "}
-
- account opening and counter services
- {" "}
- at Bukit Batok Driving Centre.
- >
- ),
- },
{
id: SubscriptionTopic.FeaturesSgAlerts,
title: "🚀 New Features & Alerts",
diff --git a/lib/enums.ts b/lib/enums.ts
index 18598a1..b1cfbbe 100644
--- a/lib/enums.ts
+++ b/lib/enums.ts
@@ -43,9 +43,11 @@ export enum SubscriptionTopic {
CdcLessonsAutoCar = "cdc-lessons-auto-car",
CdcEyesightTest = "cdc-eyesight-test",
CdcCounterServices = "cdc-counter-services",
- SsdcEnrolmentWeekend = "ssdc-enrolment-weekend",
- SsdcSelfStudyWeekend = "ssdc-self-study-weekend",
- SsdcOtherPurposes = "ssdc-other-purposes",
+ SsdcOtherCoursesEnrolment = "other-courses-enrolment",
+ SsdcPrivateLearners = "private-learners",
+ SsdcPracticalLessonBooking = "practical-lesson-booking",
+ SsdcForeignLicenceWeekend = "foreign-licence-weekend",
+ SsdcEnrolmentWeekend = "enrolment-weekend",
BbdcCounterServices = "bbdc-counter-services",
DepositRates = "deposit-rates",
EventsBloodDrive = "events-blood-drive",