Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for duplicate person and appointment #329

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ in this user guide.
<!-- * Table of Contents -->
<page-nav-print></page-nav-print>

<br>

---

<div style="page-break-after: always;"></div>

<br>

## **Introduction**

<box type="tip" light>
Expand Down Expand Up @@ -367,6 +371,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 +603,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