nus-cs2103-AY2122S2 / pe-dev-response

0 stars 0 forks source link

Storage component UML diagram missing classes #1317

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 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.


The storage component UML diagram only shows JsonSerializableAddressBook and JsonAdaptedPerson. However in the storage component of the code, there are multiple other storage classes like JsonSerializableTaskBook, and JsonTaskBookStorage. Hence the current diagram is misleading to the reader as it does not include all the classes used at a single level, e.g including JsonSerializableAddressBook but not JsonSerializableTaskBook.

image.png


[original: nus-cs2103-AY2122S2/pe-interim#1278] [original labels: severity.Medium type.DocumentationBug]

Rye-Catcher commented 2 years ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #3216