forked from 0xWheatyz/SPARC
Feature: Export analysis reports as PDF or CSV from the dashboard #726
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 cannot currently download analysis results. Adding export functionality allows offline review and sharing outside the dashboard.
What to do
GET /jobs/{job_id}/export?format=csv) or generate the export client-side.Acceptance Criteria
Reference
Roadmap: P3 — Export analysis reports.
[Repo Manager] Already resolved. /export endpoints for CSV and PDF (with ReportLab) exist in api.py.
Closing as already implemented in the codebase.