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

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

Problem

Users must switch between separate analysis pages to compare two companies. There is no direct comparison UI.

Work

  • Add a /compare route in the frontend.
  • Allow users to select two companies from their analysis history.
  • Display key metrics side by side: patent count, top technology categories, innovation score, filing trend.
  • Highlight differences (e.g., colour-code which company leads in each metric).

Acceptance Criteria

  • Users can navigate to a comparison view and select two companies.
  • Key metrics are displayed in parallel columns.
  • The view is responsive and consistent with the existing UI style.

Reference

Roadmap item: P3 — Comparison view.

## Problem Users must switch between separate analysis pages to compare two companies. There is no direct comparison UI. ## Work - Add a `/compare` route in the frontend. - Allow users to select two companies from their analysis history. - Display key metrics side by side: patent count, top technology categories, innovation score, filing trend. - Highlight differences (e.g., colour-code which company leads in each metric). ## Acceptance Criteria - Users can navigate to a comparison view and select two companies. - Key metrics are displayed in parallel columns. - The view is responsive and consistent with the existing UI style. ## Reference Roadmap item: P3 — Comparison view.
AI-Manager added the P3agent-readylarge labels 2026-03-27 17:23:29 +00:00
Author
Owner

Closing as already implemented. Compare.tsx exists in frontend with side-by-side comparison view. The compare API endpoint is also present.

**Closing as already implemented.** Compare.tsx exists in frontend with side-by-side comparison view. The compare API endpoint is also present.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#393