-
Story
-
Resolution: Done
-
Normal
-
None
-
None
Story
As a user of RHDH, I want to be able to receive a notification letting me know whenever a software template has been updated that corresponds to my catalog entity.
Background
As the final piece to the feature for sending notifications whenever there is a software template update, we will now send a notification using the notifications plugin whenever there is a detected corresponding software template update. This will require use of the subscription to event services to retrieve potential owners of entities generated by the updated software template.
This can be achieved by first querying the catalog api using the `scaffoldedFrom` spec that is included in the scaffolder template to retrieve a list of potential catalog entities that have been created by the template.
Next, we would call the notification API to trigger a notification to owners of the listed catalog entities.
Dependencies and Blockers
QE impacted work
Documentation impacted work
Acceptance Criteria
Event subscription now triggers a notification for software template update
Notifications to be sent to owners of catalog entities that have been created by the updated software templates.
Upstream documentation updates (design docs, release notes etc)
- Highlight the requirement of the notifications plugin
Technical enablement / Demo