Notification feature for SMSS file updation #198
Conversation
|
@CodiumAI-Agent /describe |
TitleNotification feature for SMSS file updation User descriptionDescriptionThis PR contains implementation which allows user to get notify when there is any change in SMSS file for any engine by any other user. Changes MadeCalled SecurityNotificationUtils's addNotification() method to store notification in database in order to display it to the users. How to TestTo test notification feature, we need front-end UI, here is the front-end branch - link NotesIn order to work this functionality, Semoss should have Notification feature link PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
UpdateSmss["updateSmssFile endpoint"] --> PushCloud["ClusterUtil.pushEngineSmss"]
UpdateSmss --> EngineType["SecurityEngineUtils.getEngineType"]
EngineType --> Notify["SecurityNotificationUtils.addNotification (SMSS_UPDATE)"]
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 ✨
|
…re-for-smss-file-updation
Description
This PR contains implementation which allows user to get notify when there is any change in SMSS file for any engine by any other user.
Changes Made
Called SecurityNotificationUtils's addNotification() method to store notification in database in order to display it to the users.
How to Test
To test notification feature, we need front-end UI, here is the front-end branch - link
Notes
In order to work this functionality, Semoss should have Notification feature link