Files
ctms/backend/app/constants/task.py
T

3 lines
93 B
Python

TASK_STATUS = ["TODO", "DOING", "DONE", "BLOCKED"]
TASK_PRIORITY = ["LOW", "MEDIUM", "HIGH"]