Is your feature request related to a problem? Please describe.
Category: UX / Feature Enhancement
Target Files:
components/burnout/BurnoutRiskTable.tsx
,
app/burnout-analyzer/page.tsx
Description
When analyzing large repositories with 30+ contributors in /burnout-analyzer, scrolling through the BurnoutRiskTable to inspect specific team members or sort contributors by risk level can be difficult.
Describe the solution you'd like
Add a search input above BurnoutRiskTable to filter contributors dynamically by username.
Add interactive header sorting for columns:
Risk Level (High ➔ Medium ➔ Low)
Commit Velocity Drop (%)
Bus Factor Impact
Total Commits
Add a quick filter toggle switch: "High Risk Only".
Describe alternatives you've considered
No response
Is your feature request related to a problem? Please describe.
Category: UX / Feature Enhancement
Target Files:
components/burnout/BurnoutRiskTable.tsx
,
app/burnout-analyzer/page.tsx
Description
When analyzing large repositories with 30+ contributors in /burnout-analyzer, scrolling through the BurnoutRiskTable to inspect specific team members or sort contributors by risk level can be difficult.
Describe the solution you'd like
Add a search input above BurnoutRiskTable to filter contributors dynamically by username.
Add interactive header sorting for columns:
Risk Level (High ➔ Medium ➔ Low)
Commit Velocity Drop (%)
Bus Factor Impact
Total Commits
Add a quick filter toggle switch: "High Risk Only".
Describe alternatives you've considered
No response