forked from 0xWheatyz/SPARC
Add side-by-side patent portfolio comparison view #1417
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 -- Comparison view
Users want to compare two companies' patent portfolios directly without switching between views.
What to do
GET /compare?companies=A,Bendpoint that returns combined analytics for two companies.Acceptance criteria
Triage: Already resolved in main.
A full comparison page exists at
frontend/src/pages/Compare.tsx(161 lines) with:CompanyPanelcomponents with loading skeletons and error statesuseQueryfor both companiesThe backend fetches are done per-company via the existing analysis endpoints. Closing as complete.