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

[Feature] support subtasks #13

Open
6 tasks
huyz opened this issue Jul 27, 2022 · 0 comments
Open
6 tasks

[Feature] support subtasks #13

huyz opened this issue Jul 27, 2022 · 0 comments

Comments

@huyz
Copy link

huyz commented Jul 27, 2022

If the current task is sent to Things, then bundle any indented sub-tasks below as lines in the checklist for that task in Things.

Since Things only supports one level of subtask, there would need to be a decision of whether to (a) flatten the subtask hierarchy or (b) visually indent each subtask with spaces in Things.

in other words,

  • level 1
    • level 2
      • level 3
    • level 2.2

could become in Things:

a)

  • level 1
    Checklist:
    - [ ] level 2
    - [ ] level 3
    - [ ] level 2.2
    

or
b)

  • level 1
    Checklist:
    - [ ] level 2
    - [ ]   level 3
    - [ ] level 2.2
    

I prefer the (b) option but I could see an argument for (a).

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

1 participant