forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #1111
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 have no way to take analysis results out of the browser. Providing PDF and CSV export would make SPARC useful for sharing results with stakeholders.
What to do
GET /jobs/{job_id}/export?format=csv|pdfthat serialises the job result.csvmodule to flatten patent analysis rows.reportlaborweasyprintto render a simple styled report.Acceptance criteria
GET /jobs/{id}/export?format=csvreturns a valid CSV file download.GET /jobs/{id}/export?format=pdfreturns a valid PDF file download.Roadmap reference: P3 - Export analysis reports
This issue has been verified as already implemented in the current codebase. The acceptance criteria are met based on code review. Closing as completed.