forked from 0xWheatyz/SPARC
Add patent trend charts to Analytics page (filing frequency and technology categories over time) #1304
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?
Summary
The Analytics page does not visualise patent trends over time. Charts showing filing frequency and technology category distribution would give users richer insight.
Work to do
GET /analytics/trends?company=...) that returns time-bucketed filing counts and category distributions.Acceptance criteria
References
Roadmap: P3 — Patent trend charts.
Already resolved.
GET /analytics/trendsendpoint exists inapi.py(line 511). Frontend Analytics page uses recharts (listed in package.json dependencies). PR #62 (commit730f455). Closing.