-
Notifications
You must be signed in to change notification settings - Fork 17
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
Request lists of resources with pagination #331
Comments
This needs an implementation in the JS client first: Open-EO/openeo-js-client#64 Also, this probably should be consistently implemented, i.e. also for files, UDPs and web services.
Related note: We need to discuss how the search field should work if not all pages are loaded yet. Users may expect that is searches all entries although not all of them may have been loaded yet so that the Editor can't search through them. |
PR for jobs, files, services: #332 |
As far as I understand/see the web editor requests "all user jobs" without limit/paging. We started noticing that this causes issues in practice as it is not uncommon for some larger users to work with hundreds/thousands of jobs.
We started implementing the paging feature in the components of the Geopyspark backend, but as noted in Open-EO/openeo-api#550, pagination is unfortunately client-driven at the moment, so with this feature request we'd like to see this being adopted in the web editor
The text was updated successfully, but these errors were encountered: