Chang-CH / pe

0 stars 0 forks source link

Application does not fail gracefully when save file is read-only #2

Open Chang-CH opened 3 years ago

Chang-CH commented 3 years ago

Steps to reproduce

  1. Set save file to read only
  2. Use any command that edits the save file, such as add

Expected

Actual

image.png

This could happen to users who either log in as a user with no write permissions, or when a parent directory has been set to read only. While this should not happen often, the user will not be able to use the app when it does, and no troubleshooting help is provided.

nus-pe-bot commented 3 years ago

Team's Response

This situation, as mentioned by the tester, is rare, and additionally, the error message is more than enough for the user to debug the issue. (that the file cannot be written to)

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: - NotInScope relates to features that are not yet implemented. File saving is an already implemented feature.

image.png


:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: - If the user is unable to troubleshoot the software they will not be able to make any modifications to the data (add, delete, edit, ...). This seems more than a minor inconvenience only per the requirements for severity Low.