Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravlevma committed Dec 27, 2024
1 parent ca14ec5 commit 789b984
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

**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:** -
Expand Down
7 changes: 7 additions & 0 deletions src/cart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Warehouse bounded context

Cart contains two subdomains:

- **`Cart: Core`** - Domain model with aggregates

- **`Payment: Active Record`** - Active Record
1 change: 1 addition & 0 deletions src/cart/cart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Cart core subdomain
2 changes: 1 addition & 1 deletion src/cart/payment/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Tracking supporting subdomain
# Payment generic subdomain

0 comments on commit 789b984

Please sign in to comment.