forked from 0xWheatyz/SPARC
Allow users to download analysis results as PDF or CSV from the dashboard #750
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 reference: P3 - Export analysis reports
Users currently have no way to export analysis data from the dashboard for use in presentations, reports, or external tools.
What to do
GET /export/{job_id}.csvAPI endpointreportlab(backend) orjsPDF(frontend)Acceptance criteria
Resolved.
/export/{company_name}(CSV) and/export/{company_name}/pdf(PDF via reportlab) endpoints are implemented inapi.py. Both are authenticated and return downloadable files.