Expected output: delete_product and delete_supplier should display
Actual output: delete is displayed alongside the 2 command words mentioned previously.
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.
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.
Steps to reproduce: 1) Type
del
2) HitTAB
Expected output:
delete_product
anddelete_supplier
should displayActual output:
delete
is displayed alongside the 2 command words mentioned previously.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 hitTAB
, they are shown the following valid commands.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]