-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
projectNew project or featureNew project or feature
Description
Feature Request
Add a Statistics tab to the dashboard right-hand panel showing key project health metrics:
Proposed Metrics
- PRs submitted — count over last 7 days (from GitHub API)
- Average wall clock time — for bug fixes (time from issue creation to PR merge)
- Average agent time — builder session duration for bugs
- Bug backlog size — count of open issues with
buglabel - Feature backlog size — count of open issues without
buglabel - Builder throughput — projects completed per day/week
UX
- New tab in the right-hand panel alongside existing tabs
- Data refreshes on tab activation
- Compact display with sparklines or simple numbers
- Time range selector (7d / 30d / all)
Data Sources
- GitHub Issues API (backlog counts, time-to-close)
- GitHub PRs API (PR counts, merge times)
- Porch project state files (builder session durations)
consult statsmetrics DB (consultation costs)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
projectNew project or featureNew project or feature