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

Add different ordering/grouping options for the standard results list #71

Open
3 tasks
Querela opened this issue Apr 20, 2023 · 0 comments
Open
3 tasks
Labels
discussion This feature/issue needs to be discussed enhancement New feature or request

Comments

@Querela
Copy link
Contributor

Querela commented Apr 20, 2023

Standard ordering of results is by aggregator scan order and their response (time) of the endpoints (TODO: need to verify; changes due to resource selection?).
So this is deterministic, as the ordering does not change but it is not clear to the user. Especially since the ordering of resources is determined at the start of the query and results will then be filled in, so later results can pop in above and/or below existing results.

Possible choices:

  • aggregate (group together) by endpoint / institute (if there are multiple endpoints with same institute name)
  • order by fastest response time (caveat: for multiple resources per endpoint, some are queried delayed to not overwhelm an endpoint, so they can respond fast but might only be queries when other endpoints already responded, so this counts against endpoints with many resources)
  • for ADV, group by available layers?

Note: there already is a button to hide/show endpoints that only respond with errors/diagnostics

@Querela Querela added enhancement New feature or request discussion This feature/issue needs to be discussed labels Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion This feature/issue needs to be discussed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant