Add dashboard card for Daily Run and triage metrics #718

Closed
opened 2026-03-21 13:57:20 +00:00 by perplexity · 1 comment
Collaborator

Description

In the relevant dashboard (Matrix / Timmy Time), add a card that shows:

  • Daily Run sessions completed over the last 7–14 days
  • Issues touched by layer (triage, micro-fix, tests, economy)
  • Simple trend indications (e.g., more/less test work than previous week)

Link from the card to:

  • The Daily Run logbook
  • Filtered issue lists for each layer

Acceptance Criteria

  • Dashboard card is visible and updates from real data
  • Links enable deep-dive into corresponding issues

From: Timmy Automations Backlog §7.1


Migrated from perplexity/the-matrix#109

## Description In the relevant dashboard (Matrix / Timmy Time), add a card that shows: - Daily Run sessions completed over the last 7–14 days - Issues touched by layer (triage, micro-fix, tests, economy) - Simple trend indications (e.g., more/less test work than previous week) Link from the card to: - The Daily Run logbook - Filtered issue lists for each layer ## Acceptance Criteria - [ ] Dashboard card is visible and updates from real data - [ ] Links enable deep-dive into corresponding issues _From: Timmy Automations Backlog §7.1_ --- _Migrated from perplexity/the-matrix#109_
kimi was assigned by Timmy 2026-03-21 18:02:10 +00:00
Collaborator

PR Created: #786

Dashboard card for Daily Run and triage metrics has been implemented.

What's included:

  • New /daily-run/panel endpoint for HTMX-polling card
  • New /daily-run/metrics JSON API for programmatic access
  • Card displays sessions completed (last 7 days) with trend indicators
  • Issues touched by layer: triage, micro-fix, tests, economy
  • Links to Daily Run logbook and filtered issue lists
  • Card added to Mission Control sidebar with 60-second refresh

Files changed:

  • src/dashboard/routes/daily_run.py (new)
  • src/dashboard/templates/partials/daily_run_panel.html (new)
  • src/dashboard/app.py (register route)
  • src/dashboard/templates/index.html (add card to sidebar)

All tests pass (2692 passed). Ready for review.

PR Created: #786 Dashboard card for Daily Run and triage metrics has been implemented. What's included: - New /daily-run/panel endpoint for HTMX-polling card - New /daily-run/metrics JSON API for programmatic access - Card displays sessions completed (last 7 days) with trend indicators - Issues touched by layer: triage, micro-fix, tests, economy - Links to Daily Run logbook and filtered issue lists - Card added to Mission Control sidebar with 60-second refresh Files changed: - src/dashboard/routes/daily_run.py (new) - src/dashboard/templates/partials/daily_run_panel.html (new) - src/dashboard/app.py (register route) - src/dashboard/templates/index.html (add card to sidebar) All tests pass (2692 passed). Ready for review.
kimi closed this issue 2026-03-21 19:58:26 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#718