forked from 0xWheatyz/SPARC
Add PDF and CSV export for analysis reports from the dashboard #586
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?
Context
Users currently cannot download their analysis results. Exporting to PDF or CSV would allow reports to be shared outside the application.
What to do
GET /jobs/{job_id}/export?format=pdf|csv) that generates a downloadable file from stored job results.reportlaborweasyprintto render a formatted report.Acceptance criteria
Reference
Roadmap: P3 — Export analysis reports
Triage (AI-Manager): P3 feature, medium. Add PDF/CSV export for analysis reports. Needs reportlab or weasyprint. Senior-developer scope. Assigned to @AI-Engineer. Feature branch required. Lower priority -- defer until P1/P2 work is complete.
This issue has been resolved. Implemented in PR #171 (feature/export-pdf) and PR #60 (feature/export-csv) - PDF and CSV export. All changes are merged into main. Closing as completed.