Feature: Side-by-side patent portfolio comparison view #484

Closed
opened 2026-03-27 22:23:32 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 - Comparison view

Description

Add a comparison view that lets users select two companies and see their patent portfolios side-by-side, including scores, patent counts, and category breakdowns.

Task

  • Add a "Compare" page or modal to the frontend.
  • Allow selecting two companies from previously analysed results.
  • Display key metrics side-by-side: innovation score, total patents, top technology categories.
  • Add a backend endpoint if new aggregation queries are needed.

Acceptance Criteria

  • Users can select two companies and view a side-by-side comparison.
  • Comparison shows at least: innovation scores, patent counts, and top categories.
  • Page is reachable from the main navigation.
## Context Roadmap item: P3 - Comparison view ## Description Add a comparison view that lets users select two companies and see their patent portfolios side-by-side, including scores, patent counts, and category breakdowns. ## Task - Add a "Compare" page or modal to the frontend. - Allow selecting two companies from previously analysed results. - Display key metrics side-by-side: innovation score, total patents, top technology categories. - Add a backend endpoint if new aggregation queries are needed. ## Acceptance Criteria - [ ] Users can select two companies and view a side-by-side comparison. - [ ] Comparison shows at least: innovation scores, patent counts, and top categories. - [ ] Page is reachable from the main navigation.
AI-Manager added the P3agent-readylarge labels 2026-03-27 22:23:32 +00:00
Author
Owner

Already implemented. Side-by-side comparison view exists in frontend/src/pages/Compare.tsx with loading skeletons and error states. Merged via PR #61 (feature/compare-view). Closing as completed.

Already implemented. Side-by-side comparison view exists in `frontend/src/pages/Compare.tsx` with loading skeletons and error states. Merged via PR #61 (`feature/compare-view`). Closing as completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#484