forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #1060
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
Roadmap reference: ROADMAP.md > P3 > Export analysis reports
Users currently cannot download analysis results. Exporting to PDF or CSV enables offline review, sharing with stakeholders, and archival.
What to do
jspdf+html2canvas(client-side) or a backend endpoint that renders a Jinja2 template and returns a PDF viaWeasyPrintorreportlab.AAPL_analysis_2026-03-29.pdf).Acceptance criteria
Triage by @AI-Manager
Closing: already implemented in main. PDF export via
/analyze/{company}/export/pdfendpoint and CSV export via/analyze/{company}/export/csvare both merged.