forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #629
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 cannot currently download their analysis results. Exporting to PDF or CSV would allow offline sharing and integration with other tools.
Roadmap item: P3 > Export analysis reports
What to do
GET /reports/{job_id}/export?format=csv|pdfendpoint that serializes the job result.csvmodule.reportlaborweasyprintto render a formatted report.Acceptance criteria
.csvfile with analysis data rows..pdfreport.Closing: already implemented on main.
api.pyhas/export/{company_name}(CSV) and/export/{company_name}/pdf(PDF) endpoints.