Scorecard Admin Portal
Manage scorecard defaults, benchmarks, formula settings, and tool catalog.
Admin Login
Scorecard Settings
Regional Loaded Hourly Cost Defaults
Peer Benchmarks (Median / Top Quartile)
| Industry | Median | Top Quartile |
|---|
Scoring Weights
Scoring Rules
Tool Catalog
One tool per line. This list feeds Step 3 multi-select on the scorecard.
Department Roll-up Mapping (JSON)
Controls how detailed departments roll up into Admin, Sales, and Finance/HR fields.
Department Hourly Rates by Region (JSON)
Plain rates per department by geography. Used directly in department cost modelling.
Use this if your JSON gets messy.
Department keys reference
Use these keys consistently across regions:
Manual Hours per Person per Month (Roll-ups)
Used to auto-calculate monthly repetitive manual hours in the scorecard.
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.