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
@armiol, I think we need scheduling for events too:
It would be needed for emitting general events like described above.
It would save time on converting general events into domain ones.
The second thing would be helpful for saving manual labor on obvious things. For example, FiscalYearEnded may occur every end of March. If we can just say it in event declaration options, we'd save on creating a stateless event handler that would convert MonthEnded with month=MARCH into FiscalYearEnded.
Client-side code can benefit from responding to
TimeZoneChanged
, so that it can create newActorRequestFactory
with newzoneOffset
andzoneId
.Server-side business logic can be interested in having calendar-related events like:
YearStarted
,MonthStarted
,WeekStarted
,DayStarted
.HourStarted
.Implementations would depend on server infrastructure, and be subject of re-visiting scheduling commands.
The text was updated successfully, but these errors were encountered: