develop-me / bagajob

Job Hunting Management App built by Develop Me students for Develop Me students.
https://bagajob.developme.space
GNU Affero General Public License v3.0
1 stars 2 forks source link

Viewing job details after adding them doesn't work #57

Closed nosvalds closed 4 years ago

nosvalds commented 4 years ago

Describe the bug Clicking on the link of a specific job from the mainpage to view details about a job leads to a fatal error.

Expected behavior I believe we should be taken to the Job form modal to be able to view/add/update information on the Job

Screenshots

Screen Shot 2020-09-30 at 10 36 13 AM image

Desktop (please complete the following information):

Additional context It looks like the Client is trying to use the GET https://bagajob-api.developme.space/api/user/1/jobs route and then access jobs.interviews and jobs.application_notes. However the frontend must use the GET https://bagajob-api.developme.space/api/user/1/job/{job id} route to get that detailed information.