Moerfiane / codeJobs

0 stars 1 forks source link

update job #11

Open Moerfiane opened 5 years ago

Moerfiane commented 5 years ago

As the Code Black team I need to make a job dashboard. This will dashboard will display all jobs in the database. It also requires a button that redirects to the add a job form . Submitting a new job should redirect to this dashboard. It also needs an update buttons for the current job and add a update form for the selected job.

misakichii commented 5 years ago

Completed job dashboard which includes update to job controller. added index.html, add.html, and edit.html

misakichii commented 5 years ago

Updated JobController, Job.java and edit.html. Correction to edit.html submit button pushed.

misakichii commented 5 years ago

Link for Job pull request https://github.com/fredhodgman/stlyouthjob/pull/15