Skip to content

Commit

Permalink
Merge pull request #225 from ashleygoh1/v1.4-ug2
Browse files Browse the repository at this point in the history
update ug example
  • Loading branch information
ashleygoh1 authored Apr 15, 2024
2 parents 0449c3d + aebb213 commit 985ee08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,11 @@ 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/[email protected] a/311, Clementi Ave 2 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/[email protected] 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`
<br> This internship application will be added in InternHub successfully.

Example of incorrect format: `add c/Happy Burger p/98765432 e/[email protected] a/311, Clementi Ave 2 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/[email protected] 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`**

<br> An error message _"Multiple values specified for the following single-valued field(s): n/"_ will be shown on the result display box.

</box>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 985ee08

Please sign in to comment.