s-kybound / pe

0 stars 0 forks source link

Object is in the wrong section of sequence diagram #10

Open s-kybound opened 9 months ago

s-kybound commented 9 months ago

image.png

The fact that :Company is coloured red suggests that the Company class should be in the Model component, yet it is shown to be part of the Logic component instead.

image.png

image.png

The issue is also observed in the filter and add feature implementation sections.

nus-pe-bot commented 9 months ago

Team's Response

We are rejecting this as our sequence diagram is correct.

According to this forum post, as mentioned by Prof Damith, Screenshot 2023-11-19 at 3.32.18 PM.png

Therefore, our sequence diagram is actually correct to show :Company in the Logic component as our Company object is created inside our Logic component.

Furthermore, the Company object is shown as red to show that it is part of the Model package in the code.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]