From 5bc3baa630a73df03c639fdaeca439d7eb5f7d1e Mon Sep 17 00:00:00 2001 From: AriellaCallista Date: Wed, 15 Nov 2023 22:56:03 +0800 Subject: [PATCH] Fix bugs --- docs/UserGuide.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 44077fd8614..ea4fc2529aa 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -48,8 +48,6 @@ * [Prefix Summary](#prefix-summary) * [Glossary](#glossary) -
- -------------------------------------------------------------------------------------------------------------------- ## Product Overview @@ -127,12 +125,10 @@ You are an **advanced** user if ... **Notes** and **tips** curated for you are labeled by the following box! -
-

+

Advanced

- -
**Also, take note of the following icons and their meanings.** @@ -273,6 +269,7 @@ The `Help Window` opens up as follows: [Jump back to Table of Contents](#table-of-contents) +
-------------------------------------------------------------------------------------------------------------------- ## Features @@ -379,6 +376,7 @@ Format: `listT` [Jump back to Table of Contents](#table-of-contents) +
-------------------------------------------------------------------------------------------------------------------- ### 2. Managing Applicants @@ -668,11 +666,10 @@ Format: `edit INDEX ([n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [t/TAGNAME]…​ * If you used a tag that has not been created using `create` in an `edit` command, the tag would still be added to the applicant, but it would be _uncategorized_. * If you have **multiple tags in different categories with the same name**, you must **specify the category** when you want to tag the specified applicant with one of these tags e.g. `edit INDEX t/CATEGORY DUPLICATETAGNAME` -
-

+

Advanced

- * If you still would like to tag an applicant that has **not** been created, but you do not want this tag to be _uncategorized_, you can do so by doing `edit INDEX t/CATEGORY TAGNAME`. @@ -692,11 +689,10 @@ This is because, `create` only creates **new** categorized tags. It does **not** * You can only edit the score of an applicant i.e. `edit INDEX sc/TAGNAME SCORE` if they have been tagged with the assessment-related `TAGNAME`. -
-

+

Advanced

- * You can also tag the applicant and edit their score **at the same time** by doing `edit INDEX t/TAGNAME sc/TAGNAME SCORE`. * Note that the tag has to have already been created using `create` with the category `assessment`. You **cannot** do this with a tag that hasn't been created even if you specified its category _assessment_ i.e. `edit INDEX t/assessment interview1 sc/interview1 100` does **NOT** work. This is because, you cannot create tag and edit score at the same time as editing score relies on the fact that the tag has already existed. @@ -791,8 +787,8 @@ Format: `delete (t/TAGNAME... st/STATUS...)` * Multiple delete parameters for a specific category are divided by spaces (not commas!) i.e. `delete st/preliminary interviewed` * Delete parameters are case-insensitive i.e. doing `delete t/interN` is the same as `delete t/intern` -
-

+

Advanced

@@ -851,6 +847,7 @@ It's best to explain this by breaking down an example `delete` command!
| Using commas as delimiters of different parameters instead of spaces e.g. `delete st/interviewed, t/intern` | Should display the error message for either invalid `status` or `tag` depending on the first prefix because it will consider the comma and anything that comes after it as part of the first prefix. | Remove the comma(s) e.g. `delete n/alex t/intern` | [Jump back to Table of Contents](#table-of-contents) +
-------------------------------------------------------------------------------------------------------------------- ### 3. Filtering and Listing Applicants @@ -877,8 +874,8 @@ Format: `search (n/NAME... st/STATUS... t/TAGNAME...)` * Multiple search parameters for a specific category are divided by spaces (not commas!) i.e. `search st/preliminary interviewed` * Search parameters are case-insensitive i.e. doing `search n/aLeX` is the same as `search n/alex` -
-

+

Advanced

@@ -1035,6 +1032,7 @@ Format: lowercase letters as distinct. This may result in names being sorted as A B C a b c, rather than A a B b C c. [Jump back to Table of Contents](#table-of-contents) +
-------------------------------------------------------------------------------------------------------------------- @@ -1119,6 +1117,7 @@ The `Events` window opens up: There is no possibility of a "failed" execution of the `schedule` command. [Jump back to Table of Contents](#table-of-contents) +
-------------------------------------------------------------------------------------------------------------------- ### 5. Others @@ -1168,12 +1167,14 @@ Format: `exit` [Jump back to Table of Contents](#table-of-contents) +
+ -------------------------------------------------------------------------------------------------------------------- ## Additional information -
-

+

Advanced

@@ -1211,8 +1212,8 @@ You should ensure that you have **sufficient candidates of more than 20** with a 3. `percentile` as where this applicant stands among all other applicants (treat it like a ranking system, the higher the percentile, the better the applicant is performing) -
-

+

Advanced