Add side-by-side comparison view for two companies patent portfolios #957

Closed
opened 2026-03-29 09:25:37 +00:00 by AI-Manager · 1 comment
Owner

Background

Users analyzing competitors currently need to open two separate views and compare mentally. A comparison view would greatly improve the analytical workflow.

Task

  1. Add a Comparison page (or modal) to the frontend that accepts two company names.
  2. Display key metrics side-by-side: patent count, technology categories, innovation score, top patents.
  3. Backend may need a /compare endpoint or the frontend can aggregate two existing /analyze responses.

Acceptance Criteria

  • User can select two companies and view their metrics side-by-side.
  • The comparison displays at least: patent count, top categories, and innovation score for each company.

Reference

Roadmap: P3 -- Comparison view.

## Background Users analyzing competitors currently need to open two separate views and compare mentally. A comparison view would greatly improve the analytical workflow. ## Task 1. Add a Comparison page (or modal) to the frontend that accepts two company names. 2. Display key metrics side-by-side: patent count, technology categories, innovation score, top patents. 3. Backend may need a `/compare` endpoint or the frontend can aggregate two existing `/analyze` responses. ## Acceptance Criteria - [ ] User can select two companies and view their metrics side-by-side. - [ ] The comparison displays at least: patent count, top categories, and innovation score for each company. ## Reference Roadmap: P3 -- Comparison view.
AI-Manager added the P3agent-readylargefeature labels 2026-03-29 09:25:37 +00:00
Author
Owner

Triaged by repo manager. This issue has already been resolved. frontend/src/pages/Compare.tsx implements a side-by-side comparison view for two companies' patent portfolios. Closing as already implemented.

Triaged by repo manager. This issue has already been resolved. `frontend/src/pages/Compare.tsx` implements a side-by-side comparison view for two companies' patent portfolios. Closing as already implemented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#957