GothenburgBitFactory / GothenburgBitFactory/taskwarrior
[EX-63] recurrence for dependent tasks
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
_Saša Janiška on 2013-09-18T06:09:53Z says:_
Sometime ago I asked on the mailing list and was advised to submit ticket...
I'd like that TW can do the following: let's say there is a task (maintask) which occurs monthly and depends on two other tasks (task1, task2) and I'd like that each month TW would generate a new set of tasks with appropriate deps, e.g. maintask' which is next month's occurence of maintask and task1' & task2' which
are next month's occurences of task1 and task2 respectively?
So, the TW should show something like:
maintask dep:task1, task2 due:somedate recur:1month maintask' dep:task1', task2' due:somedate+1month recur:1month
Paul replied on the list that it's not easy feature and
> "There might have to be restrictions, such as maintask having the same recurrence period as task1 and task2."
which is fine with me and it would be improvement in any case.
Sincerely,
Gour
Contributor guide
Assessment
This issue has not been assessed yet.