Open frisciliasultan opened 3 years ago
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.
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
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.
It is not always necessary to list tasks first before deleting (could be after
find
command)