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

Closed
opened 2026-03-28 15:23:56 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 - Comparison view

Users analyzing multiple companies must navigate between separate views. There is no way to compare two portfolios side by side.

Work to do

  • Add a "Compare" page or modal to the frontend that accepts two company names
  • Fetch analysis results for both companies and render them in adjacent columns
  • Highlight differences: patent count delta, score differences, unique technology categories
  • Add a route /compare?a=CompanyA&b=CompanyB so comparisons are shareable by URL

Acceptance criteria

  • Users can select two companies and view their portfolios side by side
  • Key metrics are shown in aligned rows for easy scanning
  • The comparison URL can be shared and loads the correct data
## Context Roadmap item: P3 - Comparison view Users analyzing multiple companies must navigate between separate views. There is no way to compare two portfolios side by side. ## Work to do - Add a "Compare" page or modal to the frontend that accepts two company names - Fetch analysis results for both companies and render them in adjacent columns - Highlight differences: patent count delta, score differences, unique technology categories - Add a route `/compare?a=CompanyA&b=CompanyB` so comparisons are shareable by URL ## Acceptance criteria - Users can select two companies and view their portfolios side by side - Key metrics are shown in aligned rows for easy scanning - The comparison URL can be shared and loads the correct data
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 15:23:56 +00:00
Author
Owner

Closing as already implemented. Side-by-side patent portfolio comparison view was added in PR #61 (feature/compare-view). See frontend/src/pages/Compare.tsx.

Closing as already implemented. Side-by-side patent portfolio comparison view was added in PR #61 (feature/compare-view). See frontend/src/pages/Compare.tsx.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#702