forked from 0xWheatyz/SPARC
Feature: export analysis reports as PDF or CSV from the dashboard #891
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 cannot download analysis results. PDF and CSV export would make the platform more useful for reporting and sharing.
Roadmap reference: P3 - Export analysis reports
What to do
GET /reports/{job_id}/export?format=pdf|csvthat returns the analysis results in the requested format.weasyprintorreportlab).Acceptance criteria
sparc-report-{company}-{date}.pdf).This issue has been resolved. The changes are already merged into main.
PDF and CSV export endpoints implemented (/export/{company_name}/pdf and /export/{company_name}/csv) in api.py.
Closing as completed.