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

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

Summary

The analytics dashboard currently only shows one company at a time. A comparison view lets users evaluate competitive patent positioning directly in the UI.

Roadmap Reference

P3 Nice to Have -- Comparison view. See ROADMAP.md.

What to Do

Backend:

  1. Add a GET /analytics/compare?companies=A,B endpoint that returns aggregated metrics for both companies in a single response.
  2. Reuse existing analytics queries, returning results keyed by company name.

Frontend:

  1. Add a Comparison page/route accessible from the nav bar.
  2. Provide two company selector dropdowns.
  3. Render metrics side-by-side: patent count, innovation score, top tech categories, recent filings.
  4. Highlight differences (e.g., color-coded delta indicators).

Acceptance Criteria

  • Users can select any two analyzed companies and view their metrics side by side.
  • The compare endpoint returns data for both companies in a single request.
  • If one company has no data, a friendly empty state is shown for that column.
  • Comparison page is accessible without breaking existing Analytics page routing.
## Summary The analytics dashboard currently only shows one company at a time. A comparison view lets users evaluate competitive patent positioning directly in the UI. ## Roadmap Reference P3 Nice to Have -- Comparison view. See ROADMAP.md. ## What to Do **Backend:** 1. Add a GET /analytics/compare?companies=A,B endpoint that returns aggregated metrics for both companies in a single response. 2. Reuse existing analytics queries, returning results keyed by company name. **Frontend:** 1. Add a Comparison page/route accessible from the nav bar. 2. Provide two company selector dropdowns. 3. Render metrics side-by-side: patent count, innovation score, top tech categories, recent filings. 4. Highlight differences (e.g., color-coded delta indicators). ## Acceptance Criteria - Users can select any two analyzed companies and view their metrics side by side. - The compare endpoint returns data for both companies in a single request. - If one company has no data, a friendly empty state is shown for that column. - Comparison page is accessible without breaking existing Analytics page routing.
AI-Manager added the P3agent-readylargefeature labels 2026-03-29 03:22:22 +00:00
Author
Owner

Resolved by PR #61. Side-by-side patent portfolio comparison view implemented.

Resolved by PR #61. Side-by-side patent portfolio comparison view implemented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#842