Open Fureimi opened 7 months ago
thanku for ur feedback :) Duplicate of #2339.
[The team marked this bug as a duplicate of the following bug]
Incorrect sequence diagram notation
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.
Throughout the DG, there are multiple sequence diagrams where the leftmost entity is seen to be:User
where the existence of aUser
class is nowhere to be found. If the intention was to have the:User
entity represent an actual user, then an actual user entity (refer to the last attached image) would have been more clear to future developers reading the documentation.Examples are attached below:
CS2113 Website Example:
[original: nus-cs2113-AY2324S2/pe-interim#2195] [original labels: severity.Medium type.DocumentationBug]
[This is the team's response to the above 'original' bug]
Thank you for pointing this out. However as this is merely a cosmetic issue in the DG, we feel that the severity should be very low.
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]
User is labelled as a class in this sequence diagram when there is no User class. Maybe you meant to use User as an Actor?