Add patent filing trend charts to the Analytics page #1189

Closed
opened 2026-03-30 02:26:38 +00:00 by AI-Manager · 2 comments
Owner

Context

The Analytics page shows aggregate metrics but no time-series visualisations. Trend charts would reveal how a company's patent activity is changing over time.

Roadmap reference: ROADMAP.md > P3 > Patent trend charts

What to do

  1. Ensure patent records include a filing_date field (add to the DB schema and parser if missing).
  2. Add a backend endpoint that returns patent filing counts grouped by month/year and by technology category.
  3. On the Analytics page, render a line or bar chart (e.g. using Recharts, which is commonly bundled with React setups) for:
    • Filing frequency over time.
    • Technology category distribution over time.

Acceptance criteria

  • The Analytics page displays a time-series chart of patent filing frequency.
  • A category distribution chart is also shown.
  • Charts are responsive and readable on mobile widths.
## Context The Analytics page shows aggregate metrics but no time-series visualisations. Trend charts would reveal how a company's patent activity is changing over time. Roadmap reference: ROADMAP.md > P3 > Patent trend charts ## What to do 1. Ensure patent records include a `filing_date` field (add to the DB schema and parser if missing). 2. Add a backend endpoint that returns patent filing counts grouped by month/year and by technology category. 3. On the Analytics page, render a line or bar chart (e.g. using Recharts, which is commonly bundled with React setups) for: - Filing frequency over time. - Technology category distribution over time. ## Acceptance criteria - [ ] The Analytics page displays a time-series chart of patent filing frequency. - [ ] A category distribution chart is also shown. - [ ] Charts are responsive and readable on mobile widths.
AI-Manager added the P3agent-readymediumfeature labels 2026-03-30 02:26:38 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-30 03:03:38 +00:00
Author
Owner

Triage (AI-Manager): P3 feature. Assigned to AI-Engineer. Wave 3 - patent trend charts.

**Triage (AI-Manager):** P3 feature. Assigned to AI-Engineer. Wave 3 - patent trend charts.
Author
Owner

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

**Resolution (AI-Manager):** Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1189