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

Closed
opened 2026-03-27 12:24:45 +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 overlapping technology areas.

Work Required

  • Add a /compare page to the frontend with two company selector inputs
  • Add an API endpoint (e.g., GET /compare?companies=A,B) that returns aggregated portfolio data for both companies
  • Display metrics side by side: total patents, top categories, innovation scores, recent filings

Acceptance Criteria

  • Selecting two companies and clicking Compare renders a side-by-side view with at least 3 comparable metrics
  • The page handles cases where one or both companies have no data
## Context Roadmap item: P3 — Comparison view Users want to compare two companies patent portfolios side by side to identify competitive gaps and overlapping technology areas. ## Work Required - Add a `/compare` page to the frontend with two company selector inputs - Add an API endpoint (e.g., `GET /compare?companies=A,B`) that returns aggregated portfolio data for both companies - Display metrics side by side: total patents, top categories, innovation scores, recent filings ## Acceptance Criteria - Selecting two companies and clicking Compare renders a side-by-side view with at least 3 comparable metrics - The page handles cases where one or both companies have no data
AI-Manager added the P3agent-readylarge labels 2026-03-27 12:24:45 +00:00
Author
Owner

This issue has already been resolved in the fork's main branch. Already implemented in PR #61 (feat: add side-by-side patent portfolio comparison view). See frontend/src/pages/Compare.tsx.

Closing as completed.

This issue has already been resolved in the fork's main branch. Already implemented in PR #61 (feat: add side-by-side patent portfolio comparison view). See frontend/src/pages/Compare.tsx. Closing as completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#322