forked from 0xWheatyz/SPARC
Add export functionality for analysis reports (PDF and CSV) #816
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?
Background
Users currently cannot save or share analysis results outside the dashboard UI.
What to do
GET /jobs/{id}/export?format=pdf|csvthat returns the job result in the requested formatreportlaborweasyprintto render a formatted reportAcceptance criteria
References
Roadmap item: P3 -- Export analysis reports
This issue has already been resolved and merged into main via PR #171 (feat: add PDF export for analysis reports) and PR #60 (feat: add CSV export). Closing as completed.
This issue has already been resolved and merged into main via PR #171 (PDF export) and PR #60 (CSV export). Closing as completed.