-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [EASI-3944] Notifications - On Discussion Replied Notification (#990) * wip: draft of sending notifications on discussion reply * wip: implementing PR feedback * wip: implement various PR feedback * wip: corrected actor ID to be reply creator ID and added discussion creator ID to meta * fix: corrected notification recipient from actor to discussion creator * feat: testing preview for discussion reply notification * chore: updated postman collection * fix: corrected activity meta base struct type * chore: added comment to helper function * chore: deleted unused generated resolver * fix: revereted incorrectly changed user ID assignment * removed irrelevant comment * chore: added more assertions to unit test * Add new reply type guard * add more conditional renders based on type guard * Add the new discussion reply gql fragment * implementing new discussion reply into the UI * Add a few more queries to the getNotification query * Notification content to show on discussions * add model name to util * move notification settings to its own test * add e2e test --------- Co-authored-by: Tom Brooks <[email protected]>
- Loading branch information
1 parent
e7f584d
commit 1f216b7
Showing
16 changed files
with
1,199 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.