CS3398-Mocha-Coffee / -CS3398-Mocha-F2017

0 stars 1 forks source link

Feature: converting a user inputed recipe into an inventory of ingredients required #93

Open bmf57 opened 6 years ago

bmf57 commented 6 years ago

I've just created a FindId.java that will be used to find the ID of an ingredient using the ingredient name to identify it. This way we can pass the ID along with a quantity of an inventory object to create and store that ingredient.