nus-cs2103-AY1920S2 / pe-dev-response

0 stars 0 forks source link

Figure 9 of DG has wrong multiplicity #2551

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


Good should have 1..2 GoodQuantity since not all goods have thresholds and all goods have current quantity. Threshold GoodQuantity is an optional value.


[original: nus-cs2103-AY1920S2/pe-interim#2543]

NicholasCF commented 4 years ago

Team's Response

I think the multiplicity is correct, as all goods are in fact initialised with a thresholdQuantity (default is 0). Thus, it is not optional.

Duplicate status (if any):

--