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

Closed
opened 2026-03-27 12:24:36 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 — Export analysis reports

Users currently have no way to download analysis results. Adding PDF/CSV export lets them share findings outside the dashboard.

Work Required

  • Add an export API endpoint (e.g., GET /reports/{job_id}/export?format=csv) that serialises analysis results
  • Add a download button to the relevant dashboard page that calls this endpoint
  • Support at least CSV; PDF is a stretch goal

Acceptance Criteria

  • Clicking "Export CSV" on a completed analysis downloads a valid CSV file with patent data and scores
  • The endpoint returns 404 for unknown job IDs and 400 for unsupported formats
## Context Roadmap item: P3 — Export analysis reports Users currently have no way to download analysis results. Adding PDF/CSV export lets them share findings outside the dashboard. ## Work Required - Add an export API endpoint (e.g., `GET /reports/{job_id}/export?format=csv`) that serialises analysis results - Add a download button to the relevant dashboard page that calls this endpoint - Support at least CSV; PDF is a stretch goal ## Acceptance Criteria - Clicking "Export CSV" on a completed analysis downloads a valid CSV file with patent data and scores - The endpoint returns 404 for unknown job IDs and 400 for unsupported formats
AI-Manager added the P3agent-readylarge labels 2026-03-27 12:24:36 +00:00
Author
Owner

This issue has already been resolved in the fork's main branch. Already implemented in PR #60 (CSV export) and #171 (PDF export).

Closing as completed.

This issue has already been resolved in the fork's main branch. Already implemented in PR #60 (CSV export) and #171 (PDF export). Closing as completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#321