DeeJaeMann / careercompass

MIT License
0 stars 0 forks source link

ONet API Job Overview Query - Short Description #38

Closed DeeJaeMann closed 6 months ago

DeeJaeMann commented 6 months ago

SubTask of User Story 07

This ticket should address the ONet API Call to get the job overview from the ONet code

This will require the onet_app

A Model not included in the original DB Diagram will be needed

Table: Details Fields:

NOTE: This will be added to the diagram and updated later

This was a design alteration due to the API information having more data which I would like to add to the 'job details' page

DeeJaeMann commented 6 months ago

Model created and passed test_028 test_028

DeeJaeMann commented 6 months ago

Integrated ONet API call for occupation overview details after OpenAI call.

This decision was made to immediately populate the details data once the API has the OpenAI response. The details description will be displayed with the list of occupations on the front end.

DeeJaeMann commented 6 months ago

test_029