Pensano-dev / meal-plan-generator

3 stars 0 forks source link

Nb/display response in frontend #39

Closed natashabuckham closed 9 months ago

natashabuckham commented 9 months ago

Updated the controller to send the chatGPT response to the frontend. Updated generator component to display this response string. In future, we could have this display on a separate 'result page'/component. Will likely have to parse the response to extract the different cells of the table to display nicely with styling.

Note: currently the response doesn't take into account the form choices.