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

Add message for unknown command [Enhancement] #342

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,12 @@ testers are expected to do more *exploratory* testing.
## **Appendix: Planned enhancements**
Team size: 5

1.
1. **When an invalid command is entered, suggest possible valid commands.**
* **Flaw:** When a user types an unknown command, the result display box shows `Unknown Command`, which is
not informative.
* **Enhancement:** The result display box will suggest possible valid commands for the user to enter.
* **Sample Input:** User enters: `sort`
* **Expected Output:** The result display box shows `Unknown Command. Did you mean: list, find, clear, add, edit, delete, exit, or help?`

2. **Modify date parsing to check for leap years**
* **Flaw:** When a user enters February 29 for a non-leap year, the date automatically adjusts to February
Expand Down