HikoHikoHiko / pe

0 stars 0 forks source link

Missing attribute from #12

Open HikoHikoHiko opened 5 months ago

HikoHikoHiko commented 5 months ago

image.png

image.png The described functionality is missing how read from file and write from file is achieved in the Sequency diagram and its elaboration. Assuming UI handles the write and read, however, it is not reflected in SD which function reads or writes to file.

nus-se-script commented 5 months ago

Team's Response

Hi there, thank you for the bug report!

The user details feature has no interaction with the txt file at all. At the start of the program, the user data is read from the text file. When the user inputs the user details command, the UI and UserUI classes are involved and do not read from the text file. As such, the sequence diagram does not contain reading or writing to the text file for the user details function.

Thank you!

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Yes. The diagram is missing the part of reading from the text file.