-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 [FEAT] Go back to user sorted order #98
Comments
Hmm... You mean the order which you see when you open the app right? |
In a todo list I usually sort todos manually for many different reasons. One might be the order that I want to work on. That logic can't be captured by auto sorting mechanisms like due, priority etc because these tasks might have the same due but the urgency will be mixed. Like. task 1 - C - today When I usually sort by due or urgency, I want to have a quick look and go back to the order that I sorted in which is currently not possible. So having an user-defined order in the sorting menu would be great. Something like Sort by: My ordering |
Hmmm... maybe this can go into the previously discussed |
I think this can be part of the sort menu in |
Hm, not sure. How would the user interaction be? A step-by-step explanation would be great 😄 |
Currently when I sort the tasks using urgency or due. There no way to go back to the sorting I did with
J
andK
keys. I think there should be an option to get back to that order of tasks.The text was updated successfully, but these errors were encountered: