Open bbovenzi opened 1 month ago
Mind if I take this one on as well.
We left this in "To Scope" because @pierrejeambrun and I need to figure out the syntax of the power user search strings and how it combines with FastAPI. I'm adding extra issues to the project board today for you to pick up if you want.
Thanks i am happy to contribute more to this.
I appreciate the enthusiasm. I just created a new meta issue to track UI tasks. https://github.com/apache/airflow/issues/43712
Feel free to pick up any open issue!
If the search is being rehauled, can i suggest to make the filters optimized for text first, rather than visual dropdown menus and query-builders. With support for AND and OR operators.
Comparing with the situation of the current search, if i have to make a simple query like state not in ["queued", "running"]
, every operator involves 6 mouse clicks + scrolling in the dropdown to find the essential Not equal to
-operator + typing the text. Meaning a total of at least 14 mouse operations in different locations. It's very slow and painful to use.
Old UI example
The new mockup looks a lot nicer for sure, but IMO the the mode of input is a more important improvement here, not the visuals.
Text is a lot easier to type, copy and edit. With AND/OR operators, much more powerful queries can be constructed and with text, the order of precedence or changing the order of precedence with parenthesis become easier and more obvious.
To ease for newcomers, all the supported operations and their possible values can be listed under the query-box with examples.
Create a search input to filter a list view.