Skip to content

Commit

Permalink
Adopt pull request suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-setyawan committed Apr 14, 2024
1 parent faf1e50 commit aa778f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can contact us individually through our portfolios
<img src="images/alex-setyawan.png" width="200px">

[[github](https://github.com/alex-setyawan)]
[[portfolio](team/johndoe.md)]
[[portfolio](team/alex-setyawan)]

* Role: Team Lead
* Responsibilities: Project Manager, Back-end
Expand Down Expand Up @@ -46,7 +46,7 @@ You can contact us individually through our portfolios
<img src="images/natleong.png" width="200px">

[[github](http://github.com/NatLeong)]
[[portfolio](team/johndoe.md)]
[[portfolio](team/alex-setyawan)]

* Role: Developer
* Responsibilities: Front-end, Documentation
8 changes: 5 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,11 @@ Common mistakes:

Deletes specified optional information from the specified person from ImmuniMate.

Format: `deleteinfo <NRIC> <Field>`
Format: `deleteinfo <NRIC> <Field> [Field] [Field] ...`

* Deletes specified information of the patient with corresponding NRIC.
* The NRIC must follow the correct format as specified in [Field Summary](#field-summary).
* Only fields specified as optional in the [Field Summary](#field-summary) can be deleted.

Examples:
* `deleteinfo S1234567A e/`
Expand All @@ -430,8 +432,8 @@ Examples:
Common mistakes:
* `deleteinfo S1234567A abc/` (a valid optional field from the [Field Summary](#field-summary) must be provided)
* `deleteinfo S1234567A` (a field must be provided)
* `deleteinfo S1234567A ic/` (mandatory fields cannot be deleted)
* If mandatory fields are to be changed, the `update` command should be used.
* `deleteinfo S1234567A ic/` (mandatory fields cannot be deleted)<br>
**TIP**: If you would like to change mandatory fields, you can use the `update` command instead.

<br>

Expand Down
File renamed without changes.

0 comments on commit aa778f1

Please sign in to comment.