Skip to content

Commit

Permalink
Merge pull request #122 from ReganChoy/branch-UG_setFix
Browse files Browse the repository at this point in the history
Add Set into Command Summary and Fix Sort order
  • Loading branch information
getsquared authored Apr 4, 2024
2 parents 84f4c67 + 24ecbe1 commit 658012c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ ClientCare offers the following commands to help you manage your clients:
* [Finding a client: `find`](#finding-client-by-name-find)
* [Adding notes to a client: `remark`](#adding-notes-to-clients-remark)
* [Clearing all clients: `clear`](#clearing-all-entries-clear)
* [Sorting your clients: `sort`](#sorting-the-client-list--sort)
* [Sorting your clients: `sort`](#sorting-the-client-list-sort)
<br/>
<br/>

Expand Down Expand Up @@ -894,11 +894,12 @@ This refers to features or commands in ClientCare that are not related to Client
| [**Find**](#finding-client-by-name-find) | `find KEYWORD [MORE_KEYWORDS]`<br/> e.g. `find James Jake` |
| [**Remark**](#adding-notes-to-clients-remark) | `remark INDEX [r/REMARK]`<br/> 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` <br/> e.g. `sort priority o/desc` |
| [**LastMet**](#updating-last-met-met) | `met INDEX d/DATE`<br/> e.g. `met 2 d/2023-05-07` |
| [**Set**](#setting-last-met-overdue-period-set) | `set NUMBER_OF_DAYS`<br/> e.g. `set 5` |
| [**Schedule**](#scheduling-appointments-schedule) | `schedule INDEX d/DATETIME`<br/> e.g. `schedule 2 d/2023-05-07 22:00` | |
| [**Mark**](#marking-appointments-mark) | `mark INDEX`<br/> e.g. `mark 2` | |
| [**Add Policy**](#adding-a-policy-addpolicy) | `addpolicy INDEX n/POLICY_NAME i/POLICY_ID` <br/> e.g. `addpolicy 1 n/Life i/1` |
| [**Delete Policy**](#deleting-a-policy-deletepolicy) | `deletepolicy INDEX i/POLICY_ID` <br/> e.g. `deletepolicy 1 i/1` |
| [**Sort**](#sorting-the-client-list-sort) | `sort CRITERIA o/ORDER` <br/> e.g. `sort priority o/desc` |
| [**Help**](#viewing-help-help) | `help` |
| [**Exit**](#exiting-the-program-exit) | `exit` |

0 comments on commit 658012c

Please sign in to comment.