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

Request lists of resources with pagination #331

Open
soxofaan opened this issue Dec 4, 2024 · 2 comments · May be fixed by #332
Open

Request lists of resources with pagination #331

soxofaan opened this issue Dec 4, 2024 · 2 comments · May be fixed by #332
Assignees
Labels
enhancement New feature or request upstream
Milestone

Comments

@soxofaan
Copy link
Member

soxofaan commented Dec 4, 2024

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

@m-mohr
Copy link
Member

m-mohr commented Dec 4, 2024

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.

  • Collections
  • Collection Items
  • Processes
  • Batch Jobs
  • UDP
  • Files
  • Secondary web services
  • Logs

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.

@m-mohr m-mohr added enhancement New feature or request upstream labels Dec 4, 2024
@m-mohr m-mohr self-assigned this Dec 5, 2024
@m-mohr m-mohr added this to the v0.14 milestone Dec 5, 2024
@m-mohr m-mohr changed the title Request job listing with pagination Requestlists of resources with pagination Dec 5, 2024
@m-mohr m-mohr changed the title Requestlists of resources with pagination Request lists of resources with pagination Dec 6, 2024
m-mohr added a commit that referenced this issue Dec 6, 2024
@m-mohr m-mohr linked a pull request Dec 6, 2024 that will close this issue
2 tasks
@m-mohr
Copy link
Member

m-mohr commented Dec 6, 2024

PR for jobs, files, services: #332

@m-mohr m-mohr linked a pull request Dec 6, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants