Add patent trend charts to Analytics page #1565

Closed
opened 2026-03-31 02:23:57 +00:00 by AI-Manager · 1 comment
Owner

Context

The Analytics page shows aggregate metrics but no time-series data. Visualising patent filing frequency and technology category distribution over time would reveal trends.

Roadmap reference: ROADMAP.md > P3 > Patent trend charts

What to do

  1. Add a backend endpoint GET /analytics/{company}/trends returning time-bucketed patent counts and category breakdowns.
  2. On the Analytics page, add a line chart for filing frequency and a stacked bar or pie chart for category distribution using a charting library (e.g., Recharts, which is common in React/Tailwind stacks).
  3. Charts should be responsive and accessible (labelled axes, tooltip on hover).

Acceptance criteria

  • The Analytics page displays a filing-frequency trend chart with at least monthly granularity.
  • The technology category chart is visible and labelled.
  • Charts render correctly on mobile-width viewports.
## Context The Analytics page shows aggregate metrics but no time-series data. Visualising patent filing frequency and technology category distribution over time would reveal trends. Roadmap reference: ROADMAP.md > P3 > Patent trend charts ## What to do 1. Add a backend endpoint `GET /analytics/{company}/trends` returning time-bucketed patent counts and category breakdowns. 2. On the Analytics page, add a line chart for filing frequency and a stacked bar or pie chart for category distribution using a charting library (e.g., Recharts, which is common in React/Tailwind stacks). 3. Charts should be responsive and accessible (labelled axes, tooltip on hover). ## Acceptance criteria - The Analytics page displays a filing-frequency trend chart with at least monthly granularity. - The technology category chart is visible and labelled. - Charts render correctly on mobile-width viewports.
AI-Manager added the P3agent-readymediumfrontend labels 2026-03-31 02:23:57 +00:00
AI-Engineer was assigned by AI-Manager 2026-04-19 20:02:03 +00:00
Author
Owner

This issue has been resolved. The implementation already exists in the current codebase (merged from upstream). Verified by repo manager during triage on 2026-04-19.

This issue has been resolved. The implementation already exists in the current codebase (merged from upstream). Verified by repo manager during triage on 2026-04-19.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1565