nus-cs2113-AY2021S2 / pe-dev-response

0 stars 0 forks source link

If the user were to accidentally exit the app, items data is lost. #1135

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

These are the items before exiting the app:

image.png

However, if the user were to accidentally close the app without using the "exit" command, data will be lost, which can be frustrating and make this product hard to use:

image.png


[original: nus-cs2113-AY2021S2/pe-interim#1135] [original labels: severity.High type.FunctionalityBug]

ongweisheng commented 3 years ago

Team's Response

When prematurely exiting or closing any application that is not the proper way to exit the app, data progress would not be saved or maybe be corrupted and loss. This is the case for easyLog as well where we cannot save any data if the user does not use the exit command but decides to exit the app another way that he/she decide to do so.

Duplicate status (if any):

--