Open Chang-CH opened 3 years ago
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)
Team chose [response.NotInScope
]
Reason for disagreement: - NotInScope
relates to features that are not yet implemented. File saving is an already implemented feature.
more than enough for the user to debug
. There can be various reasons why the file could not be saved, relying on a Java exception should not be enough, even CS students sometime have trouble debugging exceptions, much less F&B managers.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
.
Steps to reproduce
add
Expected
Actual
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.