Is your feature request related to a problem? Please describe.
Category: Feature / UX Enhancement
Target Files:
app/burnout-analyzer/page.tsx
,
components/burnout/RepoHeader.tsx
Description
The Burnout & Sustainability Sentinel (/burnout-analyzer) generates detailed sustainability ratings, Bus Factor calculations, contributor risk metrics, inactivity alerts, and AI recommendations for analyzed GitHub repositories.
Currently, users have no easy way to export or save these generated reports for offline review, team discussions, or repository README documentation.
Describe the solution you'd like
Proposed Solution
Add an "Export Report" button dropdown inside RepoHeader / BurnoutAnalyzerPage.
Support export formats:
Download as JSON: Downloads raw structured audit data.
Export as Markdown: Generates a clean Markdown report suitable for GitHub issues or PR summaries.
Copy Share Link: Copies a direct shareable URL containing the owner/repo query parameters.
Provide user notifications (toast/badge) upon successful download or link copy.
Describe alternatives you've considered
No response
Is your feature request related to a problem? Please describe.
Category: Feature / UX Enhancement
Target Files:
app/burnout-analyzer/page.tsx
,
components/burnout/RepoHeader.tsx
Description
The Burnout & Sustainability Sentinel (/burnout-analyzer) generates detailed sustainability ratings, Bus Factor calculations, contributor risk metrics, inactivity alerts, and AI recommendations for analyzed GitHub repositories.
Currently, users have no easy way to export or save these generated reports for offline review, team discussions, or repository README documentation.
Describe the solution you'd like
Proposed Solution
Add an "Export Report" button dropdown inside RepoHeader / BurnoutAnalyzerPage.
Support export formats:
Download as JSON: Downloads raw structured audit data.
Export as Markdown: Generates a clean Markdown report suitable for GitHub issues or PR summaries.
Copy Share Link: Copies a direct shareable URL containing the owner/repo query parameters.
Provide user notifications (toast/badge) upon successful download or link copy.
Describe alternatives you've considered
No response