feat(dashboard): presentation-ready chart export PNG/PDF with glossary (#106)#137
Merged
Merged
Conversation
Add per-chart Export menu (CSV, PNG, PDF) on home risk/retention charts and readiness distribution cards. Captions use Plain English lines from the metric glossary, data source and generated date, and institution branding. Filenames follow bishop-state-community-college_<chart-slug>_YYYY-MM-DD. Client-side capture via html-to-image; PDF wraps the PNG with jsPDF. Co-authored-by: Cursor <cursoragent@cursor.com>
Extract chart-export-csv, chart-export-card-meta, and shared download/CSV helpers; keep behavior identical to PNG/PDF glossary export. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #106 (or link when issue exists).
Adds a per-chart Export menu on the home dashboard Recharts and readiness distribution cards: CSV, PNG, and PDF. Exports include title, glossary Plain English blurb (1–2 sentences), data source + generated date, and Bishop State branding footer.
Implementation notes
html-to-image→ PNG;jspdfembeds PNG for PDF.bishop-state-community-college_<chart-slug>_YYYY-MM-DD.{csv,png,pdf}.content/metric-glossary.mdvialib/chart-export-glossary.ts; coverage test extended inmetric-glossary-coverage.test.ts.chart-export-csv.ts,chart-export-card-meta.tsx,chart-export-capture.ts.Charts covered
Out of scope (per issue)
Verify
cd codebenders-dashboard && npm run test && npm run buildMade with Cursor