-
Notifications
You must be signed in to change notification settings - Fork 310
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 sorting functionality to list requests #316
Comments
Implementation wise this would involve translating the field mask path (which is the value of the |
Pushing to Backlog. Let's consider this again based on user feedback |
Sorting gateways would be good to add in the console. Possible fields could be
cc @kschiffer |
It's relatively easy to implement sorting on:
It's more work to implement sorting on:
It's currently not possible to sort on:
|
Frontend-wise it's more or less a matter of re-activating our logic for sorting in our list views, so this is mostly blocked on the backend side. |
Summary:
RPC call returning a list should support a sort option, to sort by a specific field either ascending or descending.
Why do we need this?
Sorting only by the id is not always desirable. Console users will likely also want to sort by creation date or something else.
What is already there? What do you see now?
The list protos already have an interface for this:
What is missing? What do you want to see?
However, setting the sort value does not appear to have any effect yet. (While limit and page values work as expected)
How do you propose to implement this?
@htdvisser
Environment:
Making requests via the http bridge of gRPC.
What can you do yourself and what do you need help with?
Help.
The text was updated successfully, but these errors were encountered: