forked from nus-cs2103-AY2425S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note for duplicate person and appt
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:** | ||
|
@@ -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. | ||
|