Skip to content
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

Closed
wants to merge 39 commits into from
Closed

Notification initial #910

wants to merge 39 commits into from

Conversation

ishvindersethi22
Copy link
Member

No description provided.

@ishvindersethi22 ishvindersethi22 changed the base branch from master to dev November 14, 2023 05:30
# creating notifications
title = f"{project.id} - {project.title} has been published."
notification_type = "publish_project"
annotators_ids = [a.get("id") for a in annotators]
Copy link
Member Author

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@@ -63,7 +63,7 @@
"tasks",
"functions",
"loging",
"corsheaders",
"notifications" "corsheaders",
Copy link
Member Author

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants