nus-cs2103-AY2324S1 / pe-dev-response

0 stars 0 forks source link

`Parser` not labelled as an interface. #1595

Open nus-se-script opened 10 months ago

nus-se-script commented 10 months 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.


In the filter command section of the DG, the UML class diagram shows that FilterCommandParser inherits from Parser, suggesting that Parser is an interface. However, the diagram does not label Parser as an interface which is inaccurate.

Screenshot (369).png


[original: nus-cs2103-AY2324S1/pe-interim#2316] [original labels: type.DocumentationBug severity.VeryLow]

kenvynKwek commented 10 months ago

Team's Response

Thanks for the bug report. Accepted.

Duplicate status (if any):

--