DistractedCat / pe

0 stars 0 forks source link

Error with alt block #9

Open DistractedCat opened 10 months ago

DistractedCat commented 10 months ago

In the sequence diagram here, the alt block suggests that the only 2 possibilities are if a person or a lesson is being viewed when running the link command. However this is not the case as I can also run the link command when I am viewing the Tasks page.

As per the textbook, alt block must cover all possible cases. Perhaps an [else] condition should have been added here.

image.png

image.png

nus-se-bot commented 10 months ago

Team's Response

As stated in the textbook, "it is acceptable for none of the alternative partitions to be executed but it is not acceptable for multiple partitions to be executed." this suggests that not all cases have to be stated.

Screenshot 2023-11-18 at 8.33.56 PM.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]