We would like our tasks to appear in order of when they need to be completed. I suppose this is roughly by due date, except that we are not using dates, our template is purely dependencies, since all tasks are fairly short. Our ideal target state is that any tasks now due (predecessor tasks all
complete) show up at the top in kanban view, which is mainly where we
work from. When we move it over to "closed," then any successor tasks
now move up to the top.
Alternatively, can we display only tasks that are "ready" to be performed, i.e., all predecessor tasks are complete? Currently there are 100 tasks all jumbled together, and it's hard to see what is due now.
For the life of me, I can't figure out the logic in how they are now sorted, particularly in kanban view. It seems to be partially alphabetical, partially date created (because some recently added tasks are at the bottom), and only a little bit by succession that tasks need to be performed.