diff --git a/docs/UserGuide.md b/docs/UserGuide.md index c220a2130c8..ce3a368370b 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -32,7 +32,7 @@ This guide walks you through all the features of ClientCare and can be used as a Ready to use ClientCare? You can check out our [Features](#features) section. For ease of reference, the [Features](#features) section is divided into subsections corresponding to each main feature: -[Clients](#client-related-commands), [Schedules](#schedule-related-commands) and [Policies](#schedule-related-commands). Feel free to jump around as you explore ClientCare's amazing features! +[Clients](#client-related-commands), [Schedules](#schedule-related-commands) and [Policies](#policy-related-commands). Feel free to jump around as you explore ClientCare's amazing features! Need a quick refresher? You can head to the [Command Summary](#command-summary) for a quick recap! @@ -204,7 +204,7 @@ Let's learn the language that ClientCare speaks in.
-### ClientCare Commands +### ClientCare commands A ClientCare command has the following parts: ![Command Structure](images/ug/commandStructure.png =450x) @@ -240,7 +240,7 @@ Alternatively, [Command Summary](#command-summary) has all of them under one pag
-### Handling ClientCare Error Messages +### Handling ClientCare error messages While using ClientCare, you may encounter errors when you mistype or missed something out in your commands. Not to worry, you will learn how to handle these error messages with ease in this section. @@ -299,7 +299,7 @@ ClientCare will be with you to correct each error! --------------------------------------------------------------------------------------------------------------------
-## Quick Tutorial +## Quick tutorial Excited to play around with ClientCare? Let’s run you through some simple commands to get you warmed up before you dive right into ClientCare’s full feature list! @@ -402,7 +402,7 @@ ClientCare offers the following commands to help you manage your clients: * [Listing all clients: `list`](#listing-all-clients-list) * [Viewing a client: `view`](#viewing-a-client-view) * [Finding a client: `find`](#finding-client-by-name-find) -* [Adding notes to a client: `remark`](#adding-notes-to-clients-remark) +* [Adding notes to a client: `remark`](#adding-notes-to-a-client-remark) * [Clearing all clients: `clear`](#clearing-all-entries-clear) * [Sorting your clients: `sort`](#sorting-the-client-list-sort)
@@ -634,7 +634,7 @@ ClientCare shows a success message in the Feedback Display too.
-### Adding notes to clients: `remark` +### Adding notes to a client: `remark` Need to remember certain information about a client such as his preference or health conditions? You can add notes to each client with `remark`. If a current remark exists, it will be replaced with the new remark. @@ -759,8 +759,8 @@ of your clients' birthday! ClientCare offers the following commands to help you manage your schedule: * [Updating last met: `met`](#updating-last-met-met) * [Setting last met overdue period: `set`](#setting-last-met-overdue-period-set) -* [Scheduling an appointment: `schedule`](#scheduling-appointments-schedule) -* [Marking an appointment: `mark`](#marking-appointments-mark) +* [Scheduling appointments: `schedule`](#scheduling-appointments-schedule) +* [Marking appointments: `mark`](#marking-appointments-mark)

@@ -988,7 +988,7 @@ numbering schemes. **Note:** Although most policy IDs will be up to 25 digits, -ClientCare allows you to put up to about 40 digits long before values are truncated in fullscreen. The limit might vary depending on your screen size, so do check if the remark is fully displayed. +ClientCare allows you to put up to about 40 digits long before values are truncated in fullscreen. The limit might vary depending on your screen size, so do check if the policy ID is fully displayed. **Before Command:** @@ -1287,7 +1287,7 @@ If a text is truncated in the display, this means that the full text has been sh | [**List**](#listing-all-clients-list) | `list` | | [**View**](#viewing-a-client-view) | `view INDEX`
e.g, `view 1` | | [**Find**](#finding-client-by-name-find) | `find KEYWORD [MORE_KEYWORDS]`
e.g. `find James Jake` | -| [**Remark**](#adding-notes-to-clients-remark) | `remark INDEX [r/REMARK]`
e.g. `remark 3 r/Has 2 school-age children and 1 elderly dependent` | +| [**Remark**](#adding-notes-to-a-client-remark) | `remark INDEX [r/REMARK]`
e.g. `remark 3 r/Has 2 school-age children and 1 elderly dependent` | | [**Clear**](#clearing-all-entries-clear) | `clear` | | [**Sort**](#sorting-the-client-list-sort) | `sort CRITERIA o/ORDER`
e.g. `sort priority o/desc` | | [**LastMet**](#updating-last-met-met) | `met INDEX d/DATE`
e.g. `met 2 d/2023-05-07` |