Krenbot / body-of-cards

A playing card based random exercise generator
https://krenbot.github.io/body-of-cards/
4 stars 1 forks source link

Update exercises for each card #41

Closed pbp66 closed 2 years ago

pbp66 commented 2 years ago

Once the card img html is updated, use the Exercise class to pull the exercise that corresponds with the card (use card code?). Will need additional javascript to link the two... Update the html element with the exercise.

pbp66 commented 2 years ago

Currently in progress. Running into an issue with returning the fetched cards. Most likely an async/await issue.

pbp66 commented 2 years ago

Finished. Issue was from several missing return statements in the get methods within Exercise.