Add side-by-side patent portfolio comparison view #654

Closed
opened 2026-03-28 12:24:06 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 — Comparison View

Users want to compare two companies patent portfolios side by side to identify competitive gaps and overlaps.

What to do

  • Add a "Compare" page to the React frontend where users can select two previously-analyzed companies
  • Display key metrics (patent count, top technology categories, innovation score) for both companies side by side
  • Add a backend endpoint if needed (e.g. GET /compare?company_a=X&company_b=Y) or compose existing analytics endpoints on the frontend

Acceptance criteria

  • Users can select two companies and view their metrics side by side
  • The comparison page is reachable from the main navigation
  • Both companies must have prior analysis results; the page gracefully handles the case where one does not
## Context Roadmap item: P3 — Comparison View Users want to compare two companies patent portfolios side by side to identify competitive gaps and overlaps. ## What to do - Add a "Compare" page to the React frontend where users can select two previously-analyzed companies - Display key metrics (patent count, top technology categories, innovation score) for both companies side by side - Add a backend endpoint if needed (e.g. `GET /compare?company_a=X&company_b=Y`) or compose existing analytics endpoints on the frontend ## Acceptance criteria - Users can select two companies and view their metrics side by side - The comparison page is reachable from the main navigation - Both companies must have prior analysis results; the page gracefully handles the case where one does not
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 12:24:07 +00:00
Author
Owner

Closing as already implemented. Side-by-side patent portfolio comparison view was added in PR #61 (feat: add side-by-side patent portfolio comparison view).

Closing as already implemented. Side-by-side patent portfolio comparison view was added in PR #61 (`feat: add side-by-side patent portfolio comparison view`).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#654