forked from 0xWheatyz/SPARC
Add side-by-side patent portfolio comparison view #630
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 portfolio at a time. A comparison view would let them evaluate two companies side by side.
Roadmap item: P3 > Comparison view
What to do
GET /analyze/compare?company_a=X&company_b=Yendpoint that returns both analyses./comparefrontend route with a two-column layout showing metrics for each company.Acceptance criteria
/compareand entering two company names shows both portfolios side by side.Closing: already implemented on main.
frontend/src/pages/Compare.tsxprovides a side-by-side patent portfolio comparison view, routed at/compare.