ga-wdi-exercises / wdi_radio_lab

[rails,angular]
https://ga-wdi-exercises.github.io/wdi_radio_lab
3 stars 196 forks source link

Charles Cox (wdi radio lab) #248

Open cwcox opened 6 years ago

cwcox commented 6 years ago

completeness: 5 without bonus (working on them) comfort: 3 -can use the class notes and work with others to get things working but its still very unclear what all the necessary pieces are and how they fit together. Doing this lab helped. I hope that the HW will help also and I will review the class notes and other resources before the checkpoint

https://github.com/cwcox/wdi-radio-client

https://github.com/cwcox/wdi-radio-server

cwcox commented 6 years ago

I have now (attempted) to add CRUD functions for all songs. I am having trouble with create and update. Receiving a 422 error when I attempt to submit form.

Right now it feels like I am justing the lessons as a template, changing the names (grumblesIndex -> songsIndex) but not actually understanding why or what components are needed to make this work. Will keep reviewing the lessons and reading docs. May try a tutorial from a different source to get a different perspective.