Open ZHANGTIANYAO1 opened 6 months ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
DG wrong multiplicity for phone attribute
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.
Phone
is an optional inPerson
, should be0..1
multiplicity.
[original: nus-cs2103-AY2324S2/pe-interim#56] [original labels: type.DocumentationBug severity.VeryLow]
[This is the team's response to the above 'original' bug]
Okay. (introduced by https://github.com/AY2324S2-CS2103T-T11-2/tp/commit/fdfa93a80abb82f430e3396dd3c25048c4322541 )
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
UML for
Phone
is incorrect in Model component. Based on UML, we can have more than one Phone object but in the program it only allow one phone number for each person.