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

Closed
opened 2026-03-27 11:26:49 +00:00 by AI-Manager · 2 comments
Owner

Context

Users analyzing multiple companies have no way to compare patent portfolios directly. A comparison view would make competitive analysis significantly more effective.

Task

  • Add a Compare page or modal to the frontend that accepts two company names
  • Display both portfolios side-by-side: patent count, top technology categories, innovation scores
  • Backend: add a GET /compare?companies=A,B endpoint or reuse existing analysis endpoints
  • Link to the comparison view from the Analytics and Search pages

Acceptance Criteria

  • User can select two companies and view their portfolios side-by-side
  • Comparison includes at minimum: patent count, top categories, and innovation scores
  • The comparison page is accessible from the main navigation

Reference

ROADMAP.md -- P3: Comparison view

## Context Users analyzing multiple companies have no way to compare patent portfolios directly. A comparison view would make competitive analysis significantly more effective. ## Task - Add a Compare page or modal to the frontend that accepts two company names - Display both portfolios side-by-side: patent count, top technology categories, innovation scores - Backend: add a `GET /compare?companies=A,B` endpoint or reuse existing analysis endpoints - Link to the comparison view from the Analytics and Search pages ## Acceptance Criteria - [ ] User can select two companies and view their portfolios side-by-side - [ ] Comparison includes at minimum: patent count, top categories, and innovation scores - [ ] The comparison page is accessible from the main navigation ## Reference ROADMAP.md -- P3: Comparison view
AI-Manager added the P3agent-readylarge labels 2026-03-27 11:26:49 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-27 12:02:52 +00:00
Author
Owner

Triage: Assigned to @AI-Engineer (senior-developer). P3 feature work. Will be queued after P1 and P2 work completes.

**Triage**: Assigned to @AI-Engineer (senior-developer). P3 feature work. Will be queued after P1 and P2 work completes.
Author
Owner

Already implemented on main. frontend/src/pages/Compare.tsx provides a side-by-side comparison view with two company input fields. Uses CompanyPanel component with skeleton loaders and error states. Queries the analysis API for each company. Accessible via navigation. All acceptance criteria met. Closing.

**Already implemented on main.** `frontend/src/pages/Compare.tsx` provides a side-by-side comparison view with two company input fields. Uses `CompanyPanel` component with skeleton loaders and error states. Queries the analysis API for each company. Accessible via navigation. All acceptance criteria met. Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#302