-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Currently, surveys are sorted by ID, resulting in the oldest surveys appearing at the top and the newest at the bottom. This makes it difficult to locate a specific survey, especially when dealing with a large number of them. To improve usability, I would like to request an option to sort surveys by their label/name, with the surveys displayed in alphabetical order.
This change will help users quickly find the survey they need, enhancing efficiency and navigation within the system.The current sort order for survey's is by id ie the oldest survey will be listed at the top and the newest at the bottom of the list finding a survey is complicated if there are lots of surveys how can I set the sort for survey to sort on label/name and have the surveys sorted alphabetically?