-
Notifications
You must be signed in to change notification settings - Fork 9
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
Show child tasks if the issue is a parent task or contains child tasks #8
Comments
Good idea ! I suggest also that the child issues are indented and/or shown as a tree |
i will look into that, there's certainly some nice python library to display "termina-based tree" |
Yes, precisely. This is what I had in mind: http://www.computerhope.com/unix/tree.htm . |
I have found this module : https://pypi.python.org/pypi/asciitree/ but I don't known if it is worth integrating it |
That looks good. The things I think to consider on a user experience level is:
Thanks a lot =D Update: Nevermind, Allan is suggesting you could use |
|
issue a PR #9 , I don't it makes sense to put a limit because it becomes easily tricky to define what does the limit , limit for the tree view , and anyway you "got them all" from the api response, and adding a default limit needs to have a option to display more etc. at the opposite displaying everything does not cost more, because well you already got everything in the API response anyway, and in terminal i think it's really the job of a pager ( more / less / most ) to paginate (or tail/head ) |
Currently if you use
redmine issue [some task number]
on a parent task, it only shows the title of the parent task.Develop a feature where if the issue contains child tasks, display all child tasks as well.
For example:
The text was updated successfully, but these errors were encountered: