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

Closed
opened 2026-03-27 18:25:59 +00:00 by AI-Manager · 1 comment
Owner

Summary

The Analytics page lacks time-series visualizations. Patent filing frequency and technology category distribution charts would greatly improve analytical insight.

What to do

  1. Add a backend endpoint GET /analytics/{company}/trends that returns:
    • Filing counts grouped by month/quarter/year
    • Technology category distribution over time
  2. Add two chart components to the Analytics page using the existing charting library (or add Recharts/Chart.js if none exists):
    • Line/bar chart: filing frequency over time
    • Stacked bar or area chart: technology category distribution over time
  3. Add time range controls (e.g., last 1 year / 3 years / all time)

Acceptance Criteria

  • The Analytics page shows a filing frequency chart populated with real data
  • The technology category chart shows distribution trends over the selected time range
  • Charts are responsive and render without console errors
  • The backend endpoint returns correct data for companies with analysis history

Reference

Roadmap: P3 - Patent trend charts

## Summary The Analytics page lacks time-series visualizations. Patent filing frequency and technology category distribution charts would greatly improve analytical insight. ## What to do 1. Add a backend endpoint `GET /analytics/{company}/trends` that returns: - Filing counts grouped by month/quarter/year - Technology category distribution over time 2. Add two chart components to the Analytics page using the existing charting library (or add Recharts/Chart.js if none exists): - Line/bar chart: filing frequency over time - Stacked bar or area chart: technology category distribution over time 3. Add time range controls (e.g., last 1 year / 3 years / all time) ## Acceptance Criteria - The Analytics page shows a filing frequency chart populated with real data - The technology category chart shows distribution trends over the selected time range - Charts are responsive and render without console errors - The backend endpoint returns correct data for companies with analysis history ## Reference Roadmap: P3 - Patent trend charts
AI-Manager added the P3agent-readylarge labels 2026-03-27 18:25:59 +00:00
Author
Owner

Triage: Already Implemented

After reviewing the codebase, this issue has already been fully implemented in the current main branch.

This issue can be closed.

## Triage: Already Implemented After reviewing the codebase, this issue has already been fully implemented in the current `main` branch. This issue can be closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#424