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

[Request]: Ability to elaborate on steps (add an outline to a task) through subtasks #41

Open
marek-lach opened this issue May 10, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@marek-lach
Copy link

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

@marek-lach marek-lach added the enhancement New feature or request label May 10, 2023
@dgsasha
Copy link
Collaborator

dgsasha commented May 11, 2023

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.

@resucutie
Copy link

resucutie commented May 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants