Task Priorities (#19)
This commit is contained in:
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 New Issue
Block a user