From d6a6cc07851b1a2d732cc930841bf963646663ba Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Wed, 26 Aug 2020 11:16:18 +0200 Subject: [PATCH] feat(docs): Update doc on Channels --- docs/content/docs/developer-guide/channels.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/developer-guide/channels.md b/docs/content/docs/developer-guide/channels.md index 3015e4e11a..34d5cd8502 100644 --- a/docs/content/docs/developer-guide/channels.md +++ b/docs/content/docs/developer-guide/channels.md @@ -22,6 +22,6 @@ Use-cases of Channels include: ## Multi-Tenant (Marketplace) Support -In its current form, the Channels feature is not suitable for a multi-tenant or marketplace solution. This is because many entities are still shared across all Channels, e.g. Orders, Customers, Assets. +In its current form, the Channels feature is not suitable for a multi-tenant or marketplace solution. This is because several entities which should be isolated in a true multi-tenant system are still shared across all Channels. -Multi-tenancy could still be achieved through a dedicated plugin, but would require significant custom work. An out-of-the-box solution will be considered for a future plugin offering. +Multi-tenancy could still be achieved through a dedicated plugin, and indeed there are some community projects underway in this direction, but would require significant custom work. An out-of-the-box solution will be considered for a future plugin offering.