Skip to content

Commit

Permalink
Merge pull request #13 from ondretann/ondretann-patch-1
Browse files Browse the repository at this point in the history
Ondretann patch 1
  • Loading branch information
linnn-7 authored Feb 28, 2024
2 parents 5a29abc + 856d2f8 commit 26cff7a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
* Role: Developer
* Responsibilities: Data

### Jean Doe
### Ondre Tann

<img src="images/johndoe.png" width="200px">
<img src="images/ondretann.png" width="200px">

[[github](http://github.com/johndoe)]
[[github](http://github.com/ondretann)]
[[portfolio](team/johndoe.md)]

* Role: Developer
Expand Down
25 changes: 17 additions & 8 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ PayBack is a **desktop app for managing contacts, optimized for use via a Comman
* Items in square brackets are optional.<br>
e.g `n/NAME [t/TAG]` can be used as `n/John Doe t/friend` or as `n/John Doe`.

* Items with ``​ after them can be used multiple times including zero times.<br>
e.g. `[t/TAG]…​` can be used as ` ` (i.e. 0 times), `t/friend`, `t/friend t/family` etc.
* Items with ``​ after them can be used multiple times at least onxe.<br>
e.g. `[t/TAG]…​` can be used as `t/friend`, `t/friend t/family` etc.

* Parameters can be in any order, if specified.<br>
e.g. if the command specifies `:name :phone`, `:phone :name` is also acceptable.
Expand Down Expand Up @@ -129,15 +129,24 @@ Examples:

Deletes the specified person from the address book.

Format: `delete INDEX`
Format: `remove ID`

* Deletes the person at the specified `INDEX`.
* The index refers to the index number shown in the displayed person list.
* The index **must be a positive integer** 1, 2, 3, …​
* Deletes the person with the specified `ID`.

Examples:
* `list` followed by `delete 2` deletes the 2nd person in the address book.
* `find Betsy` followed by `delete 1` deletes the 1st person in the results of the `find` command.
* `/remove 240001` deletes the person with `240001` ID.

### Tagging a person: `tag`

Tags the specified person from the address book.

Format: `/tag ID t/TAG...`

* Tags the person with the specified `ID`.
* Allowed to have more than 1 tags per person.

Examples:
* `/tag 240001 t/finance t/manager` tags the person with `240001` ID with `finance` and `manager`.

### Clearing all entries : `clear`

Expand Down
Binary file added docs/images/ondretann.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26cff7a

Please sign in to comment.