Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement streaming to load catalogue queries #39

Open
xamcost opened this issue Feb 12, 2025 · 0 comments
Open

Implement streaming to load catalogue queries #39

xamcost opened this issue Feb 12, 2025 · 0 comments
Labels
Func: Offering Discovery Issues related to catalogue browsing Type: enhancement New feature or request

Comments

@xamcost
Copy link
Collaborator

xamcost commented Feb 12, 2025

Hi there! Since #37 we have a running catalogue, however, each catalogue query makes three requests to fetch offerings, their providers and corresponding keywords. The goal of this issue is to improve the user experience when a query is done, by leveraging Nextjs streaming. That way, we can use Suspense components to first load the offerings, and then the providers and keywords.

This issue shouldn't be prioritized for now, unless requested by partners/test users.

@xamcost xamcost added Func: Offering Discovery Issues related to catalogue browsing Type: enhancement New feature or request labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Func: Offering Discovery Issues related to catalogue browsing Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant