LaunchCodeEducation / skills-back-end-java

Unit 3 (Java Track) of the LC101 Curriculum, following fundamentals in Python
http://education.launchcode.org/skills-back-end-java/
Other
17 stars 31 forks source link

Assignment: TechJobs (Object-Oriented Edition) typo. #13

Closed aguy01 closed 7 years ago

aguy01 commented 7 years ago

Hi, I think new in JobController.new needs to be omitted.

image

For tasks #3-5, you'll need to mimic the code that's in place for employerId and the employers list. Once you have that stuff in place, you'll be ready to process the form in task #6. Validate the form in JobController.new, and if it's valid, create a new Job object and add it to the data layer by calling jobData.add(newJob). http://education.launchcode.org/skills-back-end-java/assignments/techjobs-oo/

chrisbay commented 7 years ago

Fixed in 64f7baf149e16c6e2700640d385bd68c60131936