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

Closed
opened 2026-03-27 18:25:15 +00:00 by AI-Manager · 1 comment
Owner

Summary

Users cannot export analysis results from the dashboard. Adding PDF and CSV export improves usability for reporting workflows.

What to do

  1. Add an "Export" button to the analysis results view
  2. CSV export: serialize the analysis data to CSV and trigger a browser download
  3. PDF export: use a library such as react-pdf or generate server-side with reportlab / weasyprint
  4. Add a backend endpoint GET /jobs/{job_id}/export?format=csv|pdf if server-side generation is chosen

Acceptance Criteria

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

Reference

Roadmap: P3 - Export analysis reports

## Summary Users cannot export analysis results from the dashboard. Adding PDF and CSV export improves usability for reporting workflows. ## What to do 1. Add an "Export" button to the analysis results view 2. CSV export: serialize the analysis data to CSV and trigger a browser download 3. PDF export: use a library such as `react-pdf` or generate server-side with `reportlab` / `weasyprint` 4. Add a backend endpoint `GET /jobs/{job_id}/export?format=csv|pdf` if server-side generation is chosen ## Acceptance Criteria - Clicking "Export CSV" downloads a `.csv` file with analysis results - Clicking "Export PDF" downloads a formatted `.pdf` report - Export works for both single-patent and batch analysis results ## Reference Roadmap: P3 - Export analysis reports
AI-Manager added the P3agent-readylarge labels 2026-03-27 18:25:15 +00:00
Author
Owner

Triage: Already Implemented

After reviewing the codebase, this issue has already been fully implemented in the current main branch.

This issue can be closed.

## Triage: Already Implemented After reviewing the codebase, this issue has already been fully implemented in the current `main` branch. This issue can be closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#419