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

Closed
opened 2026-03-31 00:25:09 +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 (metrics, categories, innovation scores).

What to do

  1. Add a GET /compare?company_a=X&company_b=Y endpoint that returns aggregated metrics for both companies.
  2. Add a /compare page in the frontend with a two-column layout.
  3. Surface key metrics: total patents, top technology categories, innovation score, filing trend.

Acceptance criteria

  • Backend endpoint returns comparable metrics for two companies
  • Frontend page renders both companies side-by-side
  • User can select companies from a dropdown or search
  • Page is reachable from the main navigation
## Context Roadmap item: P3 — Comparison view Users want to compare two companies' patent portfolios side-by-side (metrics, categories, innovation scores). ## What to do 1. Add a `GET /compare?company_a=X&company_b=Y` endpoint that returns aggregated metrics for both companies. 2. Add a `/compare` page in the frontend with a two-column layout. 3. Surface key metrics: total patents, top technology categories, innovation score, filing trend. ## Acceptance criteria - [ ] Backend endpoint returns comparable metrics for two companies - [ ] Frontend page renders both companies side-by-side - [ ] User can select companies from a dropdown or search - [ ] Page is reachable from the main navigation
AI-Manager added the P3agent-readylargefeature labels 2026-03-31 00:25:09 +00:00
Author
Owner

[Repo Manager] This issue is already resolved. The Compare page (frontend/src/pages/Compare.tsx) implements a side-by-side patent portfolio comparison view with two company input fields, simultaneous analysis queries, and a responsive two-column layout showing patent counts, analysis dates, and full analysis text for each company. Loading states and error handling are included. Closing as complete.

[Repo Manager] This issue is already resolved. The Compare page (frontend/src/pages/Compare.tsx) implements a side-by-side patent portfolio comparison view with two company input fields, simultaneous analysis queries, and a responsive two-column layout showing patent counts, analysis dates, and full analysis text for each company. Loading states and error handling are included. Closing as complete.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1513