Arif-Khalid / pe

0 stars 0 forks source link

EntryList UML diagram has incorrect UML notation #14

Open Arif-Khalid opened 1 year ago

Arif-Khalid commented 1 year ago

The dotted arrows are meant to display dependencies, the arrow to entry should be solid to show reference. image.png

nus-pe-script commented 1 year ago

Team's Response

They are indeed supposed to be dotted lines as the EntryList class does not contain any attributes of Entry or Category, but they make use of them in the methods.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Dotted arrows should then not be accompanied by multiplicity, dependencies with multiplicity is clearly an error.