nus-tic4002-AY2122S2 / pe-dev-response

0 stars 0 forks source link

Reset Button is not working in the Login Screen #212

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

image.png

Steps:

  1. Enter login data (demo Username usage = “Java”, sample Password usage = “123456”).
  2. User logs in
  3. User adds new contacts to the contact list. User uses the export command.
  4. User exits.
  5. User re-opens the application
  6. User clicks on the Reset button
  7. User logs in with the demo credentials again

Actual Output: The files/data in the contacts list is the same as pre-reset. The added contacts are still there. Expected Output: The contacts in the address book should be reset to default state.


[original: nus-tic4002-AY2122s2/pe-interim#234] [original labels: severity.Medium type.FunctionalityBug]

gweeyc commented 2 years ago

Team's Response

The Reset button is to clear the user login credentials data so the user can restart entering the login data again; it is not for resetting the database record. No where in the docs do we define the function of the Reset button to reset the database back to original version, for that undo button is more suited.

Duplicate status (if any):

--