System architecture
Call Outcome Dashboard Architecture
- 01a structured disposition
A dashboard that summarizes the outcomes of sales/discovery calls logged against leads — connected, voicemail, no-answer, booked-from-call, not-int...
- 02SQL to aggregate call
Write SQL to aggregate call outcomes by type, by owner, and by day, computing connect rate (connected / attempts) and booked-from-call rate.
- 03Supabase Postgres
Supabase Postgres contributes the trusted model for Call Outcome Dashboard so metrics are defined before they are visualized.
- 04SQL aggregation
Render an outcome dashboard (server component) with an outcome-mix bar, connect-rate trend, and a per-owner table; default to a rolling window with a date selector.
- 05Review Queue
If structured dispositions don't exist yet, ship a minimal connected-vs-not view from whatever signal is reliable (e.g.
- 06Owner Review
Owners can see whether calls are connecting and converting, and which outcome patterns dominate — making call effort measurable and surfacing where...