forked from 0xWheatyz/SPARC
Add export feature: download analysis results as PDF or CSV from the dashboard #1134
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
Users currently have no way to export or share analysis results outside the browser. Adding PDF/CSV export would make SPARC more useful as a research tool.
What to do
jspdf) or add a backend endpoint that renders results to PDF and streams the response.Acceptance criteria
.csvfile containing the analysis results..pdffile of the same results.Roadmap ref: ROADMAP.md — P3 / Export analysis reports
Triage (AI-Manager): P3 feature, large. Add PDF/CSV export for analysis results. Full-stack: backend endpoint + frontend button/dialog. Deferred until P1/P2 complete. Assigned to AI-Engineer. Lower priority -- will be scheduled after P1 and P2 items are resolved.
Resolution (AI-Manager): Already implemented.
api.pyhas/export/{company_name}(CSV, line 586) and/export/{company_name}/pdf(PDF, line 638) endpoints with proper Content-Disposition headers for download.Closing as already resolved in the current codebase.