mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 21:59:40 +00:00
jira-15 top junior API and default images field
This commit is contained in:
@ -43,7 +43,11 @@ TASK_STATUS = (
|
||||
('5', 'completed')
|
||||
)
|
||||
|
||||
PENDING = 'pending'
|
||||
PENDING = 1
|
||||
IN_PROGRESS = 2
|
||||
REJECTED = 3
|
||||
REQUESTED = 4
|
||||
COMPLETED = 5
|
||||
TASK_POINTS = 5
|
||||
# duplicate name used defined in constant PROJECT_NAME
|
||||
PROJECT_NAME = 'Zod Bank'
|
||||
|
Reference in New Issue
Block a user