Feature: Export analysis reports as PDF or CSV from the dashboard #726

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

Summary

Users cannot currently download analysis results. Adding export functionality allows offline review and sharing outside the dashboard.

What to do

  • Add an Export button on the analysis results view.
  • Support at minimum CSV export of the analysis table data.
  • Optionally support PDF export via a server-side renderer or a client-side library.
  • Add a backend endpoint (e.g. GET /jobs/{job_id}/export?format=csv) or generate the export client-side.

Acceptance Criteria

  • Users can download analysis results as CSV from the dashboard.
  • The CSV contains all relevant fields (patent ID, company, score, summary, etc.).
  • Export does not degrade performance for large result sets.

Reference

Roadmap: P3 — Export analysis reports.

## Summary Users cannot currently download analysis results. Adding export functionality allows offline review and sharing outside the dashboard. ## What to do - Add an Export button on the analysis results view. - Support at minimum CSV export of the analysis table data. - Optionally support PDF export via a server-side renderer or a client-side library. - Add a backend endpoint (e.g. `GET /jobs/{job_id}/export?format=csv`) or generate the export client-side. ## Acceptance Criteria - [ ] Users can download analysis results as CSV from the dashboard. - [ ] The CSV contains all relevant fields (patent ID, company, score, summary, etc.). - [ ] Export does not degrade performance for large result sets. ## Reference Roadmap: P3 — Export analysis reports.
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 16:24:15 +00:00
Author
Owner

[Repo Manager] Already resolved. /export endpoints for CSV and PDF (with ReportLab) exist in api.py.

Closing as already implemented in the codebase.

[Repo Manager] Already resolved. /export endpoints for CSV and PDF (with ReportLab) exist in api.py. Closing as already implemented in the codebase.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#726