forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #392
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?
Problem
Users cannot download analysis results. Sharing or archiving a report requires manually copying data from the UI.
Work
/export/{job_id}.csvendpoint.pdfkit(backend) orjsPDF(frontend).Acceptance Criteria
Reference
Roadmap item: P3 — Export analysis reports.
Closing as already implemented. Export endpoints exist: /export/{company_name}/csv and /export/{company_name}/pdf are both implemented in api.py.