forked from 0xWheatyz/SPARC
Feature: Export analysis reports as PDF or CSV from the dashboard #483
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
Roadmap item: P3 - Export analysis reports
Description
Allow users to download their analysis results in portable formats (PDF or CSV) directly from the dashboard, so they can share findings outside the app.
Task
GET /jobs/{id}/export?format=csv) or generate the file client-side.Acceptance Criteria
Already implemented. Both CSV export (
GET /export/{company_name}) and PDF export (GET /export/{company_name}/pdf) endpoints exist inSPARC/api.py. Merged via PRs #60 and #171. Closing as completed.