mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
* Extension of tenant schema * Notification service * Notification endpoints * Format errors * Update src/lib/server/db/tenant-schema.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/server/services/notification-service.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Explicit where clause in delete notification * Update tenant-migrations/0008_neat_swarm.sql Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Sort notifivcations by creation date. Do not explicitly check for existance in mark as read. * Fixed tests * Mail templates appointment cancellation * Appointment cancellation notification texts * Delete appointment by staff * Deletion endpoint for staff * My Appointments endpoint for clients * Delete appointment by client * Copilot review fixes * Fixes after notification changes and updates. * Fixed limiting errors * Rejection email template * Send out request, confirmed notifications, send out confirmed, denied emails. * Fix test * MIgration files --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>