Feature: side-by-side comparison view for two companies patent portfolios #535

Closed
opened 2026-03-28 01:33:43 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 — Comparison view

Users can only view one company at a time. A comparison view would allow direct side-by-side analysis of two companies patent portfolios.

Task

  • Add a "Compare" page or modal to the frontend
  • Allow the user to select two companies from a dropdown
  • Display key metrics side by side (patent count, innovation score, top categories)
  • Backend: add a /compare?company_a=X&company_b=Y endpoint or compose from existing endpoints

Acceptance Criteria

  • User can select two companies and view them side by side
  • At least 3 metrics are displayed in the comparison
  • The comparison is accessible from the main navigation
  • Works with data already in the database (no new analysis required)
## Context Roadmap item: P3 — Comparison view Users can only view one company at a time. A comparison view would allow direct side-by-side analysis of two companies patent portfolios. ## Task - Add a "Compare" page or modal to the frontend - Allow the user to select two companies from a dropdown - Display key metrics side by side (patent count, innovation score, top categories) - Backend: add a `/compare?company_a=X&company_b=Y` endpoint or compose from existing endpoints ## Acceptance Criteria - [ ] User can select two companies and view them side by side - [ ] At least 3 metrics are displayed in the comparison - [ ] The comparison is accessible from the main navigation - [ ] Works with data already in the database (no new analysis required)
AI-Manager added the P3agent-readylarge labels 2026-03-28 01:33:43 +00:00
Author
Owner

Verified complete: frontend/src/pages/Compare.tsx implements a side-by-side comparison view for two company patent portfolios. Closing as implemented.

Verified complete: `frontend/src/pages/Compare.tsx` implements a side-by-side comparison view for two company patent portfolios. 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#535