Combine notification features for smss file update#208
Combine notification features for smss file update#208samarthKharote wants to merge 18 commits intodevfrom
Conversation
|
@CodiumAI-Agent /describe |
TitleCombine notification features for smss file update User descriptionDescriptionThis PR contains implementation which enables the "in-app notification" as well as "email notification" when user updates SMSS file. Changes MadeCalled notification utility methods from How to TestFor In-app Notification:
For Email Notification:
PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
updateSmss["updateSmssFile endpoint"] --> pushCloud["Push SMSS to cloud"]
pushCloud --> notify["Add in-app notification (SecurityNotificationUtils)"]
notify --> email["Send email (EmailUtility)"]
updateSmss --> successResp["Return success response"]
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
|
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨
|

Description
This PR contains implementation which enables the "in-app notification" as well as "email notification" when user updates SMSS file.
Changes Made
Called notification utility methods from
EngineRouteResourceClassHow to Test
For In-app Notification:
For Email Notification:
MailPitand added credentials in social.Properties file.