Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 619 Bytes

platform-domains.md

File metadata and controls

6 lines (5 loc) · 619 Bytes

Platform Domains

  • The Core domain must not have any dependency on any of the other domains. This means that neither classes nor assets from Storefront, Administration or Elasticsearch may be used within the Core domain.
  • The Administration domain may have dependencies on the Core domain but not on the Storefront or Elasticsearch domain.
  • The Elasticsearch domain may have dependencies on the Core domain but not on the Storefront or Administration domain.
  • The Storefront domain may have dependencies on the Core domain, but not on the Administration or Elasticsearch domain.