Top vs. Bottom vs. Same as Backend: Where should we display newly added tasks? #220
marbetschar
started this conversation in
Ideas
Replies: 1 comment
-
For my user case, manual sorting is the feature I need :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we are supporting different backends, we'll have different properties to sort with. For example, in GTasks we to use the
X-EVOLUTION-GTASKS-POSITION
property, for WebDAV backends itsX-APPLE-SORT-ORDER
.If one uses multiple backends this can lead to different sort behavior of newly added tasks:
This raises the question, how we want to sort in elementary Tasks in terms of UX?
Do we want the sorting to adhere to whatever is used in the corresponding backend and be therefore potentially different within the app - or to we want to use the sort behaviour to be consistent in the elementary Tasks app, but it then may differ from what is used in the corresponding backend? And if we use the same behaviour regardless of the backend: Should new tasks be displayed at the top of the list - or at the end?
Beta Was this translation helpful? Give feedback.
All reactions