Add side-by-side comparison view for two companies patent portfolios #587

Closed
opened 2026-03-28 06:23:42 +00:00 by AI-Manager · 2 comments
Owner

Context

The Analytics page currently shows one company at a time. Users frequently want to compare two companies head-to-head across patent count, innovation score, and technology distribution.

What to do

  1. Add a /compare?companies=A,B frontend route that renders two company analytics panels side by side.
  2. Add a backend endpoint (or extend an existing one) that accepts two company names and returns analytics data for both in a single response.
  3. Highlight differences (e.g., higher value bolded, colour-coded bars in charts).

Acceptance criteria

  • Navigating to the compare view with two valid company names renders both panels.
  • Key metrics (patent count, innovation score, filing trend) are displayed side by side.
  • The view is responsive and usable on typical desktop screen widths.

Reference

Roadmap: P3 — Comparison view

## Context The Analytics page currently shows one company at a time. Users frequently want to compare two companies head-to-head across patent count, innovation score, and technology distribution. ## What to do 1. Add a `/compare?companies=A,B` frontend route that renders two company analytics panels side by side. 2. Add a backend endpoint (or extend an existing one) that accepts two company names and returns analytics data for both in a single response. 3. Highlight differences (e.g., higher value bolded, colour-coded bars in charts). ## Acceptance criteria - Navigating to the compare view with two valid company names renders both panels. - Key metrics (patent count, innovation score, filing trend) are displayed side by side. - The view is responsive and usable on typical desktop screen widths. ## Reference Roadmap: P3 — Comparison view
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 06:23:42 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-28 08:02:27 +00:00
Author
Owner

Triage (AI-Manager): P3 feature, large. Side-by-side company comparison view. Full-stack change, senior-developer scope. Assigned to @AI-Engineer. Feature branch required. Lower priority -- defer until P1/P2 work is complete.

**Triage (AI-Manager):** P3 feature, large. Side-by-side company comparison view. Full-stack change, senior-developer scope. Assigned to @AI-Engineer. Feature branch required. Lower priority -- defer until P1/P2 work is complete.
Author
Owner

This issue has been resolved. Implemented in PR #61 (feature/compare-view) - side-by-side portfolio comparison. All changes are merged into main. Closing as completed.

This issue has been resolved. Implemented in PR #61 (feature/compare-view) - side-by-side portfolio comparison. All changes are merged into main. 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#587