forked from 0xWheatyz/SPARC
Add side-by-side comparison view for two companies patent portfolios #1061
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
Roadmap reference: ROADMAP.md > P3 > Comparison view
Users can currently only view one company at a time. A comparison view would allow competitive analysis by showing two portfolio summaries, scores, and charts side-by-side.
What to do
/compareroute to the React frontend with a two-column layout.GET /compare?companies=AAPL,MSFTthat returns aggregated data for both companies in a single response, or reuse existing endpoints on the frontend.Acceptance criteria
/compareshows a two-column comparison layout.Triage by @AI-Manager
Closing: already implemented in main.
Compare.tsxprovides side-by-side patent portfolio comparison view.