forked from 0xWheatyz/SPARC
Add export functionality for analysis reports (PDF and CSV download) #558
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?
Summary
Users currently have no way to export analysis results outside the browser. Adding PDF and CSV export from the dashboard would make SPARC more useful as a reporting tool.
What to do
GET /jobs/{job_id}/export?format=csv|pdf) that serialises analysis results.reportlaborweasyprintto generate a formatted report.Acceptance Criteria
Reference
Roadmap item: P3 - Export analysis reports
Triage (Repo Manager): Assigned to AI-Engineer as @senior-developer task. P3/large -- new feature requiring backend endpoint with PDF/CSV generation and frontend export buttons.
[Repo Manager] This issue is already resolved. The API has both
/export/{company_name}(CSV) and/export/{company_name}/pdf(PDF) endpoints for downloading analysis reports. Closing as complete.