frisciliasultan / pe

0 stars 0 forks source link

Use Case 2 steps mismatch with reality #12

Open frisciliasultan opened 3 years ago

frisciliasultan commented 3 years ago

It is not always necessary to list tasks first before deleting (could be after find command)

Screenshot 2021-04-16 at 3.36.02 PM.png

nus-pe-bot commented 3 years ago

Team's Response

Thank you for your suggestion. We suggested this as it is safe to do so. If, for instance, a user uses the find command. Hence, it is definitely a valid scenario.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Instead of list command, user could use the delete command after the find command, which does not require the list command at all. I agree that the list scenario is valid, but it has a missing scenario where user deletes after find


:question: Issue severity

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

Reason for disagreement: It is a missing use case extension because it is an alternative pathway to the use case. Based on that, the severity would be Low because it is not purely cosmetic. Future developers would be affected as they would think that the only way to delete is after the list command, which is not true. Such omission will cause inconvenience to future developers as they would not have the complete picture of the scenarios in which the commands can be used in, which may affect their coding decisions.