Commit Graph

7 Commits

Author SHA1 Message Date
e5d2b13b21 feat(email): route all email sends through Cloudflare Queue
Introduces a CF Queue binding (kk-email-queue) to decouple email
delivery from request handlers, preventing slow responses and
providing automatic retries. All send*Email calls now go through
the queue when the binding is available, with direct-send fallbacks
for local dev. Reminder fan-outs mark DB rows optimistically before
enqueueing to prevent re-enqueue on subsequent cron ticks.
2026-03-11 17:13:35 +01:00
cf47f25a4d feat: gate registration behind 16 March 2026 19:00 opening date
- Add REGISTRATION_OPENS_AT const in lib/opening.ts as single source of truth
- Add useRegistrationOpen hook with live 1s countdown ticker
- Add CountdownBanner component (DD/HH/MM/SS) with canvas-confetti on open
- EventRegistrationForm shows countdown instead of form while closed
- Login page hides/disables signup while closed; login always available
- WatcherForm AccountModal guards signUp call as defence-in-depth

Closes #2
2026-03-10 13:18:30 +01:00
79869a9a21 feat:drinkkaart 2026-03-03 23:52:49 +01:00
b9e5c44588 feat:payments 2026-03-03 12:33:44 +01:00
b343314931 feat:admin 2026-03-02 16:42:15 +01:00
65d5ab71d7 webpage start 2026-03-02 14:47:14 +01:00
47f9a25834 initial commit 2026-02-24 11:35:17 +01:00