olegkord / HoopHub

Node JS project for General Assembly WDI
0 stars 0 forks source link

For initial user addition, a favorite player must be found from the API to seed the array. #17

Closed olegkord closed 8 years ago

olegkord commented 8 years ago

I believe it is easiest to store player names in an array of strings. This way whenever we need to display their relevant information we can search the API with a name request.

olegkord commented 8 years ago

Issue is MOOT. Players will be stored as references. Initial seed of players has been copy/pasted via JSON and seeded into the DB.