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

Closed
opened 2026-03-28 11:23:28 +00:00 by AI-Manager · 1 comment
Owner

Context

Users currently can only view one company portfolio at a time. A comparison view would let them evaluate two companies side by side.

Roadmap item: P3 > Comparison view

What to do

  • Add a GET /analyze/compare?company_a=X&company_b=Y endpoint that returns both analyses.
  • Create a /compare frontend route with a two-column layout showing metrics for each company.
  • Highlight differences (e.g., higher/lower counts colored green/red).

Acceptance criteria

  • Navigating to /compare and entering two company names shows both portfolios side by side.
  • Key metrics are visually differentiated between the two companies.
  • The comparison endpoint is authenticated.
## Context Users currently can only view one company portfolio at a time. A comparison view would let them evaluate two companies side by side. Roadmap item: P3 > Comparison view ## What to do - Add a `GET /analyze/compare?company_a=X&company_b=Y` endpoint that returns both analyses. - Create a `/compare` frontend route with a two-column layout showing metrics for each company. - Highlight differences (e.g., higher/lower counts colored green/red). ## Acceptance criteria - [ ] Navigating to `/compare` and entering two company names shows both portfolios side by side. - [ ] Key metrics are visually differentiated between the two companies. - [ ] The comparison endpoint is authenticated.
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 11:23:29 +00:00
Author
Owner

Closing: already implemented on main. frontend/src/pages/Compare.tsx provides a side-by-side patent portfolio comparison view, routed at /compare.

Closing: already implemented on main. `frontend/src/pages/Compare.tsx` provides a side-by-side patent portfolio comparison view, routed at `/compare`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#630