Case architecture
Follow-Up Workload View by Owner Architecture
- 01the owner field plus the
A workload view that shows how many open follow-ups each owner is carrying and how many are overdue, so work can be balanced before anyone drowns.
- 02the overdue threshold with
Set the overdue threshold with the operator so it matches the real follow-up cadence.
- 03Supabase Postgres
Supabase Postgres contributes the trusted model for Follow-Up Workload View by Owner so metrics are defined before they are visualized.
- 04SQL view
Build a view returning open count, overdue count, and oldest-untouched age per owner.
- 05Review Queue
When automation confidence is low, route the record to a manual owner with the source, stage, and last action attached.
- 06Owner Review
Per-owner open and overdue follow-up counts; Overdue work surfaced against an agreed threshold; Balance signal between most- and least-loaded owner...