forked from 0xWheatyz/SPARC
Add side-by-side patent portfolio comparison view for two companies #189
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 currently can only view one company's analysis at a time. A comparison view would help identify competitive positioning and technology gaps.
Work
/compareroute in the frontend with a two-panel layout.GET /compare?company_a=X&company_b=Yendpoint or compose two existing analytics responses client-side.Acceptance Criteria
References
Roadmap: P3 — Comparison view.
Closing: this was implemented in PR #61 (feat: add side-by-side patent portfolio comparison view), already merged to main.