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
Unchained Architecture v3.1:
(it's not nice to explicitly pass the context 3 layers down)
Core Modules should not know the Unchained API
Core Modules expose the underlying raw database collections through a standard way to make it easier for user-land code when you need to get a certain product by certain special attributes or do some aggregation.
All cross-module functions are defined on the "core" umbrella package as "services", an example: instead of doing:
Unchained Architecture v3.1:
(it's not nice to explicitly pass the context 3 layers down)
it should be:
The text was updated successfully, but these errors were encountered: