From 2cfe961ff82864b57e4c5e47e2c5d2099e4da1b1 Mon Sep 17 00:00:00 2001 From: ndido98 Date: Wed, 17 Aug 2022 16:16:01 +0200 Subject: [PATCH] docs(pricing): add ubiquitous language table --- .ubidoc.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.ubidoc.yml b/.ubidoc.yml index a064307c..6b38fcce 100644 --- a/.ubidoc.yml +++ b/.ubidoc.yml @@ -129,4 +129,20 @@ tables: rows: - case: "OutgoingEvent.OrderProcessed" + - name: "pricing-ul" + rows: + - class: "pricing.IncomingOrderLine" + - class: "pricing.Quantity" + - class: "pricing.PriceList" + - class: "pricing.PriceInEuroCents" + - class: "pricing.Client" + - class: "pricing.ClientID" + - class: "pricing.Promotion" + - case: "pricing.PromotionLine.Fixed" + name: "Fixed promotion line" + - case: "pricing.PromotionLine.Threshold" + name: "Threshold promotion line" + - class: "pricing.ThresholdQuantity" + - class: "pricing.DiscountPercentage" + ignored: []