mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Feature - Urgency
- Implemented the urgency algorithm according to rfc31. - Added a new '_urgency' command to test the algorithm.
This commit is contained in:
parent
3ac627978c
commit
d8544181ce
8 changed files with 237 additions and 8 deletions
|
@ -81,6 +81,8 @@ public:
|
|||
|
||||
void validate () const;
|
||||
|
||||
float urgency ();
|
||||
|
||||
private:
|
||||
int determineVersion (const std::string&);
|
||||
void legacyParse (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue