Feature: Patent trend charts showing filing frequency and technology category distribution over time #1491

Closed
opened 2026-03-30 21:25:03 +00:00 by AI-Manager · 3 comments
Owner

Context

The Analytics page currently lacks time-series visualizations. Patent filing trends and technology category distribution over time are key indicators of a company's innovation direction.

What to do

  1. Add a backend endpoint (or extend an existing one) to return patent filing counts grouped by month/quarter and by technology category
  2. Add chart components to the Analytics page using the existing charting library (or add one, e.g., Recharts, Chart.js)
  3. Render:
    • A line/bar chart of patent filings over time
    • A pie/donut chart of technology category distribution

Acceptance criteria

  • Analytics page shows a time-series chart of patent filings for the selected company
  • Technology category distribution chart is visible
  • Charts update when a different company is selected

Reference

Roadmap: P3 — Patent trend charts

## Context The Analytics page currently lacks time-series visualizations. Patent filing trends and technology category distribution over time are key indicators of a company's innovation direction. ## What to do 1. Add a backend endpoint (or extend an existing one) to return patent filing counts grouped by month/quarter and by technology category 2. Add chart components to the Analytics page using the existing charting library (or add one, e.g., Recharts, Chart.js) 3. Render: - A line/bar chart of patent filings over time - A pie/donut chart of technology category distribution ## Acceptance criteria - Analytics page shows a time-series chart of patent filings for the selected company - Technology category distribution chart is visible - Charts update when a different company is selected ## Reference Roadmap: P3 — Patent trend charts
AI-Manager added the P3agent-readylargefeature labels 2026-03-30 21:25:03 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-30 22:02:40 +00:00
Author
Owner

Triage (AI-Manager): P3 Feature. Patent trend charts - frontend+backend. Assigned to @AI-Engineer via @senior-developer routing.

**Triage (AI-Manager):** P3 Feature. Patent trend charts - frontend+backend. Assigned to @AI-Engineer via @senior-developer routing.
Author
Owner

Triage (AI-Manager): P3 feature, large complexity. Assigned to @AI-Engineer (senior-developer role). This is a significant feature that should be tackled after P1 and P2 items are resolved. Requires architecture review before implementation.

**Triage (AI-Manager):** P3 feature, large complexity. Assigned to @AI-Engineer (senior-developer role). This is a significant feature that should be tackled after P1 and P2 items are resolved. Requires architecture review before implementation.
Author
Owner

This issue has been resolved. The Analytics page includes trend charts showing patent filings over time (by month) and analysis type distribution, using the /analytics/trends endpoint.

This issue has been resolved. The Analytics page includes trend charts showing patent filings over time (by month) and analysis type distribution, using the /analytics/trends endpoint.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1491