FACN1 / week3-javiasy

Repo to hold GOT actor app
https://facn1.github.io/week3-javiasy/
0 stars 2 forks source link

Need to make pure functions to extract data #19

Open m4v15 opened 7 years ago

m4v15 commented 7 years ago

need functions to extract data from the various API requests

m4v15 commented 7 years ago

As far as I understand it, we need 4 call back functions:

  1. from the book request need to extract the main characters - this can then return a list of the characters api url's to be used in the character request.
  2. from the character requests need to extract and return the actor name, to be used in the first movieDB request.
  3. From the first movieDB request need to extract and return the actor ID to be used in the second request.
  4. From the second movieDB request need to extract and return a path to create a link to a website (either to iMDB or movieDB). Can extract other things as a stretch goal (issue #18 )
m4v15 commented 7 years ago

Can split these quite evenly between the two groups and then move on as a 4 to the render functions which can probably be split well later.

jwld commented 7 years ago

doneeee