nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Multiple instances of app is allowed #3812

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

Summary

Multiple instances of the app are allowed, and the app will only prioritize the changes made on the last instance closed.


Steps to Reproduce

  1. Open two instances of the app A and B
  2. Make changes on both of them A and B
  3. Quit both in order, A, then B
  4. Reopen app
  5. Changes of B is saved

Screenshots

image.png

image.png


[original: nus-cs2103-AY2425S1/pe-interim#3524] [original labels: severity.Low type.FunctionalityBug]

anselmlong commented 1 week ago

Team's Response

Hello, thanks for reviewing our product! We get what you're pointing out, but we don't get how this is an issue - what is the expectation you have here, and how does it differ from our actual outcome?

Our belief is that the latest version of the product that is changed will be saved, which is instance B in your case. If instance A was to be saved but the user made changes on B last, that would be counter intuitive as well. Hence, we have to label this as an unclear issue as there isn't a clear expectation of what you are looking for!

Hope this clarifies your queries, thanks for testing our product!

Duplicate status (if any):

--