You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
@@ -86,59 +121,127 @@ export async function seedEmails(payload: Payload) {
86
121
}
87
122
}
88
123
89
-
exportconstemailSeedData=[
90
-
{
91
-
title: 'Thank you for registering Hasith!',
92
-
body: {
93
-
text: 'Your submission has been received. Looking forward to seeing you on March 14th!',
94
-
buttonText: 'RSVP',
95
-
buttonLink: 'https://portal.cuhacking.ca/',
96
-
footer: 'See you there!',
97
-
},
98
-
},
99
-
{
100
-
title: 'Welcome to the Community!',
101
-
body: {
102
-
text: 'We’re excited to have you on board. Stay tuned for updates and events!',
103
-
buttonText: 'Join Discord',
104
-
buttonLink: 'https://discord.gg/example',
105
-
footer: 'Connect with the community!',
106
-
},
107
-
},
108
-
{
109
-
title: 'Your Weekly Update',
110
-
body: {
111
-
text: 'Here’s what’s happening this week at CUHacking.',
112
-
buttonText: 'Read More',
113
-
buttonLink: 'https://cuhacking.ca/blog',
114
-
footer: 'Check out the latest news!',
115
-
},
116
-
},
117
-
{
118
-
title: 'Reminder: Hackathon Starts Soon!',
119
-
body: {
120
-
text: 'The hackathon kicks off in just 3 days. Make sure you’re prepared!',
121
-
buttonText: 'Event Details',
122
-
buttonLink: 'https://cuhacking.ca/hackathon',
123
-
footer: 'See the schedule here.',
124
-
},
125
-
},
126
-
{
127
-
title: 'Thank You for Attending!',
128
-
body: {
129
-
text: 'We hope you had a great time at our event. Your feedback is valuable to us.',
130
-
buttonText: 'Give Feedback',
131
-
buttonLink: 'https://forms.example.com/feedback',
132
-
footer: 'Help us improve!',
133
-
},
134
-
},
135
-
{
136
-
title: 'Exclusive Offer for cuHacking Members!',
137
-
body: {
138
-
text: 'As a valued member, we’re giving you early access to our upcoming event!',
139
-
buttonText: 'Claim Your Spot',
140
-
buttonLink: 'https://cuhacking.ca/exclusive',
141
-
footer: 'Limited spots available!',
142
-
},
143
-
},
144
-
]
124
+
125
+
// WIP - NOT FINISHED YET
126
+
// export const emailSeedData = [
127
+
// {
128
+
// title: 'Thank you for registering Hasith!',
129
+
// body: {
130
+
// text: 'Your submission has been received. Looking forward to seeing you on March 14th!\n\nDetails ...\n📍 Richcraft Hall (1125 Colonel By Dr, Carleton University)\n⌛ March 14-16 (Check-in from 5pm - 9pm)',
// text: 'Learn about QNX with 3 awesome speakers + meet some interns. Make sure you bring your laptop.',
142
+
// buttonText: 'REGISTER',
143
+
// }
144
+
// ],
145
+
// footer: 'See you there!',
146
+
// },
147
+
// },
148
+
// {
149
+
// title: 'Welcome to the Community!',
150
+
// body: {
151
+
// text: `We're excited to have you on board. Stay tuned for updates and events!\n\n🎉 Join our Discord server to connect with other hackers\n💻 Check out our workshops\n🏆 Get ready for the upcoming hackathon`,
// text: 'Meet industry professionals and fellow hackers',
163
+
// buttonText: 'RSVP',
164
+
// }
165
+
// ],
166
+
// footer: 'Connect with the community!',
167
+
// },
168
+
// },
169
+
// {
170
+
// title: 'Your Weekly Update',
171
+
// body: {
172
+
// text: `Here's what's happening this week at cuHacking.\n\n🚀 New workshops announced\n🎙️ Guest speakers from QNX and Fullscript\n🧩 Practice hackathon challenges`,
// text: 'Learn the basics of React with our experienced mentors',
184
+
// buttonText: 'REGISTER',
185
+
// },
186
+
// {
187
+
// title: 'Tech Talk: Cybersecurity Basics',
188
+
// text: 'Join CSE for an introduction to cybersecurity principles',
189
+
// buttonText: 'REGISTER',
190
+
// }
191
+
// ],
192
+
// footer: 'Check out the latest news!',
193
+
// },
194
+
// },
195
+
// {
196
+
// title: 'Reminder: Hackathon Starts Soon!',
197
+
// body: {
198
+
// text: `The hackathon kicks off in just 3 days. Make sure you're prepared!\n\nWhat to bring?\n🪪 Government ID\n💻 Your laptop + charger\n🛏️ Sleeping bags\n🪥 Personal hygiene (plz bring deodorant, plz ...)\n🥤 Reusable water bottle\n🤪 A positive attitude!`,
// text: 'Get a head start with our pre-hackathon workshop',
207
+
// buttonText: 'JOIN NOW',
208
+
// }
209
+
// ],
210
+
// footer: 'See the schedule here.',
211
+
// },
212
+
// },
213
+
// {
214
+
// title: 'Thank You for Attending!',
215
+
// body: {
216
+
// text: 'We hope you had a great time at our event. Your feedback is valuable to us.\n\n🏆 Congratulations to all winners!\n📸 Check out event photos\n🗓️ Stay tuned for our next hackathon',
// text: 'Present your hackathon project to industry professionals',
228
+
// buttonText: 'REGISTER',
229
+
// }
230
+
// ],
231
+
// footer: 'Help us improve!',
232
+
// },
233
+
// },
234
+
// {
235
+
// title: 'Exclusive Offer for cuHacking Members!',
236
+
// body: {
237
+
// text: `As a valued member, we're giving you early access to our upcoming event!\n\n🎁 Special perks for cuHacking members\n🔥 Limited spots available\n🚀 Exclusive networking opportunities`,
0 commit comments