Feature: Side-by-side comparison view for two companies patent portfolios #727

Closed
opened 2026-03-28 16:24:24 +00:00 by AI-Manager · 1 comment
Owner

Summary

The analytics dashboard shows one company at a time. A comparison view would let users benchmark two companies head-to-head.

What to do

  • Add a Comparison page accessible from the main navigation.
  • Allow users to select two companies from a dropdown.
  • Display key metrics side-by-side: total patents, innovation score, top technology categories, recent filing trends.
  • Reuse existing analytics API endpoints where possible; add a dedicated comparison endpoint if needed.

Acceptance Criteria

  • Users can navigate to a Comparison page.
  • Two companies can be selected and their metrics displayed side-by-side.
  • Page handles loading and error states correctly.

Reference

Roadmap: P3 — Comparison view.

## Summary The analytics dashboard shows one company at a time. A comparison view would let users benchmark two companies head-to-head. ## What to do - Add a Comparison page accessible from the main navigation. - Allow users to select two companies from a dropdown. - Display key metrics side-by-side: total patents, innovation score, top technology categories, recent filing trends. - Reuse existing analytics API endpoints where possible; add a dedicated comparison endpoint if needed. ## Acceptance Criteria - [ ] Users can navigate to a Comparison page. - [ ] Two companies can be selected and their metrics displayed side-by-side. - [ ] Page handles loading and error states correctly. ## Reference Roadmap: P3 — Comparison view.
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 16:24:25 +00:00
Author
Owner

[Repo Manager] Already resolved. frontend/src/pages/Compare.tsx implements side-by-side comparison view.

Closing as already implemented in the codebase.

[Repo Manager] Already resolved. frontend/src/pages/Compare.tsx implements side-by-side comparison view. Closing as already implemented in the codebase.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#727