Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are no obvious guidelines for correcting misinformation. #753

Open
nus-pe-bot opened this issue Nov 16, 2024 · 1 comment
Open

There are no obvious guidelines for correcting misinformation. #753

nus-pe-bot opened this issue Nov 16, 2024 · 1 comment

Comments

@nus-pe-bot
Copy link

nus-pe-bot commented Nov 16, 2024

Description
The lack of obvious guidelines for correcting error messages may leave the user confused as to how he or she should correct his or her input.

Steps to Reproduce


list
OOPS!!! Invalid command!
What would you like to do?


list user
OOPS!!! Invalid command!
What would you like to do?


Expected Behavior
OOPS!!! Invalid command! Please input like list-users.

Actual Behavior
OOPS!!! Invalid command!

Evidence
image.png


[original: nus-cs2113-AY2425S1/pe-interim#736] [original labels: severity.Medium type.FeatureFlaw]
@AaronZZ10
Copy link

AaronZZ10 commented Nov 17, 2024

Team's Response

Thank you for highlighting a possible improvement. We do inform the user via the error message , telling them it is a invalid command. However, the features such as auto-complete & suggestions are not currently implemented within the scope of the project in v2.1. It is a good suggestion that may be improve the user experience.

Duplicate status (if any):

--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment