Skip to content

Commit

Permalink
Merge pull request #418 from BryannYeap/branch-IncreaseSampleData
Browse files Browse the repository at this point in the history
Increase sample data to 20 applicants
  • Loading branch information
twothicc authored Nov 8, 2021
2 parents 1b685ef + 3d73842 commit 31caad5
Showing 1 changed file with 147 additions and 16 deletions.
163 changes: 147 additions & 16 deletions src/main/java/seedu/address/model/util/SampleDataUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,29 +65,160 @@ public static Person[] getSamplePersons() {
new LevelOfEducation("Bachelors"),
new Experience("3"),
getTagSet("Outstanding"),
Optional.of(new Interview("2022-10-20, 15:00")),
Optional.of(new Interview("2022-10-20, 15:25")),
Optional.of(new Notes("He would not fit the job based off his resume."))),
new Person(new Name("Irfan Ibrahim"), new Phone("92492021"),
new Email("[email protected]"),
new Role("Cashier"),
new EmploymentType("Full time"),
new ExpectedSalary("2200"),
new Person(new Name("Eobard Thawne"), new Phone("82647211"),
new Email("[email protected]"),
new Role("Quantum Physicist"),
new EmploymentType("Full Time"),
new ExpectedSalary("6000"),
new LevelOfEducation("PhD"),
new Experience("10"),
getTagSet("Fast", "Efficient"),
Optional.empty(),
Optional.of(new Notes("He is very established in his field."))),
new Person(new Name("Finn DeHuemen"), new Phone("91085282"),
new Email("[email protected]"),
new Role("Human Resource Manager"),
new EmploymentType("Full Time"),
new ExpectedSalary("3450"),
new LevelOfEducation("Bachelors"),
new Experience("3"),
getTagSet("Courageous"),
Optional.of(new Interview("2021-08-12, 12:00")),
Optional.of(new Notes("He was raised in a multiracial and multicultural family."))),
new Person(new Name("Gary Squarepants"), new Phone("91324862"),
new Email("[email protected]"),
new Role("Veterinary Technician"),
new EmploymentType("Internship"),
new ExpectedSalary("600"),
new LevelOfEducation("Masters"),
new Experience("0"),
getTagSet("Slow", "Lazy"),
Optional.of(new Interview("2021-12-25, 18:30")),
Optional.of(new Notes("He could be a good fit if he puts in the effort."))),
new Person(new Name("Harry Petter"), new Phone("88888888"),
new Email("[email protected]"),
new Role("Magician"),
new EmploymentType("Temporary"),
new ExpectedSalary("1700"),
new LevelOfEducation("High School"),
new Experience("5"),
getTagSet(),
Optional.of(new Interview("2022-01-01, 07:00")),
Optional.empty()),
new Person(new Name("Indiana Jonas"), new Phone("99356382"),
new Email("[email protected]"),
new Role("Waiter"),
new EmploymentType("Part Time"),
new ExpectedSalary("900"),
new LevelOfEducation("Elementary"),
new Experience("0"),
getTagSet(),
Optional.empty(),
Optional.of(new Notes("Not much experience is needed for the role he applied."))),
new Person(new Name("Jake Dedorg"), new Phone("81938134"),
new Email("[email protected]"),
new Role("Therapist"),
new EmploymentType("Full Time"),
new ExpectedSalary("4700"),
new LevelOfEducation("University"),
new Experience("8"),
getTagSet("Experienced"),
Optional.of(new Interview("2022-04-01, 09:40")),
Optional.of(new Notes("He does not have amazing qualifications, "
+ "but has been in the industry for a long time."))),
new Person(new Name("Kingsley Lee Wei Qiang"), new Phone("96234235"),
new Email("[email protected]"),
new Role("Social Media Marketer"),
new EmploymentType("Temporary"),
new ExpectedSalary("2900"),
new LevelOfEducation("High School"),
new Experience("4"),
getTagSet(),
Optional.of(new Interview("2022-06-28, 15:10")),
Optional.of(new Notes("He seems overconfident in his own abilities."))),
new Person(new Name("Liz Gillies"), new Phone("92427849"),
new Email("[email protected]"),
new Role("Actress"),
new EmploymentType("Full Time"),
new ExpectedSalary("5450"),
new LevelOfEducation("Bachelors"),
new Experience("6"),
getTagSet("Intense"),
Optional.of(new Interview("2021-11-05, 12:50")),
Optional.empty()),
new Person(new Name("Monica Bing"), new Phone("82412342"),
new Email("[email protected]"),
new Role("Cleaner"),
new EmploymentType("Part Time"),
new ExpectedSalary("850"),
new LevelOfEducation("Middle School"),
new Experience("4"),
getTagSet("Good"),
getTagSet("Calculative"),
Optional.empty(),
Optional.of(new Notes("She has been recently diagnosed with Obsessive Compulsive Disorder."))),
new Person(new Name("Ola Otisya"), new Phone("91742532"),
new Email("[email protected]"),
new Role("Teaching Assistant"),
new EmploymentType("Internship"),
new ExpectedSalary("2300"),
new LevelOfEducation("University"),
new Experience("2"),
getTagSet(),
Optional.of(new Interview("2021-02-28, 19:35")),
Optional.empty()),
new Person(new Name("Roy Balakrishnan"), new Phone("92624417"),
new Email("[email protected]"),
new Role("Financial Advisor"),
new EmploymentType("Part time"),
new ExpectedSalary("3600"),
new Person(new Name("Pam Halpert"), new Phone("82354282"),
new Email("[email protected]"),
new Role("Receptionist"),
new EmploymentType("Temporary"),
new ExpectedSalary("3100"),
new LevelOfEducation("Bachelors"),
new Experience("12"),
getTagSet("Pregnant"),
Optional.of(new Interview("2022-11-26, 08:00")),
Optional.of(new Notes("She might need to take maternity leave upon being hired."))),
new Person(new Name("Quincy Kru"), new Phone("91854643"),
new Email("[email protected]"),
new Role("Dietitian"),
new EmploymentType("Full Time"),
new ExpectedSalary("6600"),
new LevelOfEducation("PhD"),
new Experience("2"),
getTagSet(),
Optional.of(new Interview("2021-07-30, 17:20")),
Optional.of(new Notes("She is extremely qualified but just lacks the experience."
+ "She could be an asset to the company with under the right guidance."))),
new Person(new Name("Raze Balakrishnan"), new Phone("82452617"),
new Email("[email protected]"),
new Role("Demolition Expert"),
new EmploymentType("Temporary"),
new ExpectedSalary("4200"),
new LevelOfEducation("High School"),
new Experience("5"),
getTagSet("Normal"),
Optional.of(new Interview("2022-01-20, 15:00")),
Optional.of(new Notes("He has past leadership skills, "
+ "but do not have proper experience in this field.")))
getTagSet("Temperamental", "Rash"),
Optional.empty(),
Optional.empty()),
new Person(new Name("Shishyal"), new Phone("83423523"),
new Email("[email protected]"),
new Role("Lawyer"),
new EmploymentType("Full Time"),
new ExpectedSalary("7300"),
new LevelOfEducation("Bachelors"),
new Experience("4"),
getTagSet("Persistent", "Clever"),
Optional.of(new Interview("2022-06-06, 14:50")),
Optional.of(new Notes("He would be a good fit in the company."))),
new Person(new Name("Twasa Drim"), new Phone("91062412"),
new Email("[email protected]"),
new Role("Insurance Agent"),
new EmploymentType("Part Time"),
new ExpectedSalary("2650"),
new LevelOfEducation("Bachelors"),
new Experience("2"),
getTagSet(),
Optional.empty(),
Optional.of(new Notes("He would not fit the job based off his resume.")))
};
}

Expand Down

0 comments on commit 31caad5

Please sign in to comment.