jira-25 setting API

This commit is contained in:
jain
2023-07-11 18:23:40 +05:30
parent 68ce67d387
commit 7e7367e3a4
11 changed files with 138 additions and 33 deletions

View File

@ -42,7 +42,11 @@ TASK_STATUS = (
('4', 'requested'),
('5', 'completed')
)
SIGNUP_METHODS = (
('1', 'manual'),
('2', 'google'),
('3', 'apple')
)
PENDING = 1
IN_PROGRESS = 2
REJECTED = 3