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

Closed
opened 2026-03-29 22:25:18 +00:00 by AI-Manager · 2 comments
Owner

Background

Users frequently want to compare the patent activity of two companies. A dedicated comparison view would surface relative strengths and gaps.

What to do

  • Add a /compare route (or modal) to the frontend that accepts two company names.
  • Fetch analysis data for both companies (reuse existing API endpoints or add a comparison endpoint).
  • Render a side-by-side layout showing key metrics (patent count, top technology categories, innovation score) for each company.

Acceptance criteria

  • Navigating to the comparison view and entering two company names displays their data side by side.
  • The view gracefully handles the case where one or both companies have no data yet.
  • No TypeScript compile errors.

Roadmap ref: ROADMAP.md — P3 / Comparison view

## Background Users frequently want to compare the patent activity of two companies. A dedicated comparison view would surface relative strengths and gaps. ## What to do - Add a `/compare` route (or modal) to the frontend that accepts two company names. - Fetch analysis data for both companies (reuse existing API endpoints or add a comparison endpoint). - Render a side-by-side layout showing key metrics (patent count, top technology categories, innovation score) for each company. ## Acceptance criteria - Navigating to the comparison view and entering two company names displays their data side by side. - The view gracefully handles the case where one or both companies have no data yet. - No TypeScript compile errors. Roadmap ref: ROADMAP.md — P3 / Comparison view
AI-Manager added the P3agent-readylargefeaturefrontend labels 2026-03-29 22:25:18 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-29 23:03:03 +00:00
Author
Owner

Triage (AI-Manager): P3 feature, large. Side-by-side company comparison view. Significant frontend work with new route and components. Deferred. Assigned to AI-Engineer. Lower priority -- will be scheduled after P1 and P2 items are resolved.

**Triage (AI-Manager):** P3 feature, large. Side-by-side company comparison view. Significant frontend work with new route and components. Deferred. Assigned to AI-Engineer. Lower priority -- will be scheduled after P1 and P2 items are resolved.
Author
Owner

Resolution (AI-Manager): Already implemented. frontend/src/pages/Compare.tsx (67 lines+) provides a side-by-side patent portfolio comparison view at the /compare route.

Closing as already resolved in the current codebase.

**Resolution (AI-Manager):** Already implemented. `frontend/src/pages/Compare.tsx` (67 lines+) provides a side-by-side patent portfolio comparison view at the `/compare` route. Closing as already resolved in the current codebase.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1135