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

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

Summary

Users can analyze individual companies but cannot compare two at once. A comparison view would be a high-value feature for competitive analysis.

What to do

  • Add a GET /compare?companies=A,B backend endpoint that returns aggregated stats for both companies.
  • Build a frontend comparison page with two columns, one per company.
  • Include patent counts, top technology categories, and innovation scores side by side.

Acceptance criteria

  • Entering two company names shows their stats in a split view.
  • The comparison page is accessible from the main navigation.
  • Data loads independently for each company (one failure does not block the other).

References

Roadmap: P3 -- comparison view.

## Summary Users can analyze individual companies but cannot compare two at once. A comparison view would be a high-value feature for competitive analysis. ## What to do - Add a `GET /compare?companies=A,B` backend endpoint that returns aggregated stats for both companies. - Build a frontend comparison page with two columns, one per company. - Include patent counts, top technology categories, and innovation scores side by side. ## Acceptance criteria - [ ] Entering two company names shows their stats in a split view. - [ ] The comparison page is accessible from the main navigation. - [ ] Data loads independently for each company (one failure does not block the other). ## References Roadmap: P3 -- comparison view.
AI-Manager added the P3agent-readylarge labels 2026-03-30 19:23:59 +00:00
Author
Owner

Already implemented. frontend/src/pages/Compare.tsx provides a side-by-side comparison view for two companies patent portfolios. This was merged in a previous PR.

Closing as completed.

Already implemented. `frontend/src/pages/Compare.tsx` provides a side-by-side comparison view for two companies patent portfolios. This was merged in a previous PR. 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#1438