forked from 0xWheatyz/SPARC
Add side-by-side comparison view for two companies patent portfolios #372
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?
Problem
Users can only view one company analysis at a time. Comparing two companies requires switching tabs and relying on memory.
Work
/compareroute to the frontend.GET /analyses/compare?company_a=X&company_b=Yendpoint (or compose two existing analysis responses on the frontend).Acceptance Criteria
Reference
Roadmap item: P3 — Comparison view.
[Triage] Already implemented in main. frontend/src/pages/Compare.tsx implements the comparison view. Closing as resolved.