Chef Finley
This is a web based online order experience. By connecting different apps through API keys, it generates a chain of fun events.

The Logic Chain

Triggered by the button, the journey statrs. The key moment of this proecess is using area information as trigger. By identifing the area information of the dish, Chef Finley could provide users with the news published in that country.
Debugging
01 Appending Text Error


02 Appending Video Error


Correct version

In the console I didn’t find the name of the array, hence by phrasing the code into data[0].text, the problem is solved.
It is fixed by using the split function to get the correct format of url in the array.
02–03–2023