You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about this before, a lot of other apps have this and I think it would be a nice feature. Will probably be a while before I get around to it though, because this will require some major changes.
I thought about this before, a lot of other apps have this and I think it would be a nice feature.
Honestly, this is kinda mandatory. CalDAV and Microsoft To-Do, both having syncing capabilities, has subtask support. It is weird to see subtasks alongside normal tasks
As a suggestion on how you could implement this without refactoring your whole code, you could add a "belongs to" property to sub tasks that contains the ID of the parent task, and a "sub-task" property that contains a list of task IDs. And you could only display those sub-tasks when a reminder/task is open. Maybe an option of "show every sub task" would be neat
Tell us the problem or your need
Every major task could be elaborated into smaller tasks (sub-steps) over time.
Describe the solution you'd like
Make it possible to edit/elaborate on existing big tasks, through adding smaller, subordinate sub-tasks.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: