提交历史

作者 SHA1 备注 提交日期
  Lee Morgan 92dbec454b Add a basic neural network to predict a single ingredient and display it in the console. 5 年之前
  Lee Morgan 80807cbb1c Update recipeData.js to handle new bottle data structure. 5 年之前
  Lee Morgan 47a8f82be8 Change backend to hold the bottle count in quantity for ingredients rather than the base unit. 5 年之前
  Lee Morgan 02de58e777 Bug fix: recipes were not being properly added to the merchant. The format was wrong. 5 年之前
  Lee Morgan 00f4a5a672 Fixed an innocuous error message in the analytics strand. 5 年之前
  Lee Morgan 163ea1cfdc Update all backend catches to display just the first error message, no matter how many there are. 5 年之前
  Lee Morgan f193bb5c47 Update errors for transaction model. 5 年之前
  Lee Morgan bf8bc718bb Merge branch 'customValidation' into development 5 年之前
  Lee Morgan a34beb6b29 Update recipeData.js to use mongoose validation. 5 年之前
  Lee Morgan 395fee9589 Fix bug in the creation of the spreadsheet template for recipes. 5 年之前
  Lee Morgan 9ad26a7d10 Change the format for recipes spreadsheet download for only adding new recipes. 5 年之前
  Lee Morgan 0c7ef9446a Add ability to download a template spreadsheet for uploading ingredients. 5 年之前
  Lee Morgan b581625e1f Add ability to download a spreadsheet template for an order. 5 年之前
  Lee Morgan 11ce59706b Add link to modal for downloading a spreadsheet template. 5 年之前
  Lee Morgan 39f631891f Uploading a spreadsheet now updates orders. 5 年之前
  Lee Morgan fd75535846 Add frontend/backend code so that orders are transmitted to the back. 5 年之前
  Lee Morgan 8432235631 Add ability to upload recipes through a spreadsheet. 5 年之前
  Lee Morgan c887a150e6 Saving changes until I get feeback on the spreadsheet layout 5 年之前
  Lee Morgan 4395357fc9 Create the frontend to submit the recipes file. 5 年之前
  Lee Morgan 9cad19b6cd Split up spreadsheet submission to each individual section. 5 年之前
  Lee Morgan b9ef221c43 Bug fix: server was trying to send circular data in json. 5 年之前
  Lee Morgan b2349b7f5f Reorganize code to handle all data in one file. 5 年之前
  Lee Morgan 631492f2b5 Add banners to the password reset page. 5 年之前
  Lee Morgan f7ecdff37d Remove extra response from backend when deleting recipes. 5 年之前
  Lee Morgan fd85ea1d32 Update promises in the updating of clover recipes. Fix bug in frontend updating of recipes 5 年之前
  Lee Morgan cddf62612c Move backend recipe deletion to recipeData.js. Update function to delete recipe from the database completely. 5 年之前
  Lee Morgan 9139ac3f57 Create sidebar for updating recipes. Improve everything to be in working order 5 年之前
  Lee Morgan 2a0c06d2da Fixed updating of recipes for square to a working state 6 年之前
  Lee Morgan 03450e33f5 Build backend for updating square user's recipes. There is still a bug where they don't match up with the local merchants recipes because I am comparing the wrong ids. I need to populate the merchants recipes. 6 年之前
  Lee Morgan 9d9a4c1217 Update all for/in loops to standard for loops for performance 6 年之前