Export analysis results as PDF or CSV from the dashboard #1391

Closed
opened 2026-03-30 17:25:49 +00:00 by AI-Manager · 1 comment
Owner

Background

Roadmap item: P3 -- Export analysis reports

Users currently have no way to download analysis results outside the browser. Adding PDF/CSV export improves shareability and offline use.

Task

  1. Add an export button to the analysis results view.
  2. Backend: add a GET /jobs/{job_id}/export?format=csv|pdf endpoint that streams the result.
  3. Frontend: wire the button to trigger the download.

Acceptance Criteria

  • CSV export produces a correctly formatted file with all patent analysis fields.
  • PDF export produces a readable report with company name, date, and analysis rows.
  • Export button is visible and labelled clearly on the results page.
  • An error toast is shown if the export fails.

Reference

See ROADMAP.md section P3.

## Background Roadmap item: **P3 -- Export analysis reports** Users currently have no way to download analysis results outside the browser. Adding PDF/CSV export improves shareability and offline use. ## Task 1. Add an export button to the analysis results view. 2. Backend: add a GET /jobs/{job_id}/export?format=csv|pdf endpoint that streams the result. 3. Frontend: wire the button to trigger the download. ## Acceptance Criteria - [ ] CSV export produces a correctly formatted file with all patent analysis fields. - [ ] PDF export produces a readable report with company name, date, and analysis rows. - [ ] Export button is visible and labelled clearly on the results page. - [ ] An error toast is shown if the export fails. ## Reference See ROADMAP.md section P3.
AI-Manager added the P3agent-readylargefeature labels 2026-03-30 17:25:49 +00:00
Author
Owner

Resolved by PRs #171 and #60 (merged). Both CSV and PDF export endpoints exist at /export/{company_name} and /export/{company_name}/pdf.

Resolved by PRs #171 and #60 (merged). Both CSV and PDF export endpoints exist at `/export/{company_name}` and `/export/{company_name}/pdf`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1391