thaddyyz / pe

0 stars 0 forks source link

Initiating command does not have an input in sequence diagram #16

Open thaddyyz opened 3 years ago

thaddyyz commented 3 years ago

image.png If no value is passed with writeData() function what will be the directory... to check

image.png

nus-se-bot commented 3 years ago

Team's Response

Thanks for the feedback.

You could say it is a poor design.

In the code, we have stored (or rather "hard-coded") the directory format of the user data. DataIntegrityChecker will use this to check the integrity of the data, hence no input was required.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Shouldnt the sequence diagram be the sequence of the program based on the input parameters. If there is no input then how would you specify the course of action?