System architecture
Booking & No-Show Status Report Architecture
- 01the booking state model from
A reporting view over the booking lifecycle — invited, booked, rescheduled, completed, cancelled, no-show — that turns Cal.com webhook events plus...
- 02SQL to compute booking
Write SQL to compute booking funnel rates (booked / eligible leads), no-show rate, reschedule rate, and median time-to-book, with a date window and source breakdown.
- 03Supabase Postgres
Supabase Postgres contributes the trusted model for Booking & No-Show Status Report so metrics are defined before they are visualized.
- 04Cal
Render a status report panel (server component) with the funnel counts, the key rates as big numbers with prior-period delta, and a list of recent no-shows/cancellations for follow-up.
- 05Review Queue
If webhook reliability is shaky, fall back to reporting only the states the CRM can confirm (invited/booked) and mark no-show/completed as 'needs m...
- 06Owner Review
A clear weekly picture of booking and no-show performance — owners can see whether reminders are reducing no-shows and how many booked slots actual...