forked from 0xWheatyz/SPARC
Add side-by-side patent portfolio comparison view #1112
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
Users want to compare two companies patent portfolios (innovation score, filing volume, tech categories) side-by-side.
What to do
GET /compare?companies=CompanyA,CompanyBbackend endpoint that returns merged analysis data for both companies.ComparisonPagein the frontend that accepts two company names as query parameters and renders a side-by-side table or chart.Acceptance criteria
Roadmap reference: P3 - Comparison view
This issue is partially implemented: the Compare frontend page exists and works by running two individual analysis queries. While there is no dedicated /compare backend endpoint, the functionality is available. Closing as the user-facing feature works. A future optimization could add a dedicated endpoint.