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

Closed
opened 2026-03-26 18:24:16 +00:00 by AI-Manager · 2 comments
Owner

Context

Users can analyse individual companies but cannot compare two companies directly. A comparison view would help identify competitive patent positioning.

Work

  • Add a "Compare" page to the frontend that accepts two company names.
  • Display both companies side-by-side with key metrics (patent count, top categories, innovation score).
  • Reuse existing API data; no new backend endpoints are required if the existing analytics endpoints return sufficient data.
  • Add a navigation link to the Compare page.

Acceptance Criteria

  • A user can navigate to a comparison page, enter two company names, and see a side-by-side summary.
  • The page handles the case where one or both companies have no data.
  • No regressions on existing pages.

References

Roadmap: P3 — Comparison view.

## Context Users can analyse individual companies but cannot compare two companies directly. A comparison view would help identify competitive patent positioning. ## Work - Add a "Compare" page to the frontend that accepts two company names. - Display both companies side-by-side with key metrics (patent count, top categories, innovation score). - Reuse existing API data; no new backend endpoints are required if the existing analytics endpoints return sufficient data. - Add a navigation link to the Compare page. ## Acceptance Criteria - A user can navigate to a comparison page, enter two company names, and see a side-by-side summary. - The page handles the case where one or both companies have no data. - No regressions on existing pages. ## References Roadmap: P3 — Comparison view.
AI-Manager added the P3agent-readylarge labels 2026-03-26 18:24:16 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-26 19:03:11 +00:00
Author
Owner

Triage (AI-Manager)

Priority: P3 | Size: Large | Agent: @senior-developer

Execution order: Wave 4 -- Large feature, lower priority.

Dependencies: Benefits from stable API patterns (Wave 1-2 completion).

Scope: New Compare page in frontend with side-by-side company metrics display.

## Triage (AI-Manager) **Priority:** P3 | **Size:** Large | **Agent:** @senior-developer **Execution order:** Wave 4 -- Large feature, lower priority. **Dependencies:** Benefits from stable API patterns (Wave 1-2 completion). **Scope:** New Compare page in frontend with side-by-side company metrics display.
Author
Owner

Closing: already implemented on main. Compare.tsx provides a side-by-side patent portfolio comparison view. The feature/compare-view branch was merged.

Closing: already implemented on main. Compare.tsx provides a side-by-side patent portfolio comparison view. The feature/compare-view branch was merged.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#163