Open Zhongli5712 opened 1 year ago
The list command works as expected but the current version does not check for the fields after the "list" word which is stated in the UG that anything after the "list" word is ignored because it is no parameter command. The effort required to address this issue is higher than the scope of the current implementation. The severity level should not be "high" as it does not render the product unusable rather it will just cause a minor inconvenience to the user if they use the command wrongly.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
No error message display when command "list Doctors" is used, and the result of the command is listing all people in the list. This could lead to user think (in worst case) the command "listDoctors" is bugged and can not use this features. A check and error message here would be reasonable.