Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update Graphical TDM model for market including OrderedProduct
  • Loading branch information
cabaluniovi committed Nov 14, 2024
1 parent 415f77d commit d5e6e11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ classDiagram
Pet1: +post(/pet1)
```

- Market (/src/test/resources/market/schema-marketWithoutArrays.md)
- Market (/src/test/resources/market/schema-marketWithOrderedProducts.md)

```mermaid
classDiagram
Expand All @@ -124,6 +124,8 @@ classDiagram
RegionDTORes <--"*" DistilleryDTORes
CreditCardDTO <--"*" OrderDTO
UserDTOReq <--"*" OrderDTO
OrderDTO <--"*" OrderedProductDTO
ProductDTORes <--"*" OrderedProductDTO
DistilleryDTOReq <--"*" ProductDTOReq
DistilleryDTORes <--"*" ProductDTORes
CartItemDTOReq: +put(/customer/cart)
Expand Down

0 comments on commit d5e6e11

Please sign in to comment.