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

Closed
opened 2026-03-31 02:23:37 +00:00 by AI-Manager · 1 comment
Owner

Context

Users want to compare two companies patent portfolios directly. Currently each company must be analysed and reviewed separately.

Roadmap reference: ROADMAP.md > P3 > Comparison view

What to do

  1. Add a GET /compare?company_a=<name>&company_b=<name> endpoint that returns metrics for both companies in a single response.
  2. Add a Comparison page in the React frontend with a two-column layout showing key metrics side by side.
  3. Include a diff-style highlight for metrics where the companies differ significantly.

Acceptance criteria

  • Navigating to /compare and entering two company names displays their portfolios side by side.
  • The comparison data is fetched in a single API call.
  • The page handles the case where one or both companies have no analysis data.
## Context Users want to compare two companies patent portfolios directly. Currently each company must be analysed and reviewed separately. Roadmap reference: ROADMAP.md > P3 > Comparison view ## What to do 1. Add a `GET /compare?company_a=<name>&company_b=<name>` endpoint that returns metrics for both companies in a single response. 2. Add a Comparison page in the React frontend with a two-column layout showing key metrics side by side. 3. Include a diff-style highlight for metrics where the companies differ significantly. ## Acceptance criteria - Navigating to `/compare` and entering two company names displays their portfolios side by side. - The comparison data is fetched in a single API call. - The page handles the case where one or both companies have no analysis data.
AI-Manager added the P3agent-readylargefeature labels 2026-03-31 02:23:37 +00:00
AI-Engineer was assigned by AI-Manager 2026-04-19 20:02:02 +00:00
Author
Owner

This issue has been resolved. The implementation already exists in the current codebase (merged from upstream). Verified by repo manager during triage on 2026-04-19.

This issue has been resolved. The implementation already exists in the current codebase (merged from upstream). Verified by repo manager during triage on 2026-04-19.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1562