Ability to rearrange folders in custom order - not just alphabetically

Ability to rearrange folders in custom order - not just alphabetically

As an example, our team is testing a web application that has a menu with the following options listed in this order from top to bottom:

1. User Information
2. Settings
3. Administration
4. Logout

Several tests exist for each option, so a folder is created in aqua for each option. However, when the folders are created, they appear in the following order since aqua always alphabetizes folders:

1. Administration
2. Logout
3. Settings
4. User Information

This makes it illogical to find the correct folder since I expect the list of folders to be in the same order as the application I'm testing. I haven't found a way to customize the order of folders, but being able to do so would help in creating a repository that more closely resembles the application under test.