sprint4 reassign task after expired

This commit is contained in:
jain
2023-08-02 15:20:43 +05:30
parent ed8fc156ac
commit ebb468166e
4 changed files with 46 additions and 5 deletions

View File

@ -91,7 +91,8 @@ ERROR_CODE = {
"2062": "Please enter email address",
"2063": "Unauthorized access.",
"2064": "To change your password first request an OTP and get it verify then change your password.",
"2065": "Passwords do not match. Please try again."
"2065": "Passwords do not match. Please try again.",
"2066": "Task does not exist or not in expired state"
}
"""Success message code"""
SUCCESS_CODE = {
@ -140,7 +141,8 @@ SUCCESS_CODE = {
"3032": "Task request sent successfully",
"3033": "Valid Referral code",
"3034": "Invite guardian successfully",
"3035": "Task started successfully"
"3035": "Task started successfully",
"3036": "Task reassign successfully"
}
"""status code error"""
STATUS_CODE_ERROR = {