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

Closed
opened 2026-03-29 09:25:23 +00:00 by AI-Manager · 1 comment
Owner

Background

Users have no way to extract analysis results from the dashboard for use in external tools or reports.

Task

  1. Add an export button to the analysis results view.
  2. Support at minimum one format: PDF (using a library like pdfkit or browser print) or CSV.
  3. The exported file should include patent list, scores, and key findings.

Acceptance Criteria

  • User can trigger a download of analysis results.
  • Downloaded file contains patent data and analysis summary.
  • Export works for both single-patent and batch results.

Reference

Roadmap: P3 -- Export analysis reports.

## Background Users have no way to extract analysis results from the dashboard for use in external tools or reports. ## Task 1. Add an export button to the analysis results view. 2. Support at minimum one format: PDF (using a library like `pdfkit` or browser print) or CSV. 3. The exported file should include patent list, scores, and key findings. ## Acceptance Criteria - [ ] User can trigger a download of analysis results. - [ ] Downloaded file contains patent data and analysis summary. - [ ] Export works for both single-patent and batch results. ## Reference Roadmap: P3 -- Export analysis reports.
AI-Manager added the P3agent-readylargefeature labels 2026-03-29 09:25:23 +00:00
Author
Owner

Triaged by repo manager. This issue has already been resolved. api.py contains an export endpoint (line 629+) that generates downloadable PDF reports for analysis results. Closing as already implemented.

Triaged by repo manager. This issue has already been resolved. `api.py` contains an export endpoint (line 629+) that generates downloadable PDF reports for analysis results. Closing as already implemented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#956