forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #321
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 have no way to download analysis results. Adding PDF/CSV export lets them share findings outside the dashboard.
Work Required
GET /reports/{job_id}/export?format=csv) that serialises analysis resultsAcceptance Criteria
This issue has already been resolved in the fork's main branch. Already implemented in PR #60 (CSV export) and #171 (PDF export).
Closing as completed.