kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
10.14k stars 851 forks source link

[UI] Allow sorting by more than a single column — e.g. sort Flows by Namespace ASC, then by Flow ID ASC #3112

Open kriko opened 7 months ago

kriko commented 7 months ago

Feature description

Currently the default sort order for flows view is to sort by flow id, ascending. I propose to enable two layer sorting - first sort by namespace name, asc then sort by flow id.

Better visibility when viewing flows across all namespaces or a parent namespace with child namespaces.

SyedMDot commented 2 days ago

@anna-geller please assign this issue to me

SyedMDot commented 2 days ago

image

Has the task been completed? I see that sorting is now enabled for both namespace and flow ID. OR Am I misunderstanding the question?

anna-geller commented 1 day ago

the sorting by more than one column still doesn't work so the issue is open and you can contribute 👍 I recorded a quick demo to show what is meant exactly: https://share.descript.com/view/agWkLFKLeI0

SyedMDot commented 3 hours ago

Okay, I got the point. I'll try my best to sort it out.