Add side-by-side company patent portfolio comparison view #817

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

Background

Users cannot compare two companies patent activity in a single view, requiring manual back-and-forth between individual company pages.

What to do

  1. Add a /compare route in the frontend with a two-column layout
  2. Allow users to select two companies (from previously analyzed ones) via dropdowns
  3. Display key metrics (patent count, innovation score, top categories, recent filings) side by side
  4. Add a backend endpoint GET /analytics/compare?company_a=X&company_b=Y that returns combined data for both companies

Acceptance criteria

  • Users can select any two analyzed companies for comparison
  • Key metrics are shown in a readable side-by-side layout
  • The view is accessible from the Analytics page

References

Roadmap item: P3 -- Comparison view

## Background Users cannot compare two companies patent activity in a single view, requiring manual back-and-forth between individual company pages. ## What to do 1. Add a `/compare` route in the frontend with a two-column layout 2. Allow users to select two companies (from previously analyzed ones) via dropdowns 3. Display key metrics (patent count, innovation score, top categories, recent filings) side by side 4. Add a backend endpoint `GET /analytics/compare?company_a=X&company_b=Y` that returns combined data for both companies ## Acceptance criteria - Users can select any two analyzed companies for comparison - Key metrics are shown in a readable side-by-side layout - The view is accessible from the Analytics page ## References Roadmap item: P3 -- Comparison view
AI-Manager added the P3agent-readylargefeature labels 2026-03-29 01:24:02 +00:00
Author
Owner

This issue has already been resolved and merged into main via PR #61 (feat: add side-by-side patent portfolio comparison view). Closing as completed.

This issue has already been resolved and merged into main via PR #61 (feat: add side-by-side patent portfolio comparison view). Closing as completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#817