jhachtel / AMIS3610-Group-Project

0 stars 0 forks source link

Connect Gear service to API #44

Closed jhachtel closed 5 years ago

jhachtel commented 5 years ago

Angular does not pull from API. Make it do so.

jhachtel commented 5 years ago

New migration and database update

jhachtel commented 5 years ago

Ditching the Angular book code and going with the heroes code instead. Will need to modify it heavily, but it already incorporates http.

jhachtel commented 5 years ago

Angular tests are failing and the reasons don't make much sense to me. Opening an issue.

jhachtel commented 5 years ago

Can pull all gear, but not a specific one, and dashboard get() fails.

Going to bed.

jhachtel commented 5 years ago

Angular fails to compile. Stopping to work on that instead.

jhachtel commented 5 years ago

I'm beginning to think we should change "gear" to item. The plural of gear is gear. I might be causing conflicts. Perhaps, "Item" and "Items"?

jhachtel commented 5 years ago

Gear changed to Item/Items. Api connecting successfully.