Skip to content

Commit

Permalink
Merge pull request #342 from rxchell/add-unknown-command-message
Browse files Browse the repository at this point in the history
Add message for unknown command [Enhancement]
  • Loading branch information
zaidansani authored Nov 11, 2024
2 parents 5779285 + e6ae586 commit 9eb39e5
Showing 1 changed file with 6 additions and 1 deletion.
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

0 comments on commit 9eb39e5

Please sign in to comment.