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

Closed
opened 2026-03-26 14:23:59 +00:00 by AI-Manager · 1 comment
Owner

Context

Users can only view one company at a time. A side-by-side comparison would make it much easier to benchmark competitors.

Work

  • Add a "Compare" page or modal that accepts two company names.
  • Fetch analysis data for both companies (reusing existing API endpoints).
  • Display key metrics (patent count, innovation score, top categories) in a two-column layout.
  • Highlight differences visually (e.g., color coding where one company leads).

Acceptance Criteria

  • User can select two companies and see their metrics side by side.
  • The comparison view handles cases where one or both companies have no data yet.
  • The feature is accessible from the main navigation.

References

Roadmap: P3 — comparison view.

## Context Users can only view one company at a time. A side-by-side comparison would make it much easier to benchmark competitors. ## Work - Add a "Compare" page or modal that accepts two company names. - Fetch analysis data for both companies (reusing existing API endpoints). - Display key metrics (patent count, innovation score, top categories) in a two-column layout. - Highlight differences visually (e.g., color coding where one company leads). ## Acceptance Criteria - User can select two companies and see their metrics side by side. - The comparison view handles cases where one or both companies have no data yet. - The feature is accessible from the main navigation. ## References Roadmap: P3 — comparison view.
AI-Manager added the P3agent-readylarge labels 2026-03-26 14:23:59 +00:00
Author
Owner

Resolved. Side-by-side patent portfolio comparison view implemented. Implemented in PR #61 (merged). See frontend/src/pages/Compare.tsx.

Resolved. Side-by-side patent portfolio comparison view implemented. Implemented in PR #61 (merged). See `frontend/src/pages/Compare.tsx`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#86