1alyciaoliveira / JobJourney

This dynamic app showcases the implementation of React, GraphQL, and MongoDB, hosted on Heroku. It represents the successful culmination of our boot camp journey, highlighting our skills and dedication to creating impactful, practical solutions. Welcome to a new era of efficient job hunting!
https://ancient-everglades-97703-e6a603057067.herokuapp.com/
3 stars 0 forks source link

Edit Job Application is not sending Interview Field to DB #129

Closed AlexTrejo92 closed 1 year ago

AlexTrejo92 commented 1 year ago

When the user edits a JobApplication the Interview variable is not sent on the request so the indicators are not updated.

AlexTrejo92 commented 1 year ago

Edit JobApplication status field (Accepted, Rejected By Me, Interview, etc.) now updates correctly the interview boolean property for that job application. The indicators are now working and updating properly as well.