You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
In order to support User Notifications, we need to create events upon Idea comments.
Describe the solution you'd like
Event Collection should consist of the following fields:
entityId, numeric id of the business-level entity (IdeaCard)
entityType, enum value of business-level entity type (IdeaCard only for now)
title, top-level description of event
content, details of the event
createdDateTime, date when event was created
When user creates a comment to an existing Idea, event is generated with the Title "{userName} commented on {ideaName}" and content will be comment itself.
Note: entityId and entityType will still point to IdeaCard entity
Events endpoints should not be available through API.
Summary
In order to support User Notifications, we need to create events upon Idea comments.
Describe the solution you'd like
Event Collection should consist of the following fields:
When user creates a comment to an existing Idea, event is generated with the Title "{userName} commented on {ideaName}" and content will be comment itself.
Note: entityId and entityType will still point to IdeaCard entity
Events endpoints should not be available through API.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: