nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Autocomplete shows an invalid command word #3201

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

Steps to reproduce: 1) Type del 2) Hit TAB

Expected output: delete_product and delete_supplier should display

Actual output: delete is displayed alongside the 2 command words mentioned previously.

image.png

Following this workflow, users may then try to delete something using the invalid delete command which will result in a generic error message being shown.

In contrast, if the user were to type in vie and then hit TAB, they are shown the following valid commands.

image.png

Thus, I have tagged this as medium as the behaviour of the autocomplete is not consistent across different commands which can confuse the user, and it is also not elaborated on in the user guide.


[original: nus-cs2103-AY2425S1/pe-interim#1960] [original labels: severity.Medium type.FunctionalityBug]

ritulkrsingh commented 1 week ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #2396