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

Enh: When sorting, would be nice to have option to show in a tree view #30

Open
darrenkenny opened this issue Jul 31, 2014 · 2 comments

Comments

@darrenkenny
Copy link

When sorting a large number of tasks, it can be hard to see where one context/project starts and another ends.

It might be nice to be able to present a view, similar to the todo.sh projectview or view project add-ons, where the title is the parent in a tree, and the tasks in that project/context are children of that parent, e.g.

  • Project1
    • 01 item 1
  • Project2
    • 02 item 2
    • 04 item 4
  • Not in projects
    • 03 item3

An example image where this is being done:

I do realise, that some people have two project or contexts assigned to some tasks, and I don't think it would be unreasonable to show them duplicated, as long as the model underneath each of these was the same, so updating one, would update both in the view.

@mjdescy
Copy link
Owner

mjdescy commented Jul 31, 2014

This feature is definitely on the long-term roadmap. It requires a pretty
big reengineering effort though.

Michael Descy
mjdescy@1000umbrellas.com

@DSigmund
Copy link

DSigmund commented May 9, 2019

I am all for this! Instead of a tree view, a nice little "breakline" think html


would be nice :-)

Example: (sort by due date)

task due:2019-05-05
task2 due:2019-05-05


task3 due:2019-05-06
task4 due:2019-05-10 ...

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

No branches or pull requests

3 participants