5e5efcaf6f
feat: simplify mails and add reminders
2026-03-11 13:39:27 +01:00
0c8e827cda
feat: set opening date!
2026-03-11 12:37:01 +01:00
17c6315dad
Simplify registration flow: mandatory signup redirect, payment emails, payment reminder cron
...
- EventRegistrationForm/WatcherForm/PerformerForm: remove session/login nudge/SuccessScreen;
both roles redirect to /login?signup=1&email=<email>&next=/account after submit
- SuccessScreen.tsx deleted (no longer used)
- account.tsx: add 'Betaal nu' CTA via checkoutMutation (shown when watcher + paymentStatus pending)
- DB schema: add paymentReminderSentAt column to registration table
- Migration: 0008_payment_reminder_sent_at.sql
- email.ts: update registrationConfirmationHtml / sendConfirmationEmail with signupUrl param;
add sendPaymentReminderEmail and sendPaymentConfirmationEmail functions
- routers/index.ts: wire payment reminder into runSendReminders() — queries watchers
with paymentStatus pending, paymentReminderSentAt IS NULL, createdAt <= now-3days
- mollie.ts webhook: call sendPaymentConfirmationEmail after marking registration paid
2026-03-11 11:17:24 +01:00
439bbc5545
feat(web): set test open date
2026-03-11 09:22:01 +01:00
7eabe88d30
feat: reminder email opt-in 1 hour before registration opens
2026-03-10 15:48:41 +01:00
b8cefd373d
feat:gifts
2026-03-03 16:34:13 +01:00
e6f52e6a73
fix:manage edit for extra bezoekers payments
2026-03-03 14:32:07 +01:00
3c439649f9
feat:add registration management with token-based access
...
Add management tokens to registrations allowing users to view, edit, and
cancel their registration via a unique URL. Implement email
notifications
for confirmations, updates, and cancellations using nodemailer. Simplify
art forms grid from 6 to 4 items and remove trajectory links. Translate
footer links to Dutch and fix matzah spelling in info section.
2026-03-03 08:54:33 +01:00