chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

Inconsistent naming in db/ #84

Closed DavidLarsKetch closed 6 years ago

DavidLarsKetch commented 6 years ago

Context

  1. The names of all files in db/employees & db/products should follow the ERD and make it plural.
  2. db/build-db.js, db/employees/index.js & db/products/index.js ought to reflect that change

Process

  1. Code currently works, but could be a liability for maintainability
  2. Rename, check, double check

Expected Result

More consistent naming