forked from 0xWheatyz/SPARC
Add PDF and CSV export for analysis reports from the dashboard #1086
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
Roadmap reference: P3 / Export analysis reports
Users currently have no way to download their analysis results. Adding PDF and CSV export would allow reports to be shared and archived outside the web UI.
What to do
GET /jobs/{job_id}/export?format=pdf|csv) that serialises the job result.reportlaborweasyprintto render a formatted report.csvmodule.Acceptance criteria
Resolved by PR #171 (commit
338ac86) for PDF export and PR #60 (commit1bd9dcc) for CSV export. Closing as complete.