Program Marketplace Categories#3947
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis PR moves marketplace routing to ChangesMarketplace Unification Across Internal and External Surfaces
Sequence Diagram(s)sequenceDiagram
participant Browser
participant middleware.ts
participant MarketplaceExternalPage
participant MarketplaceExternalRouter
participant MarketplaceExternalListPage
participant getPublicNetworkPrograms
Browser->>middleware.ts: request /marketplace/all
middleware.ts->>MarketplaceExternalPage: rewrite to app marketplace route
MarketplaceExternalPage->>MarketplaceExternalRouter: slug, searchParams
MarketplaceExternalRouter->>MarketplaceExternalListPage: list route
MarketplaceExternalListPage->>getPublicNetworkPrograms: fetch programs
getPublicNetworkPrograms-->>MarketplaceExternalListPage: paged results
Estimated code review effort🎯 5 (Critical) | ⏱️ ~100 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
2d550c7 to
26ac991
Compare
Summary by CodeRabbit
New Features
/marketplacewith enhanced filtering, sorting, and category browsing.Refactor