This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Sort option: sort alphabetically #613
Comments
I tried to implement this but got into a yak shaving quest trying to have the original app and my version coexist. Eventually I got fed up, and it sure didn't help that latest master does not build. Perhaps @azapps could chime in. My approach was:
|
@igoralmeida What's the build error? I had issues with nasty Android Studio eating line breaks in .gradle build files, which broke their syntax. |
@igoralmeida master builds fine for me. Take a look at our development tutorial. I think you are missing point 5 of "Clone our repo" (You must copy some files.). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please implement a sort option to sort tasks (especially completed tasks) alphabetically.
Use case: Mirakel Shopping List
A shopping list has items as tasks (e.g. milk, bread, lettuce, etc.) to be ticked off. When a shopping list is being made, previously completed items can be "un-completed" to add them back to the list. It should be quick and easy to find those items. Sorting completed items by creation date or completion date does not make it easy to find a single item in a list of ~100 items. Sorting alphabetically by task name would make it easy, greatly enhancing Mirakel's flexibility as a list manager.
Perhaps the sort by "Alphabetical" option could replace the redundant "Default" option (which appears to be the exact same as "Created date"?)
The text was updated successfully, but these errors were encountered: