Currently a List pane only supports automated sort based on item property (e.g. priority) or by the item’s outline position (called “None”).
It would be very helpful when planning to have a “manual” option that allows the user to sort the list pane however they want. The most obvious use case is the user has selected the items they want to do for the day (maybe all priority 1s) and now wants to order them for the day. Outline ordering doesn’t work for this since they probably have items in outline based on area rather than general priority.
I see two possibilities for how the ordering could work.
The simplest would be pane-specific manual ordering. So items have an order in the pane. It starts as being outline-based, but user can then manually move items from there. If they change filters then new items are added to the bottom (in outline order).
Another option is that items have their own relative index across all panes. MyLifeOrganized does this for example. So “manual” ordering would work across panes.
Thanks!
dave