lihka1202 / pe

0 stars 0 forks source link

Class Diagrams missing for Certain packages #16

Open lihka1202 opened 1 year ago

lihka1202 commented 1 year ago

Class Diagrams have been provided for certain packages but left out for others They have been provided for Command and Data and have been left out for the rest in the DG

nus-se-bot commented 1 year ago

Team's Response

We have class diagrams for Storage, Parser, in addition to the Command and Data package that you mentioned. UI class was omitted as it was too simple and no value could be provided from it.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I quote the CS2113 Website: UML class diagrams describe the structure (but not the behaviour) of an OOP solution.

This is what was provided for Storage:

image.png

This is only what constitutes the Storage class, it doesn't contain enough information to be a class diagram as it doesn't represent its relationships with other classes at all.