forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #1300
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 cannot download analysis results. Adding PDF/CSV export would make the platform more useful for sharing and offline review.
Work to do
GET /jobs/{id}/export?format=pdf|csv) that serialises the analysis result.csvmodule orpandas. For PDF: use a library likeweasyprintorreportlab.Acceptance criteria
References
Roadmap: P3 — Export analysis reports.
Already resolved. CSV export at
GET /export/{company_name}(api.py line 586) and PDF export atGET /export/{company_name}/pdf(api.py line 638). PR #60 added CSV, PR #171 added PDF. Closing.