Skip to content

Commit

Permalink
update ssdc appointment slot topics
Browse files Browse the repository at this point in the history
dominicarrojado committed Mar 23, 2024
1 parent f1f252e commit 9d80d96
Showing 2 changed files with 88 additions and 56 deletions.
136 changes: 83 additions & 53 deletions lib/content.tsx
Original file line number Diff line number Diff line change
@@ -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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
Class 3 / 3A School Enrolment (weekend)
</Anchor>{" "}
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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
Private Learners
</Anchor>{" "}
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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
Class 3 / 3A Practical Lesson Booking
</Anchor>{" "}
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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
Other Courses Enrolment (weekend)
</Anchor>{" "}
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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
Foreign Licence Package (weekend)
</Anchor>{" "}
at Singapore Safety Driving Centre.
</>
),
},
{
id: SubscriptionTopic.BbdcCounterServices,
title: "🚘 BBDC Appointment Slots",
description: (
<>
Receive email notifications when there are new appointment date(s) for{" "}
<Anchor href="https://info.bbdc.sg/visitor-appointment/" isExternal>
account opening and counter services
</Anchor>{" "}
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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
class 3/3A school enrolment (weekend)
</Anchor>{" "}
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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
foreign license self-study package (weekend)
</Anchor>{" "}
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{" "}
<Anchor href="https://ssdcl.com.sg/e-appointment/" isExternal>
all other purpose of visit
</Anchor>{" "}
at Singapore Safety Driving Centre.
</>
),
},
{
id: SubscriptionTopic.BbdcCounterServices,
title: "🚘 BBDC Appointment Slots",
description: (
<>
Receive email notifications when there are new appointment date(s) for{" "}
<Anchor href="https://info.bbdc.sg/visitor-appointment/" isExternal>
account opening and counter services
</Anchor>{" "}
at Bukit Batok Driving Centre.
</>
),
},
{
id: SubscriptionTopic.FeaturesSgAlerts,
title: "🚀 New Features & Alerts",
8 changes: 5 additions & 3 deletions lib/enums.ts
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 9d80d96

Please sign in to comment.