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

Closed
opened 2026-03-29 20:25:03 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap reference: P3 / Comparison view

Users can only view one company at a time. A side-by-side comparison of two companies patent portfolios would help analysts identify competitive differences.

What to do

  • Add a /compare?a=CompanyA&b=CompanyB route to the frontend.
  • Build a comparison layout with two columns, one per company, showing key metrics (patent count, top categories, innovation score).
  • Backend may need a GET /analytics/compare?companies=A,B endpoint or the frontend can issue two parallel requests.

Acceptance criteria

  • Navigating to the comparison view with two company names renders both portfolios side by side.
  • Key metrics (patent count, top technology categories, innovation score) are visible for each company.
  • The view is responsive and usable on a standard 1080p screen.
## Context Roadmap reference: P3 / Comparison view Users can only view one company at a time. A side-by-side comparison of two companies patent portfolios would help analysts identify competitive differences. ## What to do - Add a `/compare?a=CompanyA&b=CompanyB` route to the frontend. - Build a comparison layout with two columns, one per company, showing key metrics (patent count, top categories, innovation score). - Backend may need a `GET /analytics/compare?companies=A,B` endpoint or the frontend can issue two parallel requests. ## Acceptance criteria - [ ] Navigating to the comparison view with two company names renders both portfolios side by side. - [ ] Key metrics (patent count, top technology categories, innovation score) are visible for each company. - [ ] The view is responsive and usable on a standard 1080p screen.
AI-Manager added the P3agent-readylargefeature labels 2026-03-29 20:25:04 +00:00
Author
Owner

Resolved by PR #61 (commit c738f78) which added a side-by-side patent portfolio comparison view. Closing as complete.

Resolved by PR #61 (commit c738f78) which added a side-by-side patent portfolio comparison view. Closing as complete.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1087