clyveycui / pe

0 stars 0 forks source link

UG incorrect description of app behavior about data saving #15

Open clyveycui opened 2 years ago

clyveycui commented 2 years ago

Under Saving the data section, it is stated that data is saved whenever the user use any commands that edits/updates/adds data, but data is also written when the command executed doesn't modify the data in anyway.

Consider the following scenario:

  1. Open up two instances of the app. (We will refer to them as Instance1 and Instance2 respectively)
  2. Edit the name of the first person in Instance1 using "edit 1 n/newName"
  3. Execute "show" command in Instance2
  4. Examine the data file

Expected: name of first person should be "newName"

Actual: name of first person is still the old name

nus-pe-bot commented 2 years ago

Your response not required for this bug as the team has accepted the bug as it is.