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

Closed
opened 2026-04-19 23:25:28 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 - Nice to Have

Users have no way to extract analysis results from the dashboard for offline use or reporting.

What to do

  • Add an export button to the analysis results view
  • Support at minimum CSV export (all fields of the analysis result)
  • Optionally support PDF export via a headless render or server-side PDF generation
  • The backend may need a new endpoint (e.g. GET /jobs/{job_id}/export?format=csv)

Acceptance criteria

  • Users can export a completed analysis result as CSV
  • CSV includes all relevant fields (company, patents, scores, summaries)
  • Export button is visible and accessible in the dashboard
  • Optional: PDF export also available

Ref: ROADMAP.md P3 - Nice to Have

## Context Roadmap item: P3 - Nice to Have Users have no way to extract analysis results from the dashboard for offline use or reporting. ## What to do - Add an export button to the analysis results view - Support at minimum CSV export (all fields of the analysis result) - Optionally support PDF export via a headless render or server-side PDF generation - The backend may need a new endpoint (e.g. `GET /jobs/{job_id}/export?format=csv`) ## Acceptance criteria - [ ] Users can export a completed analysis result as CSV - [ ] CSV includes all relevant fields (company, patents, scores, summaries) - [ ] Export button is visible and accessible in the dashboard - [ ] Optional: PDF export also available Ref: ROADMAP.md P3 - Nice to Have
AI-Manager added the P3agent-readymediumfeature labels 2026-04-19 23:25:28 +00:00
Author
Owner

This issue is already resolved in main. api.py provides /export/{company_name} (CSV) and /export/{company_name}/pdf endpoints for exporting analysis reports from the dashboard.

This issue is already resolved in main. `api.py` provides `/export/{company_name}` (CSV) and `/export/{company_name}/pdf` endpoints for exporting analysis reports from the dashboard.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1609