mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
TW-296
- TW-296 urgency of blocked task should affect urgency of blocking task Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
0c1fa8b20e
commit
7548ce662a
5 changed files with 40 additions and 0 deletions
|
@ -49,6 +49,7 @@ public:
|
|||
static float urgencyScheduledCoefficient;
|
||||
static float urgencyWaitingCoefficient;
|
||||
static float urgencyBlockedCoefficient;
|
||||
static float urgencyInheritCoefficient;
|
||||
static float urgencyAnnotationsCoefficient;
|
||||
static float urgencyTagsCoefficient;
|
||||
static float urgencyNextCoefficient;
|
||||
|
@ -171,6 +172,7 @@ public:
|
|||
float urgency_scheduled () const;
|
||||
float urgency_waiting () const;
|
||||
float urgency_blocked () const;
|
||||
float urgency_inherit () const;
|
||||
float urgency_annotations () const;
|
||||
float urgency_tags () const;
|
||||
float urgency_next () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue