forked from 0xWheatyz/SPARC
Add patent filing trend charts to the Analytics page #464
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Roadmap item: P3 - Patent trend charts
The Analytics page currently shows aggregate data but no time-series visualization. Trend charts would reveal how a company's patent activity and technology focus have evolved.
What to do
Acceptance criteria
Reference: ROADMAP.md - P3
[Repo Manager Triage] P3 Feature issue. Assigned to @AI-Engineer. Deferred - will be scheduled after P1 and P2 issues are resolved.
[Repo Manager] Closing as already implemented.
Already implemented:
api.py:497-566hasGET /analytics/trendsendpoint returning time-bucketed filing data by company and by analysis type.Analytics.tsx:17-20fetches trends data. Recharts (LineChart, BarChart, PieChart) used for visualization.