forked from 0xWheatyz/SPARC
Add patent trend charts to the Analytics page (filing frequency and technology categories over time) #1516
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 lacks time-series visualisations. Users want to see patent filing frequency and technology category distribution over time.
What to do
GET /analytics/trends?company=Xendpoint that returns time-bucketed (by year/quarter) filing counts and category breakdowns.Acceptance criteria
[Repo Manager] This issue is already resolved. The Analytics page includes trend charts using recharts: a LineChart for filing frequency by company per month (from /analytics/trends endpoint), and a stacked BarChart for analysis type distribution over time. The backend /analytics/trends endpoint returns by_month and by_type_over_time datasets. Closing as complete.