Skip to content

Commit

Permalink
Add note for duplicate person and appt
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchell committed Nov 11, 2024
1 parent 2297435 commit 091e0aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,12 @@ _**Example:** `t/friend t/likes coding` has 2 tags and it is valid._
- `add person n/Betsy Crowe t/friend e/[email protected] a/Newgate Prison p/1234567 st/recovered t/criminal` adds a person named `Betsy Crowe` with email `[email protected]`, address `Newgate
Prison`, phone number `1234567`, status `recovered`, and the tags `friend` and `criminal`.

<box type="warning" light>

**Note:** Ensure that you enter a **unique name (case-insensitive) and phone number** for the person you are adding. Else, it will be detected as a duplicate, and an error message will be shown.

</box>

<box style="background: #eeeeee">

**Navigate back to the subsections here:**
Expand Down Expand Up @@ -593,6 +599,13 @@ _**Example:** You will see `2024-12-10 12:30` displayed as `December 10, 2024, 1

</box>

<box type="warning" light>

**Note:** Ensure that you enter a **unique person, date and time,
and appointment type** for the appointment you are adding. Else, it will be detected as a duplicate, and an error message will be shown.

</box>

<box type="tip" light>

**Tip:** You can decide to leave out sickness and medicine inputs when adding them, then edit them later.
Expand Down

0 comments on commit 091e0aa

Please sign in to comment.