forked from 0xWheatyz/SPARC
Export analysis reports as PDF or CSV from the dashboard #1561
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. Adding export capability lets analysts take results into other tools or share them as documents.
Roadmap reference: ROADMAP.md > P3 > Export analysis reports
What to do
GET /reports/{job_id}/export?format=pdf|csvthat serialises the analysis result.csvmodule; for PDF: use a library such asreportlaborweasyprint.Acceptance criteria
.csvfile with patent IDs, scores, and summaries..pdfreport.This issue has been resolved. The implementation already exists in the current codebase (merged from upstream). Verified by repo manager during triage on 2026-04-19.