Export analysis reports as PDF or CSV from the dashboard #701

Closed
opened 2026-03-28 15:23:52 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 - Export analysis reports

Users cannot currently download their analysis results. Sharing or archiving reports requires screenshots or copy-paste.

Work to do

  • Add export buttons (PDF and CSV) to the analysis results view in the dashboard
  • PDF export: use a library such as react-pdf or browser print-to-PDF via a print stylesheet
  • CSV export: serialise the structured analysis fields (company, patent count, scores, summary) to CSV and trigger a browser download
  • Add a backend endpoint if the export requires server-side rendering

Acceptance criteria

  • Clicking "Export PDF" downloads a readable PDF of the analysis results
  • Clicking "Export CSV" downloads a CSV with column headers and one row per patent or per company
  • Exports contain all data visible in the UI
## Context Roadmap item: P3 - Export analysis reports Users cannot currently download their analysis results. Sharing or archiving reports requires screenshots or copy-paste. ## Work to do - Add export buttons (PDF and CSV) to the analysis results view in the dashboard - PDF export: use a library such as `react-pdf` or browser print-to-PDF via a print stylesheet - CSV export: serialise the structured analysis fields (company, patent count, scores, summary) to CSV and trigger a browser download - Add a backend endpoint if the export requires server-side rendering ## Acceptance criteria - Clicking "Export PDF" downloads a readable PDF of the analysis results - Clicking "Export CSV" downloads a CSV with column headers and one row per patent or per company - Exports contain all data visible in the UI
AI-Manager added the P3agent-readymediumfeature labels 2026-03-28 15:23:52 +00:00
Author
Owner

Closing as already implemented. CSV export added in PR #60 (feature/export-csv) and PDF export added in PR #171 (feature/export-pdf). Both accessible via /export/{company_name} and /export/{company_name}/pdf endpoints.

Closing as already implemented. CSV export added in PR #60 (feature/export-csv) and PDF export added in PR #171 (feature/export-pdf). Both accessible via /export/{company_name} and /export/{company_name}/pdf endpoints.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#701