Order Dashboard jobs in more "natural" order#1604
Merged
bensheldon merged 3 commits intobensheldon:mainfrom Mar 9, 2025
Merged
Order Dashboard jobs in more "natural" order#1604bensheldon merged 3 commits intobensheldon:mainfrom
bensheldon merged 3 commits intobensheldon:mainfrom
Conversation
Contributor
Author
|
Incidentally, I have not been able to find where the default sort order is applied? @bensheldon, feel free to move elsewhere if it makes more sense. |
Contributor
Author
|
Hold on! This is insufficient. I hadn't tried with multiple pages. |
"Next-job-first" makes more sense for the scheduled tab. Closes bensheldon#1580.
08a0509 to
a049edf
Compare
Contributor
Author
Owner
|
I added ordering for all of the states. The overall principle I went with was: most recent relevant change first. e.g
I think for Queued and Running, there is an alternatively important question that's relevant which is: what is the oldest or longest running job? I will defer that until someone wants to add a feature to "reorder". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


"Next-job-first" makes more sense for the scheduled tab.
Closes #1580.