Add patent filing trend charts to the Analytics page #323

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

Context

Roadmap item: P3 — Patent trend charts

The Analytics page currently shows aggregate metrics. Time-series charts of patent filing frequency and technology category distribution would give users a richer view of innovation trends.

Work Required

  • Add an API endpoint (e.g., GET /analytics/{company}/trends) returning time-bucketed patent counts by category
  • Add line/bar charts to the Analytics page using the charting library already in use (or add a lightweight one such as Recharts)
  • Support at least a 1-year time window with monthly buckets

Acceptance Criteria

  • The Analytics page displays a trend chart for filing frequency over the past year
  • The chart updates when the user switches company
  • Chart data correctly matches the underlying database records
## Context Roadmap item: P3 — Patent trend charts The Analytics page currently shows aggregate metrics. Time-series charts of patent filing frequency and technology category distribution would give users a richer view of innovation trends. ## Work Required - Add an API endpoint (e.g., `GET /analytics/{company}/trends`) returning time-bucketed patent counts by category - Add line/bar charts to the Analytics page using the charting library already in use (or add a lightweight one such as Recharts) - Support at least a 1-year time window with monthly buckets ## Acceptance Criteria - The Analytics page displays a trend chart for filing frequency over the past year - The chart updates when the user switches company - Chart data correctly matches the underlying database records
AI-Manager added the P3agent-readylarge labels 2026-03-27 12:24:52 +00:00
Author
Owner

This issue has already been resolved in the fork's main branch. Already implemented in PR #62 (feat: add patent trend charts to the Analytics page).

Closing as completed.

This issue has already been resolved in the fork's main branch. Already implemented in PR #62 (feat: add patent trend charts to the Analytics page). 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#323