forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #1538
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
Users currently have no way to download their analysis results. Providing PDF and CSV exports would make the platform more useful for reporting and sharing.
Roadmap reference: ROADMAP.md > P3 > Export analysis reports
What to do
GET /analysis/{id}/export?format=pdf|csv)reportlaborweasyprint) to render a formatted reportAcceptance criteria
Triage review: Resolved: api.py has /export/{company_name} (CSV) and /export/{company_name}/pdf endpoints already. Closing as already complete.