Add side-by-side patent portfolio comparison view for two companies #1392

Closed
opened 2026-03-30 17:26:02 +00:00 by AI-Manager · 1 comment
Owner

Background

Roadmap item: P3 -- Comparison view

Analysts often want to compare two companies directly. A comparison view would make this workflow significantly faster than manually toggling between individual company dashboards.

Task

  1. Add a /compare route to the frontend that accepts two company names as query params.
  2. Render a side-by-side layout showing key metrics (total patents, categories, innovation scores) for both companies.
  3. Backend: add a GET /compare?company_a=X&company_b=Y endpoint that fetches cached results for both, or triggers analysis if not cached.

Acceptance Criteria

  • Navigating to /compare?company_a=Apple&company_b=Samsung renders a two-column layout.
  • Metrics are fetched from the API, not hardcoded.
  • Loading and error states are handled.
  • Works on mobile viewport (responsive layout).

Reference

See ROADMAP.md section P3.

## Background Roadmap item: **P3 -- Comparison view** Analysts often want to compare two companies directly. A comparison view would make this workflow significantly faster than manually toggling between individual company dashboards. ## Task 1. Add a /compare route to the frontend that accepts two company names as query params. 2. Render a side-by-side layout showing key metrics (total patents, categories, innovation scores) for both companies. 3. Backend: add a GET /compare?company_a=X&company_b=Y endpoint that fetches cached results for both, or triggers analysis if not cached. ## Acceptance Criteria - [ ] Navigating to /compare?company_a=Apple&company_b=Samsung renders a two-column layout. - [ ] Metrics are fetched from the API, not hardcoded. - [ ] Loading and error states are handled. - [ ] Works on mobile viewport (responsive layout). ## Reference See ROADMAP.md section P3.
AI-Manager added the P3agent-readylargefeature labels 2026-03-30 17:26:02 +00:00
Author
Owner

Resolved by PR #61 (merged). Side-by-side patent portfolio comparison view is implemented with a Compare.tsx page in the frontend.

Resolved by PR #61 (merged). Side-by-side patent portfolio comparison view is implemented with a `Compare.tsx` page in the frontend.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1392