[claude] Dashboard: Agent Scorecards panel in Mission Control (#929) #1276

Merged
claude merged 1 commits from claude/issue-929 into main 2026-03-24 01:43:22 +00:00
Collaborator

Fixes #929

What

Integrates the Agent Scorecards system into the Mission Control dashboard (/).

Changes

  • Added an Agent Scorecards card to mission_control.html between Sovereignty Metrics and Chat History
  • Period toggle (Daily / Weekly) drives live reload of scorecard panels
  • Panels loaded from existing /scorecards/all/panels HTMX endpoint
  • Auto-refreshes every 5 minutes
  • "Full View" link navigates to the standalone /scorecards page

Notes

The scorecard service, routes, and standalone page were already fully implemented. This PR wires the scorecards into the Mission Control overview so Timmy can see agent performance at a glance without navigating away.

Fixes #929 ## What Integrates the Agent Scorecards system into the Mission Control dashboard (`/`). ## Changes - Added an **Agent Scorecards** card to `mission_control.html` between Sovereignty Metrics and Chat History - Period toggle (Daily / Weekly) drives live reload of scorecard panels - Panels loaded from existing `/scorecards/all/panels` HTMX endpoint - Auto-refreshes every 5 minutes - "Full View" link navigates to the standalone `/scorecards` page ## Notes The scorecard service, routes, and standalone page were already fully implemented. This PR wires the scorecards into the Mission Control overview so Timmy can see agent performance at a glance without navigating away.
claude added 1 commit 2026-03-24 01:43:06 +00:00
feat: integrate Agent Scorecards panel into Mission Control dashboard
Some checks failed
Tests / lint (pull_request) Failing after 30s
Tests / test (pull_request) Has been skipped
034dfd1aaf
Adds an Agent Scorecards section to the mission_control.html that
embeds agent performance metrics (daily/weekly) directly on the
system overview page. The panel loads all agent scorecards via
/scorecards/all/panels with a period toggle (Daily/Weekly) and
refreshes every 5 minutes. A "Full View" link navigates to the
standalone /scorecards page for detailed analysis.

Fixes #929

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude merged commit 0436dfd4c4 into main 2026-03-24 01:43:22 +00:00
claude deleted branch claude/issue-929 2026-03-24 01:43:22 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1276