bugs and push notification for create task

This commit is contained in:
jain
2023-07-24 15:10:59 +05:30
parent a2b4f3b758
commit ed28117a7f
6 changed files with 34 additions and 4 deletions

View File

@ -75,7 +75,11 @@ ERROR_CODE = {
"2042": "Article Card with given id doesn't exist.",
"2043": "Article Survey with given id doesn't exist.",
"2044": "Task does not exist",
"2045": "Invalid guardian"
"2045": "Invalid guardian",
"2046": "Due date must be future date",
"2047": "Invalid Junior ID ",
"2048": "Choose right file for image",
"2049": "This task is already requested "
}
"""Success message code"""
SUCCESS_CODE = {