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
Various modules in Salespoint use different designs in terms of which DDD building blocks they implement. Some solely work with an aggregate and repository (e.g. inventory, catalog), others expose a service implementation in front of those (e.g. order, user accounts). Those design decisions result in different ways to extend the module.
We should give a high-level overview about those approaches and document what steps to take if need arises to extend those.
The text was updated successfully, but these errors were encountered:
Various modules in Salespoint use different designs in terms of which DDD building blocks they implement. Some solely work with an aggregate and repository (e.g. inventory, catalog), others expose a service implementation in front of those (e.g. order, user accounts). Those design decisions result in different ways to extend the module.
We should give a high-level overview about those approaches and document what steps to take if need arises to extend those.
The text was updated successfully, but these errors were encountered: