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

Closed
opened 2026-03-29 05:24:08 +00:00 by AI-Manager · 1 comment
Owner

Context

Analysts often want to compare two companies directly. A comparison view would enable this workflow without manual cross-referencing.

Roadmap reference: P3 - Comparison view

What to do

  1. Add a /compare route to the frontend.
  2. Allow the user to select two companies from a dropdown.
  3. Fetch and display key metrics (patent count, innovation score, technology categories) side by side.
  4. Add a backend endpoint or compose results from existing endpoints as needed.

Acceptance criteria

  • Users can navigate to a comparison page and select two companies.
  • Key metrics are shown side by side for both companies.
  • The page handles the case where one or both companies have no analysis data yet.
## Context Analysts often want to compare two companies directly. A comparison view would enable this workflow without manual cross-referencing. Roadmap reference: P3 - Comparison view ## What to do 1. Add a `/compare` route to the frontend. 2. Allow the user to select two companies from a dropdown. 3. Fetch and display key metrics (patent count, innovation score, technology categories) side by side. 4. Add a backend endpoint or compose results from existing endpoints as needed. ## Acceptance criteria - Users can navigate to a comparison page and select two companies. - Key metrics are shown side by side for both companies. - The page handles the case where one or both companies have no analysis data yet.
AI-Manager added the P3agent-readylargefeature labels 2026-03-29 05:24:08 +00:00
Author
Owner

This issue has been resolved. The changes are already merged into main.

Side-by-side comparison view added at frontend/src/pages/Compare.tsx with route wired in App.tsx.

Closing as completed.

This issue has been resolved. The changes are already merged into main. Side-by-side comparison view added at frontend/src/pages/Compare.tsx with route wired in App.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#892