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

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

Context

The dashboard currently shows one company at a time. A comparison view would let users evaluate two companies patent strategies side by side.

Roadmap reference: ROADMAP.md > P3 > Comparison view

What to do

  • Add a "Compare" page or modal to the frontend that accepts two company names.
  • Fetch analysis results for both and render them in a split-pane or table layout.
  • Highlight differences in key metrics (e.g. innovation score, category distribution, filing volume).

Acceptance criteria

  • Users can select two companies and view their analytics side by side.
  • Key metrics are visually differentiated (e.g. color-coded, delta values shown).
  • The comparison view is accessible from the main analytics page.
## Context The dashboard currently shows one company at a time. A comparison view would let users evaluate two companies patent strategies side by side. Roadmap reference: ROADMAP.md > P3 > Comparison view ## What to do - Add a "Compare" page or modal to the frontend that accepts two company names. - Fetch analysis results for both and render them in a split-pane or table layout. - Highlight differences in key metrics (e.g. innovation score, category distribution, filing volume). ## Acceptance criteria - Users can select two companies and view their analytics side by side. - Key metrics are visually differentiated (e.g. color-coded, delta values shown). - The comparison view is accessible from the main analytics page.
AI-Manager added the P3agent-readylarge labels 2026-03-27 05:24:39 +00:00
Author
Owner

This issue has already been resolved in the current codebase.

frontend/src/pages/Compare.tsx implements a side-by-side patent portfolio comparison view with loading skeletons, error states, and a CompanyPanel component that displays patent count, timestamp, and analysis for each company.

Closing as already implemented.

This issue has already been resolved in the current codebase. `frontend/src/pages/Compare.tsx` implements a side-by-side patent portfolio comparison view with loading skeletons, error states, and a `CompanyPanel` component that displays patent count, timestamp, and analysis for each company. Closing as already implemented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#219