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

Clean up models, routes and controllers of join tables that aren't being used #113

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Context

We created files for join table models, controllers, and routes. We don't need them! Let's get rid of them!

Process

Controllers

  1. Delete product_orderCtrl.js
  2. Delete employeeComputerCtrl.js
  3. Delete employeeTrianingProgramCtrl.js

Models

  1. Delete EmployeeComputersModel.js
  2. Delete EmployeeTrainingProgramsModel.js
  3. Delete ProductOrdersModel.js

Routes

  1. Delete routes/employeeComputers.js
  2. Delete routes/employeeTrainingPrograms.js
  3. Delete routes/productOrders.js

Expected Result

The files should be gooooone.