-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
style(explore): clarify ambiguously named "sort by" field #30254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It's an improvement for sure, but I wonder if there are any other label choices... the wording feels awkward even if clearer :) I'm a little stumped ¯\_(ツ)_/¯
I hear you @rusackas, I went back and forth... of the Copilot suggestions, the other contenders I liked were "Pre-Render Sort By" and "Truncation Sort By" -- do you like one of those better? |
I'm also not sure about Data Limit Sort By... Maybe |
I like |
Need to save before reboot
Sort Query By? |
/testenv up |
@sfirke Ephemeral environment spinning up at http://44.242.227.133:8080. Credentials are |
I updated the label text to And I updated the tooltip. This sorts the query result which affects data download + drilling so doesn't matter only in the case that a limit is reached -- another reason that your suggestions are better than the original idea. |
This one Cypress test keeps failing with a vague error message. Is there a way to tell if there is a Cypress test that is failing because this label changed or if it's just flaky? |
@sfirke This is a known problem with Cypress that is currently being investigated. For now, you just need to keep re-triggering that job until you get lucky 😢 |
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Users sometimes don't understand the field with the ambiguous name "Sort By". For instance, in #30238 someone expected it would govern the order of the bars along the axis. Other times they think it will sort the order of series on a dimension field. These two kinds of sorting have more clearly-named fields; this "Sort By" sorts the underlying data which is relevant only in the case where a row limit or series limit is reached.
This PR renames that field from "Sort By" to "Data Limit Sort By".
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE
AFTER