A local-first operational dashboard to track application flow, reviewer capacity, and conversion health across cohorts.
- Cohort, status, reviewer, and search filters
- Stage-by-stage funnel conversion with drop-off visibility
- Drop-off recovery panel with leakage targets and action guidance
- Reviewer capacity and turnaround time tracking
- Operational alerting for stalled files and review backlog
- SLA watchlist for overdue application follow-ups
- Interview scheduling pulse for panel holds, invites, and upcoming interviews
- Live snapshot panel backed by a Postgres data store (with safe fallback data)
- Weekly brief generator that persists drafts to the pipeline plus JSON export
- HTML, CSS, vanilla JavaScript, Node serverless endpoints, and Postgres
- Open
index.htmlin a browser for the local-only dashboard. - Deploy to Vercel to enable the live data and brief pipeline endpoints.
- Set
GROUPSCHOLAR_DB_URLin Vercel to enable/api/applications,/api/briefs, and/api/funnel-snapshot. - Seed the production database once with
node scripts/seed-db.js(usesGROUPSCHOLAR_DB_URL). - The live data panel shows sample data if the database is empty or unavailable.