forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #701
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 cannot currently download their analysis results. Sharing or archiving reports requires screenshots or copy-paste.
Work to do
react-pdfor browser print-to-PDF via a print stylesheetAcceptance criteria
Closing as already implemented. CSV export added in PR #60 (feature/export-csv) and PDF export added in PR #171 (feature/export-pdf). Both accessible via /export/{company_name} and /export/{company_name}/pdf endpoints.