maxpozdeev / mytinytodo

Todo list script
154 stars 49 forks source link

Ability to add Sub-Tasks #37

Open Salkalkhan opened 1 year ago

Salkalkhan commented 1 year ago

I think Instead Of Markdown, their Should be Json based Sub-Task System. Where We can Add , Sort, insert Sub-Sub-task and delete task And Json Data in Db will only be affected.

indrakurnia commented 1 year ago

Vote for sub-tasks feature...

maxpozdeev commented 1 year ago

I do not agree to use json in task note to insert sub tasks. I think sub-task should be the same as a usual task with tags and duedate, but another level of visibility (they are not displayed by default). As well sub-tasks should be found if we use filters like tags or duedate (probably a checkbox to filter all subtasks or only top-level tasks), this is a subject to consider.

Example. When we open a list we see top-level tasks with a note that some tasks has a number of subtasks. If we click on this note we see a list of sub-tasks.

subtasks-idea
devgaucho commented 9 months ago

I think Instead Of Markdown, their Should be Json based Sub-Task System. Where We can Add , Sort, insert Sub-Sub-task and delete task And Json Data in Db will only be affected.

instead of removing markdown you could simply add support for clickable checkboxes to it

ex:

- [x] item

clickable checkboxes are already part of the markdown used on github for example, the only difference would be that they would be interactive and when clicked would change the markdown code like in a wysiwyg editor

DHS1001 commented 6 months ago

it would be great to have the sub-tasks feature in the future release.