Scorecards Tool
Overview
Section titled “Overview”The Scorecards tool provides weekly/fortnightly performance tracking per squad. It combines quantitative metrics with qualitative role-based checklists.
Sections
Section titled “Sections”Monthly key performance indicators with status cycling (On Track / At Risk / Off Track / Pending). Tracks targets vs actuals for business metrics.
Financial Metrics
Section titled “Financial Metrics”6-month rolling table showing:
- Billable % - Percentage of hours that are billable
- Utilisation % - Team capacity usage
- Revenue - Monthly revenue figures
- Profit % - Profit margin
Role Scorecards
Section titled “Role Scorecards”Checklists specific to each role:
- DM (10 items) - Client management, project delivery, team leadership
- DL (10 items) - Code quality, delivery velocity, technical standards
- TL (10 items) - Architecture, mentoring, technical strategy
Each item cycles through: Pending → Yes → Partial → No
View Modes
Section titled “View Modes”- By Role - Tabs for DM / DL / TL with role-specific items
- Squad Overview - All roles shown side-by-side
Data Model
Section titled “Data Model”| Table | Purpose |
|---|---|
scorecards | Header: user, squad, week, notes |
scorecard_scores | Individual item statuses per role |
scorecard_kpis | Monthly KPI tracking |
scorecard_metrics | Financial metrics per month |
Components
Section titled “Components”| Component | Purpose |
|---|---|
scorecards-page.tsx | Main view with all sections |
scorecard-header.tsx | Squad name, week-of, overall score |
kpi-section.tsx | Monthly KPIs with status cycling |
monthly-metrics.tsx | 6-month rolling financial table |
role-scorecard.tsx | Role tabs with item checklists |
score-item.tsx | Individual item with status + notes |
squad-overview.tsx | All roles side-by-side view |