diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 61be61199c1..3d70dfe4c02 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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; johndoe@email.com; 12 Kent Ridge Dr; 2024; Finance` +- `/add John Doe; 91234567; johndoe@email.com; 12 Kent Ridge Dr; 2024; Software Developer; Finance` + - `/add :name John Doe :phone 91234567 :email johndoe@email.com :address 12 Kent Ridge Dr :year 2024 :tag Finance` +- `/add :name John Doe :phone 91234567 :email johndoe@email.com :address 12 Kent Ridge Dr :year 2024 :tag Software Developer :tag Finance` + ### Delete Employee This feature deletes the specified employee from the displayed employee list. diff --git a/docs/team/dhirapt.md b/docs/team/dhirapt.md index 1f4d3a52afc..86a4358b11f 100644 --- a/docs/team/dhirapt.md +++ b/docs/team/dhirapt.md @@ -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)