mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1572: Implement better urgency inheritance
- Implement recursive urgency inheritance. If this is to be made a default setting, some thought will have to be put into making it more efficient.
This commit is contained in:
parent
8800ad33cf
commit
49f7612704
10 changed files with 118 additions and 26 deletions
|
@ -154,8 +154,8 @@ std::string Config::_defaults =
|
|||
"urgency.tags.coefficient=1.0 # Urgency coefficient for tags\n"
|
||||
"urgency.project.coefficient=1.0 # Urgency coefficient for projects\n"
|
||||
"urgency.blocked.coefficient=-5.0 # Urgency coefficient for blocked tasks\n"
|
||||
"urgency.inherit.coefficient=0.0 # Urgency coefficient for blocked tasks inheriting from blocking tasks\n"
|
||||
"urgency.waiting.coefficient=-3.0 # Urgency coefficient for waiting status\n"
|
||||
"urgency.inherit=off # Recursively inherit highest urgency value from blocked tasks\n"
|
||||
"urgency.age.max=365 # Maximum age in days\n"
|
||||
"\n"
|
||||
"#urgency.user.project.foo.coefficient=5.0 # Urgency coefficients for 'foo' project\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue