Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 612 Bytes

platform-domains.md

File metadata and controls

6 lines (5 loc) · 612 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 Storefront or Elasticsearch domain.
  • The Elasticsearch domain may have dependencies on the Core domain, but not on Storefront or Administration domain.
  • The Storefront domain may have dependencies on the Core domain, but not on Administration or Elasticsearch domain.