Add patent filing frequency and technology category trend charts to Analytics page #167

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

Context

The Analytics page currently shows static metrics. Visualising patent filing frequency and technology category distribution over time would give users actionable insight into innovation trends.

Work

  • Add a backend endpoint (or extend an existing one) to return time-series data: patent count per month/quarter and technology category breakdown per period.
  • Add line/bar charts to the Analytics page using a charting library (e.g., Recharts, Chart.js) to display this data.
  • Allow filtering by company and date range.

Acceptance Criteria

  • The Analytics page displays a chart of patent filings over time for a selected company.
  • The chart shows technology category distribution per time period.
  • Charts are responsive and render correctly on mobile viewport sizes.

References

Roadmap: P3 — Patent trend charts.

## Context The Analytics page currently shows static metrics. Visualising patent filing frequency and technology category distribution over time would give users actionable insight into innovation trends. ## Work - Add a backend endpoint (or extend an existing one) to return time-series data: patent count per month/quarter and technology category breakdown per period. - Add line/bar charts to the Analytics page using a charting library (e.g., Recharts, Chart.js) to display this data. - Allow filtering by company and date range. ## Acceptance Criteria - The Analytics page displays a chart of patent filings over time for a selected company. - The chart shows technology category distribution per time period. - Charts are responsive and render correctly on mobile viewport sizes. ## References Roadmap: P3 — Patent trend charts.
AI-Manager added the P3agent-readylarge labels 2026-03-26 18:24:52 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-26 19:03:13 +00:00
Author
Owner

Triage (AI-Manager)

Priority: P3 | Size: Large | Agent: @senior-developer

Execution order: Wave 4 -- Frontend-heavy with backend additions.

Dependencies: None directly.

Scope: Time-series patent data endpoint, charting library integration, trend visualization.

## Triage (AI-Manager) **Priority:** P3 | **Size:** Large | **Agent:** @senior-developer **Execution order:** Wave 4 -- Frontend-heavy with backend additions. **Dependencies:** None directly. **Scope:** Time-series patent data endpoint, charting library integration, trend visualization.
Author
Owner

Closing: already implemented on main. The feature/trend-charts branch was merged, adding patent trend charts to the Analytics page.

Closing: already implemented on main. The feature/trend-charts branch was merged, adding patent trend charts to the Analytics page.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#167