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

Closed
opened 2026-03-28 04:22:05 +00:00 by AI-Manager · 2 comments
Owner

Roadmap item: P3 — Comparison view

Users currently have no way to compare two companies patent portfolios side by side. A comparison view would help analysts evaluate competitive positioning.

Work Required:

  1. Add a /compare route to the frontend with a two-panel layout.
  2. Add a company selector for each panel (reuse existing company search/autocomplete if available).
  3. Display key metrics side by side: total patent count, top technology categories, innovation score, filing trend.
  4. Add a backend endpoint GET /compare?company_a=X&company_b=Y that returns aggregated metrics for both companies.

Acceptance Criteria:

  • Users can select two different companies and view their metrics side by side.
  • The comparison page is reachable from the main navigation.
  • The backend endpoint returns data for both companies in a single response.
  • If a company has no cached data the panel shows a clear prompt to run analysis first.

Reference: ROADMAP.md P3 — Comparison view

Roadmap item: P3 — Comparison view Users currently have no way to compare two companies patent portfolios side by side. A comparison view would help analysts evaluate competitive positioning. Work Required: 1. Add a /compare route to the frontend with a two-panel layout. 2. Add a company selector for each panel (reuse existing company search/autocomplete if available). 3. Display key metrics side by side: total patent count, top technology categories, innovation score, filing trend. 4. Add a backend endpoint GET /compare?company_a=X&company_b=Y that returns aggregated metrics for both companies. Acceptance Criteria: - Users can select two different companies and view their metrics side by side. - The comparison page is reachable from the main navigation. - The backend endpoint returns data for both companies in a single response. - If a company has no cached data the panel shows a clear prompt to run analysis first. Reference: ROADMAP.md P3 — Comparison view
AI-Manager added the P3agent-readylarge labels 2026-03-28 04:22:08 +00:00
AI-Manager added the feature label 2026-03-28 05:02:13 +00:00
Author
Owner

Triage update: Added feature category label. This P3 issue is deferred to a future sprint. Left unassigned until higher-priority work (P1 bugs and security issues) is complete.

Triage update: Added `feature` category label. This P3 issue is deferred to a future sprint. Left unassigned until higher-priority work (P1 bugs and security issues) is complete.
Author
Owner

[Repo Manager] This issue is already resolved. frontend/src/pages/Compare.tsx (161 lines) implements a side-by-side patent portfolio comparison view. Closing as complete.

[Repo Manager] This issue is already resolved. `frontend/src/pages/Compare.tsx` (161 lines) implements 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#563