I have noticed that sorting criteria (name/date/…) is memorized separately for the folders and routes, but the sorting order (ascending/descending) isn’t.
Here is the use case:
- I want to sort the folders by the date in a descending order, to have the folder with most recent changes on the top of the list.
- I want to sort the routes by the names in ascending order, because I use names with enumerated prefix, to reflect the days or dates on which the route is to be used.
Now, since the sorting order is apparently common setting for both folders and routes, whenever I need to move around different folders and routes, I would have to switch the sorting order between ascending and descending.
Ideally, both - the sorting criteria and sorting order should be memorized separately for each folder and also separately for the folder list.