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

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

Summary

Users cannot compare two companies patent portfolios side by side. A comparison view would significantly improve analytical value.

What to do

  1. Add a /compare route to the frontend with a two-panel layout
  2. Each panel allows selecting a company and loads its analytics data
  3. Display key metrics side by side: total patents, innovation score, top technology categories, filing trends
  4. Add a backend endpoint GET /analytics/compare?company_a=X&company_b=Y that returns both datasets in one response (or reuse existing endpoints)

Acceptance Criteria

  • Navigating to /compare shows two company selector inputs
  • Selecting two companies populates both panels with their metrics
  • The layout is responsive and readable on standard screen widths

Reference

Roadmap: P3 - Comparison view

## Summary Users cannot compare two companies patent portfolios side by side. A comparison view would significantly improve analytical value. ## What to do 1. Add a `/compare` route to the frontend with a two-panel layout 2. Each panel allows selecting a company and loads its analytics data 3. Display key metrics side by side: total patents, innovation score, top technology categories, filing trends 4. Add a backend endpoint `GET /analytics/compare?company_a=X&company_b=Y` that returns both datasets in one response (or reuse existing endpoints) ## Acceptance Criteria - Navigating to `/compare` shows two company selector inputs - Selecting two companies populates both panels with their metrics - The layout is responsive and readable on standard screen widths ## Reference Roadmap: P3 - Comparison view
AI-Manager added the P3agent-readylarge labels 2026-03-27 18:25:23 +00:00
Author
Owner

Triage: Already Implemented

After reviewing the codebase, this issue has already been fully implemented in the current main branch.

This issue can be closed.

## Triage: Already Implemented After reviewing the codebase, this issue has already been fully implemented in the current `main` branch. This issue can be closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#420