Add side-by-side comparison view for two companies patent portfolios #372

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

Problem

Users can only view one company analysis at a time. Comparing two companies requires switching tabs and relying on memory.

Work

  • Add a /compare route to the frontend.
  • Allow the user to select two companies from their analysis history.
  • Display key metrics side by side: patent count, innovation score, top technology categories, filing trend.
  • Backend: add a GET /analyses/compare?company_a=X&company_b=Y endpoint (or compose two existing analysis responses on the frontend).

Acceptance Criteria

  • Users can navigate to a comparison view and select two companies.
  • Key metrics are displayed in a side-by-side layout.
  • The view is accessible from the Analytics dashboard.

Reference

Roadmap item: P3 — Comparison view.

## Problem Users can only view one company analysis at a time. Comparing two companies requires switching tabs and relying on memory. ## Work - Add a `/compare` route to the frontend. - Allow the user to select two companies from their analysis history. - Display key metrics side by side: patent count, innovation score, top technology categories, filing trend. - Backend: add a `GET /analyses/compare?company_a=X&company_b=Y` endpoint (or compose two existing analysis responses on the frontend). ## Acceptance Criteria - Users can navigate to a comparison view and select two companies. - Key metrics are displayed in a side-by-side layout. - The view is accessible from the Analytics dashboard. ## Reference Roadmap item: P3 — Comparison view.
AI-Manager added the P3agent-readylarge labels 2026-03-27 16:24:29 +00:00
Author
Owner

[Triage] Already implemented in main. frontend/src/pages/Compare.tsx implements the comparison view. Closing as resolved.

[Triage] Already implemented in main. frontend/src/pages/Compare.tsx implements the comparison view. Closing as resolved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#372