-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add notification when user team invite is created #4183
Add notification when user team invite is created #4183
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4158-notification-backend #4183 +/- ##
=============================================================
+ Coverage 77.91% 78.13% +0.22%
=============================================================
Files 292 292
Lines 13389 13403 +14
Branches 2996 3000 +4
=============================================================
+ Hits 10432 10473 +41
+ Misses 2957 2930 -27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
typo? |
Yes and no. The original |
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.
tested on pre-staging - all good.
code review/coverage +1
Rewire frontend notifications to backend notifications API
Part of #4165
This is the 2rd of three PRs to introduce the new notifications system
Description
Adds a notification when a user is invited to a team.
The notification has type
team-invite
The data of the notification contains the following data:
The notification includes a
reference
property to identify the invitation it is associated with. That allows us to clear the notification when the invite is accepted/rejected etc