diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 76c5afa5c74..04e0f410f6e 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -41,7 +41,7 @@ _This page is for ConnectCare users. If you're a developer, see also the + [Clearing all entries](#clearing-all-entries-clear) + [Appointment Management](#appointment-management) + [Adding an Appointment](#adding-an-appointment-schedule-add) - + [Deleting an Appointment](#deleting-appointments-schedule-delete) + + [Deleting an Appointment](#deleting-appointment-schedule-delete) + [Program Controls](#program-controls) + [Undoing a Command](#undoing-a-command-undo) + [Redoing a Command](#redoing-a-command-redo) @@ -254,8 +254,8 @@ _This command adds a new client to your client list._ | Parameter | Description | Remarks | |----------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | n/NAME | Name of client that you want to add | Name must be unique, alphanumeric and case-sensitive. It is also compulsory | -| p/PHONE_NUMBER | Phone Number of client that you want to add | Phone number should only contain numbers and is compulsory | -| e/EMAIL | Email of client that you want to add | Emails should be of the format local-part@domain and adhere to the following constraints:
1. The local-part should only contain alphanumeric characters and these special characters, excluding the parentheses, (+_.-). The local-part may not start or end with any special characters.
2. This is followed by a '@' and then a domain name. The domain name is made up of one or more domain labels separated by periods.
The domain name must:
- end with a domain label at least 2 characters long
- have each domain label start and end with alphanumeric characters
- have each domain label consist of alphanumeric characters, separated only by hyphens, if any.
- Valid emails include: PeterJack_1190@example.com, felix@asd, e1234567@u.nus.edu | +| p/PHONE_NUMBER | Phone number of client that you want to add | Phone number should only contain numbers and is compulsory | +| e/EMAIL | Email address of client that you want to add | Emails should be of the format local-part@domain and adhere to the following constraints:
1. The local-part should only contain alphanumeric characters and these special characters, excluding the parentheses, (+_.-). The local-part may not start or end with any special characters.
2. This is followed by a '@' and then a domain name. The domain name is made up of one or more domain labels separated by periods.
The domain name must:
- end with a domain label at least 2 characters long
- have each domain label start and end with alphanumeric characters
- have each domain label consist of alphanumeric characters, separated only by hyphens, if any.
- Valid emails include: PeterJack_1190@example.com, felix@asd, e1234567@u.nus.edu | | a/ADDRESS | Address of client that you want to add | - | | k/NEXT_OF_KIN | Next of Kin details of client that you want to add | Name must be alphanumeric | | d/DESCRIPTION | Description of client that you want to add | Description should not be blank | @@ -428,11 +428,11 @@ _This command helps update existing client's information in the client list in t   **Example:** -- `update u/Jane Doe n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-011` updates the information of Jane Doe's information to be - name: John Doe - phone no: 98765432 - email: [johnd@example.com](mailto:johnd@example.com) - address: John street, block 123, #01-011 +- `update u/Jane Doe n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-011` This command updates Jane Doe's information to be as follows:
+ - name: John Doe + - phone no: 98765432 + - email: [johnd@example.com](mailto:johnd@example.com) + - address: John street, block 123, #01-011 **Walkthrough:** @@ -506,7 +506,7 @@ Now that we are done with the **list** command let's move on to the **find** com ### Finding clients: `find` -_This command allows you to find clients in your client list by specifying client parameters that you are interested in. _ +_This command allows you to find clients in your client list by specifying client parameters that you are interested in._ **Format:** `find [n/NAME]… [a/KEYWORD]… [e/KEYWORD]… [t/KEYWORD]… [k/KEYWORD]… [d/KEYWORD]… [p/KEYWORD]…` diff --git a/docs/images/quickstart/jar-file.png b/docs/images/quickstart/jar-file.png index 65bf8925298..4ab085af085 100644 Binary files a/docs/images/quickstart/jar-file.png and b/docs/images/quickstart/jar-file.png differ diff --git a/docs/images/quickstart/latest-release.png b/docs/images/quickstart/latest-release.png index 0b21c2dc9ee..322858e842e 100644 Binary files a/docs/images/quickstart/latest-release.png and b/docs/images/quickstart/latest-release.png differ diff --git a/docs/images/user-guide/schedule_command/schedule-delete-after.png b/docs/images/user-guide/schedule_command/schedule-delete-after.png index 1c791d368b9..194a7d78749 100644 Binary files a/docs/images/user-guide/schedule_command/schedule-delete-after.png and b/docs/images/user-guide/schedule_command/schedule-delete-after.png differ