reginateh / pe

0 stars 0 forks source link

Editing json file doesn't reflect in app #6

Open reginateh opened 2 weeks ago

reginateh commented 2 weeks ago

I did the following:

  1. edit json file (change hours from 30 to 1000)

image.png

  1. close the app
  2. restart the app

image.png

The edited content is not reflected in the app.

nus-se-script commented 1 week ago

Team's Response

Following the steps stated by the tester, I am able to edit the file and the change is reflected in the app. The tester most likely forgot to save the json file, hence the change is not reflected in the app.

Steps:

  1. edit json file (change hours from 30 to 1000)
  2. Make sure to save json file
  3. close the app
  4. Start the app and the change should be reflected.

image.png

image.png

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.CannotReproduce]

Reason for disagreement: I did not state clearly that I used the exit command to close the app. The changes are reflected when closing the app directly using x button, but they are not reflected when using exit command to close. If the behaviours are different when using different ways to close the app, I think it is better to state it in UG to warn the users that their modification might not be saved.