1
0

Task Priorities (#19)

This commit is contained in:
konrad
2019-03-03 15:03:08 +00:00
committed by Gitea
parent d66382b581
commit aac137f8a4
6 changed files with 75 additions and 5 deletions

View File

@ -0,0 +1,8 @@
{
"UNSET": 0,
"LOW": 1,
"MEDIUM": 2,
"HIGH": 3,
"URGENT": 4,
"DO_NOW": 5
}