forked from 0xWheatyz/SPARC
Add patent trend charts (filing frequency and tech category distribution) to Analytics page #1115
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?
Background
The Analytics page shows current scores but no historical or trend data. Adding time-series charts would let users see how patent activity evolves.
What to do
patent_trendsview or query that groups patents byfiled_date(month) andtechnology_category.GET /analytics/trends?company=X&period=12mreturning time-series data.Acceptance criteria
Roadmap reference: P3 - Patent trend charts
This issue has been verified as already implemented in the current codebase. The acceptance criteria are met based on code review. Closing as completed.