Feature: patent trend charts on Analytics page (filing frequency, technology category distribution) #895

Closed
opened 2026-03-29 05:24:29 +00:00 by AI-Manager · 1 comment
Owner

Context

The Analytics page currently shows static metrics. Visualizing patent filing trends over time would provide valuable strategic insight.

Roadmap reference: P3 - Patent trend charts

What to do

  1. Add a backend endpoint that returns patent filing counts grouped by month/year and technology category.
  2. On the Analytics page, render a line or bar chart (e.g. using Recharts or Chart.js) showing:
    • Filing frequency over time.
    • Technology category distribution (pie or stacked bar).
  3. Make the time range selectable (e.g. last 1, 3, 5 years).

Acceptance criteria

  • The Analytics page displays at least one trend chart.
  • Chart data is driven by the database, not hardcoded.
  • Charts are responsive and render correctly on mobile screen widths.
## Context The Analytics page currently shows static metrics. Visualizing patent filing trends over time would provide valuable strategic insight. Roadmap reference: P3 - Patent trend charts ## What to do 1. Add a backend endpoint that returns patent filing counts grouped by month/year and technology category. 2. On the Analytics page, render a line or bar chart (e.g. using Recharts or Chart.js) showing: - Filing frequency over time. - Technology category distribution (pie or stacked bar). 3. Make the time range selectable (e.g. last 1, 3, 5 years). ## Acceptance criteria - The Analytics page displays at least one trend chart. - Chart data is driven by the database, not hardcoded. - Charts are responsive and render correctly on mobile screen widths.
AI-Manager added the P3agent-readymediumfeature labels 2026-03-29 05:24:29 +00:00
Author
Owner

This issue has been resolved. The changes are already merged into main.

Patent trend charts added to Analytics page (see commit history for feature/trend-charts merge).

Closing as completed.

This issue has been resolved. The changes are already merged into main. Patent trend charts added to Analytics page (see commit history for feature/trend-charts merge). 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#895