forked from nus-cs2103-AY2122S2/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.
- Loading branch information
1 parent
83c3415
commit c524c00
Showing
2 changed files
with
14 additions
and
17 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
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 |
---|---|---|
|
@@ -60,7 +60,7 @@ only packages that existing people in ClientConnect have. | |
|
||
|
||
* Items in square brackets are **optional**.<br> | ||
e.g `n/NAME [t/TAG]` can be used as `n/John Doe t/important` or as `n/John Doe`. | ||
e.g. `n/NAME [t/TAG]` can be used as `n/John Doe t/important` or as `n/John Doe`. | ||
|
||
|
||
* Items with `…` after them can be used multiple times including zero times.<br> | ||
|
@@ -86,9 +86,6 @@ only packages that existing people in ClientConnect have. | |
* For example, `owes money` would create a tag with tag name "owes money", and no priority level. | ||
* However, `owes money :p3` would create a tag with tag name "owes money", and priority level 3. | ||
|
||
|
||
**Notes about the insurance packages:**<br> | ||
|
||
### **General commands** | ||
|
||
#### Viewing help : `help` | ||
|
@@ -127,7 +124,7 @@ After adding: | |
Notes: | ||
* Any tags are optional. | ||
* Email domain must contain only **one period** and minimally ends with 2 letters: | ||
e.g [email protected] is acceptable, [email protected] and jackson5@example is not acceptable | ||
e.g. [email protected] is acceptable, [email protected] and jackson5@example is not acceptable | ||
* For the insurance package indicated in the `i/` field, if an existing package with the same name does not | ||
exist, a new one will be automatically created for you. | ||
|
||
|
@@ -180,7 +177,7 @@ Fields: | |
* `t/`: tags | ||
|
||
Notes: | ||
* The search is case-insensitive. e.g `hans` will match `Hans` | ||
* The search is case-insensitive. e.g. `hans` will match `Hans` | ||
* The order of the keywords does not matter. e.g. `Hans Bo` will match `Bo Hans` | ||
* The fields described above can be searched | ||
* It is possible to search for multiple fields, and the order of the fields does not matter. | ||
|
@@ -353,7 +350,7 @@ After adding: | |
Notes: | ||
* Adds tag to the person at the specified `INDEX`. | ||
* Only one tag can be added at a time. | ||
* Duplicate tags (same tagname and priority level) cannot be added | ||
* Duplicate tags (same tag name and priority level) cannot be added | ||
|
||
------------------------------------------------------------------------------------ | ||
#### Editing a tag of a person: `editTag` | ||
|
@@ -376,7 +373,7 @@ Notes: | |
* Edits person at the specified `INDEX`. | ||
* Edits person's tag at the specified `TAG_NUMBER`. | ||
* Only one tag can be edited at a time. | ||
* The edited tag cannot have a duplicate tag (same tagname and priority level) in the existing tag list. | ||
* The edited tag cannot have a duplicate tag (same tag name and priority level) in the existing tag list. | ||
|
||
------------------------------------------------------------------------------------ | ||
#### Deleting a tag of a person: `deleteTag` | ||
|