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

refactor employee faker data #37

Closed kenziebottoms closed 6 years ago

kenziebottoms commented 6 years ago

Context

I want a jefe function that generates all the things in order a la


const generateFakerJSON = () => {
  const fakerDataAmount = {
    customerAmount: 25,
    orderAmount: 35,
    productAmount: 45,
    productTypesAmount: 10,
    maxProductsOnOrder: 5
  };
  ...
}

Associated Product Ticket

20 #29

Expected Result

harder (impossible) to call things out of turn