-
Notifications
You must be signed in to change notification settings - Fork 357
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
Hook up remaining DSA notifications #4391
Hook up remaining DSA notifications #4391
Conversation
shows that we can process these fields, translate, and format them nicely on the notification components stream side.
✅ Deploy Preview for gallant-galileo-14878c ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Looking great!! Just one comment about sending a notification to the reporter too.
client/src/core/client/stream/tabs/Notifications/NotificationContainer.tsx
Outdated
Show resolved
Hide resolved
not just for when they're approved/rejected
…tions # Conflicts: # server/src/core/server/services/dsaReports/reports.ts # server/src/core/server/stacks/rejectComment.ts
useful for filtering and searching in mongo later
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.
Looking good!!
What does this PR do?
These changes will impact:
What changes to the GraphQL/Database Schema does this PR introduce?
None
Does this PR introduce any new environment variables or feature flags?
No
If any indexes were added, were they added to
INDEXES.md
?No new indices.
How do I test this PR?
DSA Reporting:
General Approve/Reject of comments with reasons:
Where any tests migrated to React Testing Library?
No
How do we deploy this PR?
No special considerations, it goes into the DSA epic branch when complete.