Skip to content

Commit

Permalink
Merge pull request #321 from AbdulrahmanAlRammah/EC_Enhancement
Browse files Browse the repository at this point in the history
Update enhancements
  • Loading branch information
rayray39 authored Nov 12, 2024
2 parents aaa13dd + 1c9f7ec commit 93d81d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,4 +622,5 @@ For reference, our group has 5 members.
6. Update the error message displayed to the user by the `remark` command upon attempt to index with 0. The current error message for `remark 0 r/Hates frisbees` states "invalid command format" when it should mention that the index provided is invalid.
7. Update the error message displayed to the user by the `delete` command upon attempt to index with 0. The current error message for `delete 0` states "invalid command format" when it should mention that the index provided is invalid.
8. Update the error message displayed to the user by the `view` command upon attempt to index with 0. The current error message for `view 0` states "invalid command format" when it should mention that the index provided is invalid.
9. Include an example of sorting by date of last visit (`d/`) in the command format message of the `sort` command.
9. Improve clarity of phone number parsing message to give users clearer direction on the issue with the entered phone number (ex. to remove accidental extra spaces).
10. Improve clarity of emergency contact error message for invalid input. Currently, entering an invalid emergency contact will give an error message about phone numbers. This can be confusing when editing a phone number and emergency contact simultaneously. The message will be edited to more explicitly mention emergency contact and the specific issue.

0 comments on commit 93d81d0

Please sign in to comment.