From c2fcadfa42799f238701599621b6fc1f6c56ea9e Mon Sep 17 00:00:00 2001 From: zhuravlevma Date: Fri, 27 Dec 2024 21:26:47 +0300 Subject: [PATCH] docs: fix docs --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index be87032..23678a7 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,13 @@ **Bounded Contexts:** - **`Cart`** - Context for cart operations - - **Subdomains:** - - **`Core Cart`** - adding items to the shopping cart - **`Generic Payment`** - payment for goods - - **`Warehouse`** - Context for warehouse operations - - **Subdomains:** - - **`Core OrderManagement`** - order management at the warehouse - **`Supporting Location`** - management of product locations at the warehouse, product categorization - - **`Accounting`** - accounting context - **Subdomains:** - - **`Core Reports`** - financial reports generation