Case architecture
KPI Definition Cleanup Before Any Architecture
- 01Collect every KPI in use and
A definition pass that nails down what each KPI actually means and encodes it in SQL, so every later chart counts the same thing the same way.
- 02a definition session to
Run a definition session to agree numerator, denominator, window, and filters for each KPI.
- 03Supabase Postgres
Supabase Postgres contributes the trusted model for KPI Definition Cleanup Before Any so metrics are defined before they are visualized.
- 04Canonical SQL definition
Implement each agreed KPI as one canonical view so there is a single source for the number.
- 05Review Queue
When automation confidence is low, route the record to a manual owner with the source, stage, and last action attached.
- 06Owner Review
One agreed definition per KPI, written down; Canonical SQL views every later report reads from; Plain-language KPI dictionary owners can actually r...