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 creation or updates.
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 Idea, event is generated with the Title "Idea Submitted Successfully" and content '{userName} added new idea, {ideaName} - {tagline} '.
When idea is updated and status was changed, event is generated with the Title "Idea {ideaName} is {status}" and content '{userName} has updated idea {ideaName} - {status}'
When idea is updated but no status changed, event is generated with the Title "Idea {ideaName} was updated" and content '{userName} has updated idea {ideaName}'
Events endpoints should not be available through API.
Summary
In order to support User Notifications, we need to create events upon Idea creation or updates.
Describe the solution you'd like
Event Collection should consist of the following fields:
When user creates Idea, event is generated with the Title "Idea Submitted Successfully" and content '{userName} added new idea, {ideaName} - {tagline} '.
When idea is updated and status was changed, event is generated with the Title "Idea {ideaName} is {status}" and content '{userName} has updated idea {ideaName} - {status}'
When idea is updated but no status changed, event is generated with the Title "Idea {ideaName} was updated" and content '{userName} has updated idea {ideaName}'
Events endpoints should not be available through API.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: