You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we have the same sorting on that report, which I guess is the default provided by TaskWarrior.
I'm not even sure TaskWarrior is processing all of those filters in a sensible manner -- why is ID 2 before ID 3?
Pretty sure what is happening on the VIT side has to do with how blank values are handled. Have a look at the sort method in vit/task_list.py -- it's currently a simple algorithm that weights non-empty columns above empty ones, which seems sensible for most cases.
I think it might be a bit of a nightmare to provide custom logic for all column types, but I'm open to ideas.
Lastly, the TaskWarrior devs have made it crystal clear that their exports will never contain any sorting data, and I'm not sure it's worth the overhead to chase TaskWarrior's sorting logic in all cases -- VIT may just be different sometimes.
Active tasks are sorted last when the
list
view is selected.Running
vit list
:Running
task
:scripts/generate-dummy-install.sh
The text was updated successfully, but these errors were encountered: