forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #653
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 item: P3 — Export Analysis Reports
Users currently cannot download analysis results. Adding PDF/CSV export would improve usability for sharing and record-keeping.
What to do
GET /jobs/{job_id}/export?format=csvorGET /jobs/{job_id}/export?format=pdf) that returns the analysis results in the requested formatreportlaborweasyprintto generate a formatted reportAcceptance criteria
Closing as already implemented. PDF export was added in PR #171 (
feat: add PDF export for analysis reports). CSV export was added in PR #60.