Open Fureimi opened 7 months ago
Thanks for bringing this up!
You might have been mistaken about the activation bar and the return of the confirmation message! The confirmation message is the return from the Ui class.
Nevertheless, we agree that the user being labelled as a class is a mistake!
We have marked this as a duplicate of #2339.
Hope this clarifies!
[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]
Under: Listing all Books, alternatives considered
Under this sequence diagram, user is labelled as a class even though there is no User class.
In addition, activation bar for ParserMain ends after it returns.