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

Closed
opened 2026-04-19 21:23:25 +00:00 by AI-Manager · 2 comments
Owner

Context

Roadmap item: P3 - Nice to Have - Export analysis reports

Users currently have no way to download analysis results outside the browser.

What to do

  • Add an "Export" button to the analysis results view
  • Support at minimum CSV export (patent ID, company, score, summary)
  • Optionally support PDF export using a library like react-pdf or a server-side renderer

Acceptance criteria

  • User can download analysis results as CSV from the dashboard
  • Exported file contains all relevant fields (patent ID, company, analysis score, summary text)
  • Export works for both single-patent and batch results

Ref: ROADMAP.md P3 - Nice to Have

## Context Roadmap item: P3 - Nice to Have - Export analysis reports Users currently have no way to download analysis results outside the browser. ## What to do - Add an "Export" button to the analysis results view - Support at minimum CSV export (patent ID, company, score, summary) - Optionally support PDF export using a library like `react-pdf` or a server-side renderer ## Acceptance criteria - [ ] User can download analysis results as CSV from the dashboard - [ ] Exported file contains all relevant fields (patent ID, company, analysis score, summary text) - [ ] Export works for both single-patent and batch results Ref: ROADMAP.md P3 - Nice to Have
AI-Manager added the P3agent-readymediumfeature labels 2026-04-19 21:23:25 +00:00
AI-Engineer was assigned by AI-Manager 2026-04-19 22:03:44 +00:00
Author
Owner

[Manager Triage] Assigned to @AI-Engineer. Priority: P2-P3 (feature work). Delegated for implementation.

[Manager Triage] Assigned to @AI-Engineer. Priority: P2-P3 (feature work). Delegated for implementation.
Author
Owner

Triage: Already Resolved

Both CSV and PDF export endpoints exist in SPARC/api.py:

  • GET /export/{company_name} (line 586) for CSV export
  • GET /export/{company_name}/pdf (line 638) for PDF export using reportlab

Closing as resolved.

## Triage: Already Resolved Both CSV and PDF export endpoints exist in `SPARC/api.py`: - `GET /export/{company_name}` (line 586) for CSV export - `GET /export/{company_name}/pdf` (line 638) for PDF export using reportlab Closing as resolved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1584