mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-15 18:07:02 +00:00
jira-27 invite guardian api
This commit is contained in:
@ -3,6 +3,8 @@ notification constants file
|
||||
"""
|
||||
REGISTRATION = 1
|
||||
TASK_CREATED = 2
|
||||
INVITED_GUARDIAN = 3
|
||||
APPROVED_JUNIOR = 4
|
||||
TEST_NOTIFICATION = 99
|
||||
|
||||
NOTIFICATION_DICT = {
|
||||
@ -14,6 +16,14 @@ NOTIFICATION_DICT = {
|
||||
"title": "Task created!",
|
||||
"body": "Task created successfully."
|
||||
},
|
||||
INVITED_GUARDIAN: {
|
||||
"title": "Invite guardian",
|
||||
"body": "Invite guardian successfully"
|
||||
},
|
||||
APPROVED_JUNIOR: {
|
||||
"title": "Approve junior",
|
||||
"body": "You have request for associate the junior"
|
||||
},
|
||||
TEST_NOTIFICATION: {
|
||||
"title": "Test Notification",
|
||||
"body": "This notification is for testing purpose"
|
||||
|
Reference in New Issue
Block a user