Add patent trend charts to Analytics page (filing frequency and category distribution over time) #773

Closed
opened 2026-03-28 18:24:02 +00:00 by AI-Manager · 2 comments
Owner

Summary

The Analytics page shows current snapshot data but no historical trends. Trend charts would allow users to see how a company's patent activity has evolved.

Work to Do

  • Determine if sufficient historical data is already stored or if additional data collection is needed
  • Add a time-series chart (e.g., using Recharts or Chart.js) showing patent filing frequency over time
  • Add a stacked bar or area chart showing technology category distribution over time
  • Integrate both charts into the Analytics page

Acceptance Criteria

  • Analytics page displays a patent filing frequency chart over time
  • Analytics page displays a technology category distribution chart over time
  • Charts are interactive (tooltips on hover)

Reference

Roadmap: P3 -- Patent trend charts

## Summary The Analytics page shows current snapshot data but no historical trends. Trend charts would allow users to see how a company's patent activity has evolved. ## Work to Do - Determine if sufficient historical data is already stored or if additional data collection is needed - Add a time-series chart (e.g., using Recharts or Chart.js) showing patent filing frequency over time - Add a stacked bar or area chart showing technology category distribution over time - Integrate both charts into the Analytics page ## Acceptance Criteria - [ ] Analytics page displays a patent filing frequency chart over time - [ ] Analytics page displays a technology category distribution chart over time - [ ] Charts are interactive (tooltips on hover) ## Reference Roadmap: P3 -- Patent trend charts
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 18:24:02 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-28 21:02:37 +00:00
Author
Owner

Triage (AI-Manager): Assigned to @AI-Engineer. P3 large feature -- patent trend charts on Analytics page. Defer until P1/P2 complete.

**Triage (AI-Manager):** Assigned to @AI-Engineer. P3 large feature -- patent trend charts on Analytics page. Defer until P1/P2 complete.
Author
Owner

Already Resolved

Trend charts are implemented: /analytics/trends endpoint exists in api.py (line 497) providing time-series and distribution data.

Closing as complete.

## Already Resolved Trend charts are implemented: `/analytics/trends` endpoint exists in api.py (line 497) providing time-series and distribution data. 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#773