harakeke-2019 / EDAMAME

EDAMAME: Enspiral Dev Academy Management of Assessment Modules Emily
1 stars 3 forks source link

Create api function to get Assessment Content #86

Closed aubreytekanawa closed 5 years ago

aubreytekanawa commented 5 years ago

Task is to take the information provided in the database on assessments and put it into state so that we can call it onto the browser. We can currently console.log the information but cant yet bring up in the browser just yet.

emilyparkes commented 5 years ago

This api should go to the api route that will receive all assessment content:

From modules: the id and title.

From assessments:
the id and title, description, link and weekday

From exercises:
the id and title.