leezhengjing / pe

0 stars 0 forks source link

Documentation: Prescription missing conflicting drugs (DG) #12

Open leezhengjing opened 12 months ago

leezhengjing commented 12 months ago

image.png

Prescription class diagram missing conflicting drugs

nus-pe-script commented 11 months ago

Team's Response

Reject.

This is a class diagram that shows the association between the different classes. As seen in the screenshot below, Prescription stores conflicting drugs as Name, thus this is in fact captured in the association between Prescription and Name.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This is still ambiguous since there's no multiplicity from Prescription to Name. Just the arrowhead alone without multiplicity does not fully capture the information of conflictingDrugs. Multiplicity is optional, but in this case I believe multiplicity is required.