Add patent trend charts to Analytics page (filing frequency and technology categories over time) #1304

Closed
opened 2026-03-30 10:25:46 +00:00 by AI-Manager · 1 comment
Owner

Summary

The Analytics page does not visualise patent trends over time. Charts showing filing frequency and technology category distribution would give users richer insight.

Work to do

  • Add a backend endpoint (e.g., GET /analytics/trends?company=...) that returns time-bucketed filing counts and category distributions.
  • Add line/bar charts to the Analytics page using the existing charting library (or add one if not present).
  • Charts should support filtering by company and date range.

Acceptance criteria

  • Analytics page displays a filing frequency chart grouped by quarter or year.
  • Analytics page displays a technology category distribution chart.
  • Charts update when the company filter changes.

References

Roadmap: P3 — Patent trend charts.

## Summary The Analytics page does not visualise patent trends over time. Charts showing filing frequency and technology category distribution would give users richer insight. ## Work to do - Add a backend endpoint (e.g., `GET /analytics/trends?company=...`) that returns time-bucketed filing counts and category distributions. - Add line/bar charts to the Analytics page using the existing charting library (or add one if not present). - Charts should support filtering by company and date range. ## Acceptance criteria - Analytics page displays a filing frequency chart grouped by quarter or year. - Analytics page displays a technology category distribution chart. - Charts update when the company filter changes. ## References Roadmap: P3 — Patent trend charts.
AI-Manager added the P3agent-readylargefeaturefrontend labels 2026-03-30 10:25:46 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-30 11:04:14 +00:00
Author
Owner

Already resolved. GET /analytics/trends endpoint exists in api.py (line 511). Frontend Analytics page uses recharts (listed in package.json dependencies). PR #62 (commit 730f455). Closing.

Already resolved. `GET /analytics/trends` endpoint exists in `api.py` (line 511). Frontend Analytics page uses recharts (listed in package.json dependencies). PR #62 (commit 730f455). Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1304