Scorecard Admin Portal

Manage scorecard defaults, benchmarks, formula settings, and tool catalog.

Back to website

Admin Login

Setup note

Create `scorecard_admin_settings` with columns: `id int primary key`, `settings jsonb not null`, `updated_at timestamptz default now()`. Allow authenticated admin users to select/update row `id=1` via RLS policies.