Skip to content

Commit

Permalink
Merge pull request #190 from DhiraPT/master
Browse files Browse the repository at this point in the history
Enhance UserGuide.md
  • Loading branch information
DhiraPT authored Apr 14, 2024
2 parents ae9f3ff + d705bea commit e243e49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,19 @@ Format:
- `/add :name NAME :phone PHONE :email EMAIL :address ADDRESS :year YEAR_JOINED [:tag TAG]…`
- Use the `/add` command followed by the employee’s details, preceded by PREFIX (_:name, :phone, :email, :address, :year, :tag_)

**Note**:
- Ensure that no duplicate tags are entered when providing multiple tags.

Examples:

- `/add John Doe; 91234567; [email protected]; 12 Kent Ridge Dr; 2024; Finance`

- `/add John Doe; 91234567; [email protected]; 12 Kent Ridge Dr; 2024; Software Developer; Finance`

- `/add :name John Doe :phone 91234567 :email [email protected] :address 12 Kent Ridge Dr :year 2024 :tag Finance`

- `/add :name John Doe :phone 91234567 :email [email protected] :address 12 Kent Ridge Dr :year 2024 :tag Software Developer :tag Finance`

### Delete Employee <a name="delete"></a>
This feature deletes the specified employee from the displayed employee list.

Expand Down
1 change: 1 addition & 0 deletions docs/team/dhirapt.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Given below are my contributions to the project.
* Added glossary of terms used in the project [\#25](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/25/files)
* Added the use case for the `/add` feature [\#26](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/26/files)
* Added the use case for the `/transaction` feature [\#68](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/68/commits/4e1722d21aa9e781a2640046cca035e81137d6cb)
* Modified all the use cases [\#187](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/187/files)

* **Community**:
* PRs reviewed (with non-trivial review comments): [\#38](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/38), [\#40](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/40), [\#74](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/74), [\#75](https://github.com/AY2324S2-CS2103T-T12-4/tp/pull/75)
Expand Down

0 comments on commit e243e49

Please sign in to comment.