Open EugeneChanJiajun opened 7 months ago
This points out the same issue as #2081.
[The team marked this bug as a duplicate of the following bug]
[DG] Inaccuracies in addCourse() sequence diagram
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.
Description
A number of non-course compliant mistakes are made such as
- Missing function control return arrow from
: Course
instance to: Timetable
- Self called function arrows (namely those of "courses.add" and "courses.get") do not point to exact edge of call box
- Missing function control return arrow from above 2 functions as well
[original: nus-cs2113-AY2324S2/pe-interim#2481] [original labels: severity.Low type.DocumentationBug]
[This is the team's response to the above 'original' bug]
I think this is mainly cosmetics as return arrows are not compulsory too.
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]
For the arrows for the last two self method calls, the arrows are not connected to the main activation bar.