Skip to content
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

List order is random #152

Closed
ygoe opened this issue Mar 12, 2018 · 8 comments
Closed

List order is random #152

ygoe opened this issue Mar 12, 2018 · 8 comments
Milestone

Comments

@ygoe
Copy link

ygoe commented Mar 12, 2018

Steps to reproduce

  1. Create multiple tasks lists

Expected behaviour

Lists should always be in a consistent and predictable order.

Actual behaviour

Every time I look, the order of the lists is different.

@mikejtl
Copy link

mikejtl commented Apr 11, 2018

I have a similar problem. I'm running Tasks on Firefox for MacOS and Ubuntu 17.10. Would also love to be able to reorder lists somehow.

Steps to reproduce
Create a new task list or calendar.

Expected behaviour
Lists should always be in a consistent and predictable order with new lists added to the bottom.

Actual behaviour
A new list rearranges the order of the previously existing lists.

@Svarto
Copy link

Svarto commented May 12, 2018

Same for me.

@raimund-schluessler
Copy link
Member

What order would you prefer? We could order it by the ID of the lists, so renaming will not change the order (but adding/deleting lists might do). The other option would be to order it alphabetically by their name (this might be more transparent to the user, but renaming will change the order).

Dynamically reordering lists manually will come later.

@ygoe
Copy link
Author

ygoe commented Oct 22, 2018

Just order by name. I'm used to have things move around when I dare to change their name. But the rest of the time, it's in the same place. And I can quickly find things that are ordered by name. Phone book order, you know? Since 1878. ;-)

@mikejtl
Copy link

mikejtl commented Oct 22, 2018

I agree. Until manual reordering is available, alphabetical would be preferred. It would be obvious and not unexpected. Users could then create their own reordering system by adding numbers or letters as prefixes to their lists.

Future Request: smart lists would be a killer feature that most other task management tools don't offer.

@raimund-schluessler
Copy link
Member

This is implemented in the vue branch now with ba8f58e and will come with the release of the app rewrite.

Future Request: smart lists would be a killer feature that most other task management tools don't offer.

What do you mean with smart lists? The app already offers such a feature called "smart collections" showing important, due today, due this week, all, current and completed tasks.

@mikejtl
Copy link

mikejtl commented Oct 22, 2018

Thanks for sharing this news.

By smart lists I meant a feature like the smart collections feature, but where the criteria is defined by the user. So, for example, I could create a list called "email" and it would search every task from across all my lists for the word "email" and put those tasks on the "email" list regardless of what other lists those tasks are currently on. Users could then tag their tasks with various "contexts" (that's the word used in GTD) and the app would sort tasks accordingly. I hope that made sense. I'm happy to explain further if it wasn't clear.

@raimund-schluessler raimund-schluessler added this to the 1.0.0 milestone Oct 23, 2018
@raimund-schluessler
Copy link
Member

With #194 calendars are sorted alphabetically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants