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

[CORL-3030]: New notification types #4498

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

kabeaty
Copy link
Contributor

@kabeaty kabeaty commented Jan 22, 2024

What does this PR do?

These changes add new notification types to notifications, including replies, staff replies, and comment approvals. It also adds in checks, such as that a user isn't replying to themselves and the reply isn't coming from an ignored user (in those cases, no notification is needed).

Set as draft pending updated copy/design around how the reply/staff reply/approve/feature notifications should look.

These changes will impact:

  • commenters
  • moderators
  • admins
  • developers

What changes to the GraphQL/Database Schema does this PR introduce?

Adds a REPLY_STAFF notification type. Adds commentReply to notifications so that we can use it in reply notifications.

Does this PR introduce any new environment variables or feature flags?

no

If any indexes were added, were they added to INDEXES.md?

n/a

How do I test this PR?

You can test these changes by replying to users as a regular commenter and as a staff commenter. Also approve/feature stories (should see the notifications appear, but what will be shown for the comments is still pending).

Were any tests migrated to React Testing Library?

How do we deploy this PR?

@kabeaty kabeaty marked this pull request as ready for review January 23, 2024 16:40
@kabeaty kabeaty requested a review from nick-funk January 23, 2024 16:40
Copy link
Contributor

@nick-funk nick-funk left a comment

Choose a reason for hiding this comment

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

Looks good, merging into epic!

@nick-funk nick-funk merged commit 9dab47d into epic/notifications Jan 25, 2024
2 checks passed
@nick-funk nick-funk deleted the feat/CORL-3030-new-notification-types branch January 25, 2024 16:47
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.

2 participants