forked from 0xWheatyz/SPARC
Feature: export analysis reports as PDF or CSV from the dashboard #534
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
Users cannot currently download analysis results. Adding export functionality lets users share findings outside the dashboard.
Task
pdfkitor browser print)/reports/{id}/export?format=csvendpointAcceptance Criteria
Verified complete:
/export/{company_name}(CSV) and/export/{company_name}/pdf(PDF) endpoints exist inapi.py. Uses reportlab for PDF generation. Closing as implemented.