New endpoint to allow setting of merchant open/closed days over a year.
This can vary each year,
Can you give me a plan of how to implement this in a new Merchant Schedule Aggregate including requests to create/update schedules over the year, I am using event sourcing so ideas for events would be great also.
What I don't want however is an event for every date stating the merchant is open or closed.
Maybe have a event per month to keep the event size down.
Have a look at the other Aggregates to get a feel for how they are structured.
New endpoint to allow setting of merchant open/closed days over a year.
This can vary each year,
Can you give me a plan of how to implement this in a new Merchant Schedule Aggregate including requests to create/update schedules over the year, I am using event sourcing so ideas for events would be great also.
What I don't want however is an event for every date stating the merchant is open or closed.
Maybe have a event per month to keep the event size down.
Have a look at the other Aggregates to get a feel for how they are structured.