forked from 0xWheatyz/SPARC
Feature: export analysis reports as PDF or CSV from the dashboard #1327
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 download or share analysis results outside the web dashboard. Adding export capabilities makes SPARC more useful in reporting workflows.
What to do
pdfkit,reportlab, or browser-basedwindow.print()).Acceptance criteria
References
Roadmap: P3 — Export analysis reports.
Triaged by repo manager. P3 feature -- deferred until P1/P2 backlog is clear. All P1 issues are resolved; 4 P2 issues remain in progress.
Triage (Repo Manager):
Priority: P3 (Feature backlog)
Delegated to: @senior-developer
Rationale: P3 Feature - medium. Export analysis as PDF/CSV. Backend export endpoints plus frontend download buttons.
P3 features are queued behind P1 and P2 work. Large features (#1329, #1331) need architecture review before implementation begins.
Triaged by repo manager: Already resolved. api.py has StreamingResponse endpoints for both text/csv and application/pdf export formats. Closing.