From a5f690882a9f4baef0a57915f616675be92b02fa Mon Sep 17 00:00:00 2001 From: Ashley <> Date: Mon, 15 Apr 2024 19:43:23 +0800 Subject: [PATCH 1/2] update ug example --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 8d306737239..5b31a0df74a 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -284,10 +284,10 @@ Add a new internship application into InternHub. All fields are unable to handle multiple inputs. -Example of correct format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe` +Example of correct format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 S(123456) t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe, tech team lead is Alex Yeoh`
This internship application will be added in InternHub successfully. -Example of incorrect format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe `**`n/Company has 500 employee`** +Example of incorrect format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 S(123456) t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe, tech team lead is Alex Yeoh `**`n/Company has 500 employee`**
An error message _"Multiple values specified for the following single-valued field(s): n/"_ will be shown on the result display box. From 6b26dd4e18f02f3752ea3f0291056c1964836872 Mon Sep 17 00:00:00 2001 From: Ashley <> Date: Mon, 15 Apr 2024 19:49:49 +0800 Subject: [PATCH 2/2] update index.md and UserGuide.md --- docs/UserGuide.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 5b31a0df74a..30eee92b963 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -287,7 +287,7 @@ All fields are unable to handle multiple inputs. Example of correct format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 S(123456) t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe, tech team lead is Alex Yeoh`
This internship application will be added in InternHub successfully. -Example of incorrect format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 S(123456) t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe, tech team lead is Alex Yeoh `**`n/Company has 500 employee`** +Example of incorrect format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 S(123456) t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe, tech team lead is Alex Yeoh `**`n/Company has 500 employee`**
An error message _"Multiple values specified for the following single-valued field(s): n/"_ will be shown on the result display box. diff --git a/docs/index.md b/docs/index.md index 0b9cce86a6b..e22ca7d70f9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ ![Ui](images/Ui.png) -**InternHub is a desktop application for managing your contact details.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). +**InternHub is a desktop application for managing your internship applications.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). * If you are interested in using InternHub, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). * If you are interested about developing InternHub, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.