diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 89983a35f5f..627337a6d7f 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -23,11 +23,11 @@ Refer to the table of contents on the right to find your answers as well as step 1. Ensure you have Java `11` or above installed in your Computer. -1. Download the latest `Insura-Connect.jar` from [here](https://github.com/AY2324S2-CS2103T-T13-3/tp/releases). +1. Download the latest `InsuraConnect.jar` from [here](https://github.com/AY2324S2-CS2103T-T13-3/tp/releases). 1. Copy the file to the folder you want to use as the _home folder_ for your AddressBook. -1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar Insura-Connect.jar` command to run the application.
+1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar InsuraConnect.jar` command to run the application.
A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.
![Ui](images/Ui-v1.3.png) @@ -143,7 +143,7 @@ Format: `find n/KEYWORD [MORE_KEYWORDS] r/RELATIONSHIP [MORE_RELATIONSHIPS] t/TA Examples: * `find n/ John` returns `john` and `John Doe` * `find r/partner` returns `Alex Yeoh`, `David Li`
- ![result for 'find alex david'](images/findCharlotteIrfanResult.png) + ![result for 'find alex david'](images/findAlexDavidResult.png) ### Deleting a person : `delete` @@ -345,6 +345,7 @@ Action | Format, Examples **Find** | `find KEYWORD [MORE_KEYWORDS]`
e.g., `find James Jake` **List** | `list` **Help** | `help` +**Change Client Status** | `status INDEX s/DIRECTION` **Add Policy** | `policy INDEX po/POLICY_NAME [ed/EXPIRY_DATE] [pm/PREMIUM]`
e.g., `policy 1 po/Policy ABC ed/01-01-2025` **Edit Policy** | `policy INDEX pi/POLICY_INDEX po/POLICY_NAME [ed/EXPIRY_DATE] [pm/PREMIUM]`
e.g., `policy 1 pi/2 po/Policy ABC pm/1000` **Delete Policy** | `policy INDEX pi/POLICY_INDEX po/`
e.g., `policy 2 pi/2 po/` diff --git a/docs/_markbind/layouts/default.md b/docs/_markbind/layouts/default.md index 223c791efd6..2ce677a90f2 100644 --- a/docs/_markbind/layouts/default.md +++ b/docs/_markbind/layouts/default.md @@ -4,7 +4,7 @@
- Insura-Connect + InsuraConnect
  • Home
  • User Guide
  • Developer Guide
  • diff --git a/docs/images/findAlexDavidResult.png b/docs/images/findAlexDavidResult.png index 235da1c273e..bcdc7d44d06 100644 Binary files a/docs/images/findAlexDavidResult.png and b/docs/images/findAlexDavidResult.png differ