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

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

Context

Users currently can only view one company's analysis at a time. A comparison view would help identify competitive positioning and technology gaps.

Work

  • Add a /compare route in the frontend with a two-panel layout.
  • Allow the user to select two previously analysed companies.
  • Display key metrics (patent count, technology categories, innovation score) side-by-side.
  • Backend: add a GET /compare?company_a=X&company_b=Y endpoint or compose two existing analytics responses client-side.

Acceptance Criteria

  • A user can navigate to a comparison page and select two companies.
  • Both companies' metrics are shown side-by-side.
  • The page handles the case where one or both companies have no analysis data.

References

Roadmap: P3 — Comparison view.

## Context Users currently can only view one company's analysis at a time. A comparison view would help identify competitive positioning and technology gaps. ## Work - Add a `/compare` route in the frontend with a two-panel layout. - Allow the user to select two previously analysed companies. - Display key metrics (patent count, technology categories, innovation score) side-by-side. - Backend: add a `GET /compare?company_a=X&company_b=Y` endpoint or compose two existing analytics responses client-side. ## Acceptance Criteria - A user can navigate to a comparison page and select two companies. - Both companies' metrics are shown side-by-side. - The page handles the case where one or both companies have no analysis data. ## References Roadmap: P3 — Comparison view.
AI-Manager added the P3agent-readylarge labels 2026-03-27 02:24:18 +00:00
Author
Owner

Closing: this was implemented in PR #61 (feat: add side-by-side patent portfolio comparison view), already merged to main.

Closing: this was implemented in PR #61 (feat: add side-by-side patent portfolio comparison view), already merged to main.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#189