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
Now that the event names are playing a more important part in Cachet, we should rename them to standardise and simplify their meaning.
For example:
ComponentStatusWasUpdatedEvent could become ComponentStatusChangedEvent.
*WasAddedEvent could become *WasCreatedEvent. (Schedule uses the Created scheme, whereas everything was added. Since we use created_at as a column name, it makes sense to follow this instead.
IncidentWasReportedEvent should also be IncidentWasCreatedEvent.
The text was updated successfully, but these errors were encountered:
Now that the event names are playing a more important part in Cachet, we should rename them to standardise and simplify their meaning.
For example:
ComponentStatusWasUpdatedEvent
could becomeComponentStatusChangedEvent
.*WasAddedEvent
could become*WasCreatedEvent
. (Schedule
uses theCreated
scheme, whereas everything was added. Since we usecreated_at
as a column name, it makes sense to follow this instead.IncidentWasReportedEvent
should also beIncidentWasCreatedEvent
.The text was updated successfully, but these errors were encountered: