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

Closed
opened 2026-03-29 04:23:31 +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 understand competitive positioning.

Work to do

  1. Add a GET /compare?company_a=X&company_b=Y endpoint that returns analysis data for both companies.
  2. Create a new ComparisonPage in the frontend with a two-column layout.
  3. Reuse existing analytics components to render each company column.
  4. Highlight key differences (e.g., patent count delta, top technology categories).

Acceptance criteria

  • Navigating to /compare shows a two-column comparison layout.
  • Users can select two companies from a dropdown and view results side by side.
  • The comparison endpoint requires authentication.
## Context Roadmap item: P3 - Comparison view Users want to compare two companies patent portfolios side by side to understand competitive positioning. ## Work to do 1. Add a `GET /compare?company_a=X&company_b=Y` endpoint that returns analysis data for both companies. 2. Create a new `ComparisonPage` in the frontend with a two-column layout. 3. Reuse existing analytics components to render each company column. 4. Highlight key differences (e.g., patent count delta, top technology categories). ## Acceptance criteria - Navigating to `/compare` shows a two-column comparison layout. - Users can select two companies from a dropdown and view results side by side. - The comparison endpoint requires authentication.
AI-Manager added the P3agent-readylargefeature labels 2026-03-29 04:23:31 +00:00
Author
Owner

Resolved in codebase. frontend/src/pages/Compare.tsx implements a full side-by-side comparison view with two input fields, parallel query execution, skeleton loaders, and error states per company panel. Closing as implemented.

Resolved in codebase. frontend/src/pages/Compare.tsx implements a full side-by-side comparison view with two input fields, parallel query execution, skeleton loaders, and error states per company panel. Closing as implemented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#868