From 97c108ac79b61c243c40775fe276782389b0003a Mon Sep 17 00:00:00 2001 From: Lee Ian Ee <35843006+leeianee@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:47:03 +0800 Subject: [PATCH 1/2] Update AboutUs.md --- docs/AboutUs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AboutUs.md b/docs/AboutUs.md index e258ac3b8f2..0447529f3a5 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -34,7 +34,7 @@ We are a team based in the [School of Computing, National University of Singapor [[github](https://github.com/leeianee)] [[portfolio](team/leeianee.md)] * Role: Developer -* Responsibilities: Code Quality +* Responsibilities: `Add` command, User guide, Developer Guide ### Marcus Isaac Goh Wei Jie @@ -54,4 +54,4 @@ We are a team based in the [School of Computing, National University of Singapor [[portfolio](team/puakii.md)] * Role: Developer -* Responsibilities: `find` command, refactoring from `Person` to `Internship`, user guide and developer guide +* Responsibilities: `Find` command, refactoring from `Person` to `Internship`, user guide and developer guide From 10704acbb83526466f6b8df866ca03637246ae2e Mon Sep 17 00:00:00 2001 From: Lee Ian Ee <35843006+leeianee@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:52:51 +0800 Subject: [PATCH 2/2] Update DG and UG --- docs/DeveloperGuide.md | 6 +++--- docs/UserGuide.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 4075b26225d..a3a68b717fa 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -629,9 +629,9 @@ Similar to use case 4 except that the filtering is done by application status in 1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed. 2. Should be able to hold up to 1000 internship applications without a noticeable sluggishness in performance for typical usage. 3. A user with above average typing speed for regular English text (i.e. not code, not system admin commands) should be able to accomplish most of the tasks faster using commands than using the mouse. -4. Should be more efficient than a typical spreadsheet application. - 1. Should be easy to pick up for people who are not proficient with technology. -5. Should be able to work without any internet connection. +4. Should be more efficient than a typical spreadsheet application. +5. Should be easy to pick up for people who are not proficient with technology. +6. Should be able to work without any internet connection. ### Glossary diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 783d638cdd3..b1507417358 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -258,6 +258,7 @@ Below shows the command format used in FindMyIntern. * e.g. if `help 123` is entered, it will be interpreted as `help` +
### Commands @@ -563,6 +564,16 @@ Filters for internship applications of the specified [application status](#appli * `APPLICATION_STATUS` is case-insensitive. +
+
+ INFO +
+
+**Usage of filter command**
+filter command filter internship applications from the original list instead of the current list. +
+
+
INFO