AY2425S1-CS2103T-T10-1 / tp

MIT License
0 stars 5 forks source link

[PE-D][Tester B] Incorrect UML Notation in Developer Guide Diagrams #249

Closed nus-se-bot closed 1 day ago

nus-se-bot commented 3 days ago

Description:
Two UML diagrams in the Developer Guide contain incorrect notations. The Logic component diagram and the Parser diagram use double-headed arrows, which is not a valid UML notation. Instead, an association label should be used to indicate the direction and nature of the association between components.

Steps to Reproduce:

  1. Open the Developer Guide.
  2. Navigate to the Logic component section and locate the first and third diagrams.

Expected Result:
All UML diagrams should follow correct UML notation. In this case, valid association lines with labels should be used to represent relationships instead of using double-headed arrows.

Actual Result:
Double-headed arrows are used to indicate relationships, which is incorrect UML notation.

Screenshot 2024-11-08 at 18.30.21.png

Screenshot 2024-11-08 at 18.31.16.png

Proposed Solution:


Labels: type.DocumentationBug severity.Low original: TechRaj/ped#16

myrilla12 commented 3 days ago

ok