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

Subtasks [feature request] #12

Open
senpl opened this issue Oct 16, 2018 · 4 comments
Open

Subtasks [feature request] #12

senpl opened this issue Oct 16, 2018 · 4 comments

Comments

@senpl
Copy link
Contributor

senpl commented Oct 16, 2018

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:

[ ] main task
   [ ] subtask1
   [ ] subtask2

I know it could be obtained with use of hashtags and css's still simpler general solution would be nice for everyday users.

@senpl
Copy link
Contributor Author

senpl commented Oct 16, 2018

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.

@mstijak
Copy link
Member

mstijak commented Oct 16, 2018

I agree that this feature would be very cool, but requires a lot of work.
Tasks should get a field indicating the parent task.
CxJS supports drag & drop, although it is not yet implemented in tdo (#8).
https://codesandbox.io/s/2povoy3m8r

@senpl
Copy link
Contributor Author

senpl commented Nov 29, 2018

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.

@senpl
Copy link
Contributor Author

senpl commented Mar 25, 2021

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.

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

2 participants