-
Notifications
You must be signed in to change notification settings - Fork 73
[FEAT] Export metrics to CSV/PDF #16
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgssoc26GSSoC 2026 contributionGSSoC 2026 contributionlevel2GSSoC Level 2 - Medium complexity (25 points)GSSoC Level 2 - Medium complexity (25 points)mediumMedium difficulty taskMedium difficulty task~4hEstimated 4 hoursEstimated 4 hours
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgssoc26GSSoC 2026 contributionGSSoC 2026 contributionlevel2GSSoC Level 2 - Medium complexity (25 points)GSSoC Level 2 - Medium complexity (25 points)mediumMedium difficulty taskMedium difficulty task~4hEstimated 4 hoursEstimated 4 hours
What Needs to Be Done
Add an export button to the dashboard that downloads metrics (contributions, PRs, goals) as a CSV or PDF file.
Why This Matters
Developers may want to share their metrics in standups, include in portfolios, or import into spreadsheets for further analysis.
Files to Create/Modify
src/components/ExportButton.tsx— new client component with dropdown (CSV / PDF)src/app/dashboard/page.tsx— add ExportButton to headerAcceptance Criteria
Tech Context
For CSV (simpler, start here):
PDF can be a follow-up PR.