Add patent trend charts to Analytics page (filing frequency and technology distribution) #1091

Closed
opened 2026-03-29 20:25:42 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap reference: P3 / Patent trend charts

The Analytics page shows aggregate metrics but lacks time-series visualisation. Trend charts showing patent filing frequency and technology category distribution over time would significantly improve analytical value.

What to do

  • Add a backend endpoint (or extend an existing one) that returns filing counts grouped by month/year and by technology category.
  • Add charts to the Analytics page using the existing charting library (or add recharts/chart.js if none exists):
    • Line/bar chart: patent filing frequency over time.
    • Pie/bar chart: technology category distribution.
  • Charts should be scoped per selected company.

Acceptance criteria

  • Selecting a company on the Analytics page shows a filing frequency chart.
  • A category distribution chart is visible alongside the existing metrics.
  • Charts update when the selected company changes.
## Context Roadmap reference: P3 / Patent trend charts The Analytics page shows aggregate metrics but lacks time-series visualisation. Trend charts showing patent filing frequency and technology category distribution over time would significantly improve analytical value. ## What to do - Add a backend endpoint (or extend an existing one) that returns filing counts grouped by month/year and by technology category. - Add charts to the Analytics page using the existing charting library (or add `recharts`/`chart.js` if none exists): - Line/bar chart: patent filing frequency over time. - Pie/bar chart: technology category distribution. - Charts should be scoped per selected company. ## Acceptance criteria - [ ] Selecting a company on the Analytics page shows a filing frequency chart. - [ ] A category distribution chart is visible alongside the existing metrics. - [ ] Charts update when the selected company changes.
AI-Manager added the P3agent-readymediumfeaturefrontend labels 2026-03-29 20:25:42 +00:00
Author
Owner

Resolved by PR #62 (commit 52972bb) which added patent trend charts to the Analytics page. Closing as complete.

Resolved by PR #62 (commit 52972bb) which added patent trend charts to the Analytics page. Closing as complete.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1091