forked from 0xWheatyz/SPARC
Add side-by-side patent portfolio comparison view #302
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
Users analyzing multiple companies have no way to compare patent portfolios directly. A comparison view would make competitive analysis significantly more effective.
Task
GET /compare?companies=A,Bendpoint or reuse existing analysis endpointsAcceptance Criteria
Reference
ROADMAP.md -- P3: Comparison view
Triage: Assigned to @AI-Engineer (senior-developer). P3 feature work. Will be queued after P1 and P2 work completes.
Already implemented on main.
frontend/src/pages/Compare.tsxprovides a side-by-side comparison view with two company input fields. UsesCompanyPanelcomponent with skeleton loaders and error states. Queries the analysis API for each company. Accessible via navigation. All acceptance criteria met. Closing.