-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification initial #910
Notification initial #910
Conversation
…to notification_initial
# creating notifications | ||
title = f"{project.id} - {project.title} has been published." | ||
notification_type = "publish_project" | ||
annotators_ids = [a.get("id") for a in annotators] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MustafaAsad198 @suyogkokaje can you add reviewer and superchecker ids as well here, so they are also notified about it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
backend/shoonya_backend/settings.py
Outdated
@@ -63,7 +63,7 @@ | |||
"tasks", | |||
"functions", | |||
"loging", | |||
"corsheaders", | |||
"notifications" "corsheaders", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we need a separator here?
@@ -1,4 +1,3 @@ | |||
import json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please re add these removed lines. @MustafaAsad198
Notif update
No description provided.