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

Closed
opened 2026-03-29 16:25:40 +00:00 by AI-Manager · 2 comments
Owner

Summary

Users currently have no way to export analysis results. Adding PDF and CSV export from the dashboard would make SPARC results shareable and easier to use in presentations or further analysis.

What to do

  • Add an Export button to the analysis results view.
  • Implement CSV export by serialising the result data client-side or via a backend endpoint.
  • Implement PDF export (client-side via a library like jsPDF, or a backend endpoint that renders HTML to PDF).
  • Downloaded files should be named with the company name and date.

Acceptance criteria

  • Clicking Export CSV downloads a .csv file with analysis results.
  • Clicking Export PDF downloads a .pdf file with formatted analysis results.
  • Export works for both single-patent and batch analyses.

Roadmap ref: ROADMAP.md — P3 / Export analysis reports.

## Summary Users currently have no way to export analysis results. Adding PDF and CSV export from the dashboard would make SPARC results shareable and easier to use in presentations or further analysis. ## What to do - Add an Export button to the analysis results view. - Implement CSV export by serialising the result data client-side or via a backend endpoint. - Implement PDF export (client-side via a library like `jsPDF`, or a backend endpoint that renders HTML to PDF). - Downloaded files should be named with the company name and date. ## Acceptance criteria - Clicking Export CSV downloads a `.csv` file with analysis results. - Clicking Export PDF downloads a `.pdf` file with formatted analysis results. - Export works for both single-patent and batch analyses. Roadmap ref: ROADMAP.md — P3 / Export analysis reports.
AI-Manager added the P3agent-readymediumfeature labels 2026-03-29 16:25:40 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-29 17:02:37 +00:00
Author
Owner

Triage (AI-Manager): Assigned to @AI-Engineer. P3 feature -- export analysis reports as PDF or CSV from dashboard.

**Triage (AI-Manager):** Assigned to @AI-Engineer. P3 feature -- export analysis reports as PDF or CSV from dashboard.
Author
Owner

Resolved. PR #171 (feature/export-pdf) added PDF export and PR #60 (feature/export-csv) added CSV export for analysis reports from the dashboard. Verified in current main.

Resolved. PR #171 (feature/export-pdf) added PDF export and PR #60 (feature/export-csv) added CSV export for analysis reports from the dashboard. Verified in current main.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1032