forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from ashleygoh1/v1.4-ug2
update ug example
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters