forked from nus-cs2103-AY2425S1/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.
Update Code for Github Release for v1.3
Updated the name and release version. There was an issue with the sample data. Hence, updated it.
- Loading branch information
1 parent
8809f95
commit 3f3d271
Showing
3 changed files
with
4 additions
and
4 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
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
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 |
---|---|---|
|
@@ -38,14 +38,14 @@ public static Person[] getSamplePersons() { | |
new Person(new Name("Bernice Yu"), new Phone("99272758"), new Email("[email protected]"), | ||
new Address("Blk 30 Lorong 3 Serangoon Gardens, #07-18"), | ||
new DesiredRole("Data Analyst"), | ||
new Skills("JavaScript, HTML"), | ||
new Skills("JavaScript"), | ||
new Experience("Intern at NTU"), | ||
new Status("Hired"), EMPTY_NOTE, | ||
getTagSet("colleagues", "friends")), | ||
new Person(new Name("Charlotte Oliveiro"), new Phone("93210283"), new Email("[email protected]"), | ||
new Address("Blk 11 Ang Mo Kio Street 74, #11-04"), | ||
new DesiredRole("Project Manager"), | ||
new Skills("C++, C#"), | ||
new Skills("C"), | ||
new Experience("Intern at SIM"), | ||
new Status("Rejected"), EMPTY_NOTE, | ||
getTagSet("neighbours")), | ||
|