-
Notifications
You must be signed in to change notification settings - Fork 13
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
Subtasks [feature request] #12
Comments
I think it could be implemented with https://github.com/frontend-collective/react-sortable-tree to gives user more sorting options, but it is just one of many options. |
I agree that this feature would be very cool, but requires a lot of work. |
I implement it in very simple way. Still I would like to know which keyboard shortcut use for making task subtask and making subtask main task. My sugestion is "s" key for making subtask and "m" key for making task from subtask to main task. Of course much more options with subtask could be implemented(like expands and callapse), still to decide which one will really be needed. |
I created first rough version in https://github.com/senpl/tdo . Now I want to have expands and callapse. Any recommended lib or solution to use ??? I think about https://github.com/sk-rt/handy-collapse but at this point anything could work. |
Currently all tasks are main tasks. It is common that tasks got subtasks which allow for fast outline of what is to be done to finish specific task. Especially during planning or collecting information.
I think it should look like:
I know it could be obtained with use of hashtags and css's still simpler general solution would be nice for everyday users.
The text was updated successfully, but these errors were encountered: