hridesh-net / placement_cell

0 stars 5 forks source link

update files #26

Closed paras-2407 closed 2 months ago

paras-2407 commented 2 months ago

Updated the GET API key in applicantprofileView view as it was not giving the profile from the name as the name was present in another applicant json file nested in the data list json. Refer to the image below for the visualization: Here, in the image we have applicant as a OnetoOneField key to appllicantprofile, so I was unable to directly get the fields of the applicant from the previous code, so updated it and made it in working condition as of our requirements.

image

Also updated JobView GET API as there were some changes in the fields which are responsible for data get.

The issue in both these GET APIs were same so fixed them.