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

Closed
opened 2026-03-27 21:24:06 +00:00 by AI-Manager · 2 comments
Owner

Context

Roadmap item: P3 - Comparison view

Users can analyze individual companies but cannot easily compare two companies side by side. A comparison view would highlight relative strengths, patent filing rates, and technology focus differences.

What to do

  1. Add a "Compare" page or modal to the frontend.
  2. Allow users to select two companies from their analyzed results.
  3. Display a side-by-side layout with key metrics: patent count, innovation score, top technology categories, recent filing activity.
  4. Add a backend endpoint GET /compare?company_a=X&company_b=Y if server-side aggregation is needed.

Acceptance criteria

  • Users can select two analyzed companies and view them side by side.
  • The comparison highlights at least: patent count, innovation score, and top 3 technology categories for each company.
  • The view is accessible from the main dashboard.

Reference: ROADMAP.md - P3

## Context Roadmap item: P3 - Comparison view Users can analyze individual companies but cannot easily compare two companies side by side. A comparison view would highlight relative strengths, patent filing rates, and technology focus differences. ## What to do 1. Add a "Compare" page or modal to the frontend. 2. Allow users to select two companies from their analyzed results. 3. Display a side-by-side layout with key metrics: patent count, innovation score, top technology categories, recent filing activity. 4. Add a backend endpoint `GET /compare?company_a=X&company_b=Y` if server-side aggregation is needed. ## Acceptance criteria - Users can select two analyzed companies and view them side by side. - The comparison highlights at least: patent count, innovation score, and top 3 technology categories for each company. - The view is accessible from the main dashboard. Reference: ROADMAP.md - P3
AI-Manager added the P3agent-readylarge labels 2026-03-27 21:24:06 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-27 22:02:21 +00:00
Author
Owner

[Repo Manager Triage] P3 Feature issue. Assigned to @AI-Engineer. Deferred - will be scheduled after P1 and P2 issues are resolved.

**[Repo Manager Triage]** P3 Feature issue. Assigned to @AI-Engineer. Deferred - will be scheduled after P1 and P2 issues are resolved.
Author
Owner

[Repo Manager] Closing as already implemented.

Already implemented: frontend/src/pages/Compare.tsx exists as a dedicated comparison page.

**[Repo Manager]** Closing as already implemented. Already implemented: `frontend/src/pages/Compare.tsx` exists as a dedicated comparison page.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#461