Phase F4: DORA Dashboard

phase-pal-e-docs-dora-dashboard Phase

Goal: The board IS the DORA dashboard — this phase makes the metrics visible. Cross-project rollup showing what needs attention, deployment frequency, and lead time estimates.
Owner: Dev-Frontend agent
Repo: forgejo_admin/pal-e-app
Depends on: phase-pal-e-docs-board-filtering — reuses board filtering concepts and summary card patterns.

Scope

  • New route: /dashboard (or enhance / landing page)
  • Cross-project board rollup: items in each column across ALL boards
  • Items needing attention: needs_approval items, stuck in_progress items
  • Deployment frequency: done items per day/week (from board item timestamps)
  • Lead time estimates: time from next_updone (from board item created_at/updated_at)
  • Per-project cards with board summary + link to full board
  • Links to relevant boards for drill-down

Deliverables

  • TBD — filled after completion
  • plan-pal-e-docs — parent plan
  • phase-pal-e-docs-board-filtering — Phase F2 (reuses summary card patterns)
  • project-dora-thesis — DORA = Observability + Kanban