Skip to content

Commit

Permalink
Merge branch 'update-dg-assets' of https://github.com/AY2324S2-CS2103…
Browse files Browse the repository at this point in the history
…T-W12-3/tp into update-dg-assets
  • Loading branch information
bryanyee33 committed Apr 15, 2024
2 parents 1c3f322 + 6c362a3 commit ab56233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,4 +844,4 @@ Team size: 5
7. **Make duplicate checking more robust**: The application enforces distinct contacts, but the user may add the same contact twice unintentionally (e.g. entering `dave tan` and `Dave Tan`). We plan to make duplicate checking more robust and potentially warn the user first for such cases.
8. **Add a `remark` command**: At present users can only add additional information to contacts using tags. We plan to allow the user to add more detailed information like notes using a `remark` command.
9. **Add command shortcuts and suggestions**: Currently, there is no support for any shortcuts or suggestions of commands to aid both experienced and new users. We plan to add command shortcuts and suggestions to make the application easier to use for all users.
10. **Make phone number validation more robust**: Currently, we perform little validation on the phone number to allow for inputs such as `2555 (ext)` for the user's convenience. This however means that inputs such as `+++` may be accepted. We plan to improve phone number validation without restricting the user.
10. **Make phone number validation more robust**: Currently, we perform little validation on the phone number to allow for inputs such as `2555 (ext)` for the user's convenience. This however means that inputs such as `+++` may be accepted. We plan to improve phone number validation without restricting the user.

0 comments on commit ab56233

Please sign in to comment.