Command Deck — how this works
In the app: /dashboard
How it works
Every tile and trend line is a straight aggregation over this app's own Postgres — lead/reply/call/revenue counts and 14-day trends, computed fresh on each page load. Nothing here is a hardcoded number, and nothing here calls a vendor.
Data source
src/lib/dashboard/counts.ts, src/lib/dashboard/roleSections.ts, and src/lib/dashboard/timeseries.ts.
Troubleshooting
A tile reads zero when you expect activity? Check the underlying module (Leads, Revenue, Dialer, ...) directly — this page never has its own separate data path to go stale independently of those.
Who can see this: admin, closer, setter, content