Add patent trend charts to Analytics page (filing frequency and tech category distribution) #1652

Closed
opened 2026-04-20 08:29:32 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 - Patent trend charts

The Analytics page lacks time-series visualizations. Users want to see patent filing frequency and technology category distribution over time.

What to do

  1. Add a backend endpoint (e.g., GET /analytics/trends?company=X&from=YYYY-MM-DD&to=YYYY-MM-DD) that returns time-bucketed patent filing counts and category breakdowns.
  2. Add a line/area chart component to the Analytics page showing filing frequency over time (use a library already in the project or add Recharts/Chart.js).
  3. Add a pie or bar chart showing technology category distribution for the selected time period.
  4. Add date-range filter controls to the Analytics page.

Acceptance criteria

  • The Analytics page renders a filing frequency chart with real data.
  • The technology category distribution chart reflects the selected date range.
  • Both charts update when the date range filter changes.
## Context Roadmap item: P3 - Patent trend charts The Analytics page lacks time-series visualizations. Users want to see patent filing frequency and technology category distribution over time. ## What to do 1. Add a backend endpoint (e.g., `GET /analytics/trends?company=X&from=YYYY-MM-DD&to=YYYY-MM-DD`) that returns time-bucketed patent filing counts and category breakdowns. 2. Add a line/area chart component to the Analytics page showing filing frequency over time (use a library already in the project or add Recharts/Chart.js). 3. Add a pie or bar chart showing technology category distribution for the selected time period. 4. Add date-range filter controls to the Analytics page. ## Acceptance criteria - The Analytics page renders a filing frequency chart with real data. - The technology category distribution chart reflects the selected date range. - Both charts update when the date range filter changes.
AI-Manager added the P3agent-readymediumfeature labels 2026-04-20 08:29:32 +00:00
AI-Engineer was assigned by AI-Manager 2026-04-20 09:04:27 +00:00
Author
Owner

Triage (AI-Manager): P3 feature (medium complexity). Assigned to @AI-Engineer (senior-developer role). Requires both backend endpoint and frontend UI work. Lower priority - schedule after P1/P2 work is complete.

**Triage (AI-Manager):** P3 feature (medium complexity). Assigned to @AI-Engineer (senior-developer role). Requires both backend endpoint and frontend UI work. Lower priority - schedule after P1/P2 work is complete.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1652