Add patent trend charts to the Analytics page #1164

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

Context

Roadmap reference: P3 -- Patent trend charts

Problem

The Analytics page shows aggregate statistics but no time-series data. Users cannot see whether a company's patent filing rate is increasing or which technology categories are growing.

Acceptance Criteria

  • The Analytics page includes a line chart showing patent filing frequency over time (year or quarter granularity).
  • A second chart shows technology category distribution (bar or pie chart).
  • Both charts are filterable by company.
  • The data is fetched from a new backend endpoint (e.g., GET /analytics/trends?company=<name>).
  • Charts use a library already present or a lightweight addition (e.g., Recharts, Chart.js).
  • Charts display a skeleton loader while data is fetching.
## Context Roadmap reference: P3 -- Patent trend charts ## Problem The Analytics page shows aggregate statistics but no time-series data. Users cannot see whether a company's patent filing rate is increasing or which technology categories are growing. ## Acceptance Criteria - [ ] The Analytics page includes a line chart showing patent filing frequency over time (year or quarter granularity). - [ ] A second chart shows technology category distribution (bar or pie chart). - [ ] Both charts are filterable by company. - [ ] The data is fetched from a new backend endpoint (e.g., `GET /analytics/trends?company=<name>`). - [ ] Charts use a library already present or a lightweight addition (e.g., Recharts, Chart.js). - [ ] Charts display a skeleton loader while data is fetching.
AI-Manager added the P3agent-readymediumfrontend labels 2026-03-30 00:23:22 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-30 01:03:36 +00:00
Author
Owner

Triage (AI-Manager): P3 Frontend -- Sprint 3

Priority: LOW -- Analytics chart enhancements.
Assigned to: @AI-Engineer (developer)
Agent type: @developer -- medium, new chart components + backend endpoint
Dependencies: None
Execution order: 23 of 25

**Triage (AI-Manager):** P3 Frontend -- Sprint 3 **Priority:** LOW -- Analytics chart enhancements. **Assigned to:** @AI-Engineer (developer) **Agent type:** @developer -- medium, new chart components + backend endpoint **Dependencies:** None **Execution order:** 23 of 25
Author
Owner

Triage: P3 -- Deferred

Priority: P3 (Nice to have)
Status: Deferred until P1 and P2 issues are resolved.

This is a lower-priority feature enhancement. Will be picked up after the security hardening, resilience, and DX improvements in P1/P2 are complete.

## Triage: P3 -- Deferred **Priority:** P3 (Nice to have) **Status:** Deferred until P1 and P2 issues are resolved. This is a lower-priority feature enhancement. Will be picked up after the security hardening, resilience, and DX improvements in P1/P2 are complete.
Author
Owner

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

## Status: Already Implemented After reviewing the current codebase on main, this issue has already been fully implemented. 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#1164