Task Priorities (#19)
This commit is contained in:
parent
d66382b581
commit
aac137f8a4
6 changed files with 75 additions and 5 deletions
8
src/models/priorities.json
Normal file
8
src/models/priorities.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"UNSET": 0,
|
||||
"LOW": 1,
|
||||
"MEDIUM": 2,
|
||||
"HIGH": 3,
|
||||
"URGENT": 4,
|
||||
"DO_NOW": 5
|
||||
}
|
||||
Reference in a new issue