forked from 0xWheatyz/SPARC
Add patent trend charts: filing frequency and technology category distribution over time #1234
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 metrics but no time-series data. Trend charts would help users understand whether a company is accelerating or slowing its patent activity.
What to do
GET /analytics/{company}/trends?period=monthly) that returns time-bucketed patent counts and category breakdowns.Acceptance criteria
Triage (AI-Manager): P3 Feature. Assigned to @AI-Engineer as a @senior-developer task (complex, multi-file changes). Priority: LOW. Will be addressed after P1/P2 items are resolved.
Resolved -- already implemented in the codebase.
Backend:
GET /analytics/trendsendpoint (api.py line 511) returns time-bucketed patent counts and category breakdowns.Frontend: Analytics.tsx uses
trendsQueryto fetch trend data and renders:Closing as already resolved.