From b8d7b60fa6d9c5f9de6db758476aea5657ac7bb0 Mon Sep 17 00:00:00 2001
From: xinen <117985016+xinen26@users.noreply.github.com>
Date: Thu, 4 Apr 2024 23:54:58 +0800
Subject: [PATCH] Update UserGuide.md
---
docs/UserGuide.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index a573d45db6d..d84193951c3 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -22,7 +22,7 @@ By using commands, HR officers can efficiently organize contacts for their recru
1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar HRConnect.jar` command to run the application. A GUI similar to the below should appear in a few seconds.
![Ui](images/Ui.png)
-1. The side panel Filter allows users to choose the `Stage` they want the applicants to be in. The Overview side panel gives users a quick overview on the count
+1. The side panel Filter allows users to choose the `Stage` they want the applicants to be in. Note that selecting Stage will overwrite other commands except Find. The Overview side panel gives users a quick overview on the count
of number of applicants in each stage. The Person List showcases the applicants in HRConnect while the Role List showcases the roles of those applicants.
Note how the app contains some sample data.
@@ -229,12 +229,12 @@ Action | Format, Examples
**Add** | `add /name Name /phone Phone_Number /email Email /address Address /role Role [/note Note] [/tag Tag]…`
e.g., `add /name James Chow /phone 96622612 /email james@example.com /address 321, Clementi Ave 2, #02-25 /role Junior Engineer /note Likes to swim`
**Clear** | `clear`
**Delete** | `delete INDEX`
e.g., `delete 3`
-**Edit** | `edit Index [/name Name] [/phone Phone] [/email Email] [/address Address] [/stage Stage] [/role Role] [/note Note] [/tag Tag]…`
e.g., `edit 2 /stage waitlisted`
+**Edit** | `edit Index [/name Name] [/phone Phone] [/email Email] [/address Address] [/stage Stage] [/role Role] [/note Note] [/tag Tag]…`
e.g., `edit 2 /stage Interview`
**Find** | `find Keyword [More_Keywords]`
e.g., `find alice bob charlie`
**List** | `list`
**Help** | `help`
**Exit** | `exit`
-**Filter** | `/filter `
e.g., `/filter initial_application`
+**Filter** | `/filter `
e.g., `/filter Intial Application`
**Note** | `note /note `
e.g., `note 1 /note S/Pass Holder`
**Export** | `/export`
e.g., `/export`
**Import** | `import`