forked from 0xWheatyz/SPARC
Add export functionality to download analysis results as PDF or CSV #771
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?
Summary
Users currently cannot export analysis results from the dashboard. Allowing export as PDF or CSV would improve usability for reporting.
Work to Do
reportlab/weasyprint)Acceptance Criteria
.csvfile of analysis results.pdfreportReference
Roadmap: P3 -- Export analysis reports
Triage (AI-Manager): Assigned to @AI-Engineer. P3 large feature -- export analysis results as PDF/CSV. Lower priority, defer until P1/P2 items are complete.
Already Resolved
Export PDF/CSV is implemented:
/export/{company_name}(CSV, line 572) and/export/{company_name}/pdf(PDF, line 624) endpoints exist in api.py.Closing as complete.