dominicberinato / cibo_system

0 stars 0 forks source link

A chef should be able to build cocktails #81

Open zacck-zz opened 7 years ago

zacck-zz commented 7 years ago

Expected behavior and actual behavior.

Using ingredients/batches that have been entered into the system plus the beverages loaded a chef should be able to build a cocktail of a drink

Steps to reproduce the problem.

Specifications like the version of the project, operating system, or hardware.

zacck-zz commented 7 years ago

@dominicberinato @vswart Just running through the pre work for the meeting later on today and I realized. I hadn't asked a rather urgent question. While the contract requests functionality to build cocktails. The details to be recorded for a cocktail haven't been provided except that a cocktail is linked to a beverage and an ingredient

dominicberinato commented 7 years ago

Hi zacck

Cocktails should run alongside food as one should be able to use food ingredients in cocktails. E.g. eggs or coffee. Same as some beverage ingredients are needed for food recipes e.g. brandy, red wine.

So a cocktail or beverage recipe item just needs to be assigned to a different category, but should be able to pull from the same list of batches and ingredients as food items.

Does that make sense?

On 8 Aug 2017 13:42, "Zacck Osiemo" notifications@github.com wrote:

@dominicberinato https://github.com/dominicberinato @vswart https://github.com/vswart Just running through the pre work for the meeting later on today and I realized. I hadn't asked a rather urgent question. While the contract requests functionality to build cocktails. The details to be recorded for a cocktail haven't been provided except that a cocktail is linked to a beverage and an ingredient

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zacck/cibo_system/issues/81#issuecomment-320944183, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab_exJhcyAwR_1mknI9FzHaOAloGdKALks5sWFevgaJpZM4OozbV .

zacck-zz commented 7 years ago

@dominicberinato That makes sense! However see for an ingredient we record these details: name, brand, allergesn ... e.t.c These kinds of details to record for a cocktail aren't provided

dominicberinato commented 7 years ago

This is fine because other allergens will be recorded for beverages at the ingredient level such as alcohol, sulphide's, gluten. So a beverage ingredient must be treated the same way as a food ingredient, it must just be categorised as a beverage.

Then when it comes to the menu items for beverages other than cocktails:

Recipe = glass of nederburg Barrone (red wine) = batch (below) + cocktail nibbles recipe Batch = 250ml of nederburg Barrone Ingredient = 750ml bottle of nederburg Barrone

If that makes sense?

On 8 Aug 2017 13:47, "Zacck Osiemo" notifications@github.com wrote:

@dominicberinato https://github.com/dominicberinato That makes sense! However see for an ingredient we record these details: name, brand, allergesn ... e.t.c These kinds of details to record for a cocktail aren't provided

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zacck/cibo_system/issues/81#issuecomment-320945287, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab_exO4Q0qLoq6ZecAoqRAZu2qbibp3Pks5sWFjEgaJpZM4OozbV .

zacck-zz commented 7 years ago

I think I will call with my question

zacck-zz commented 7 years ago

@dominicberinato did @vswart clarify my question in regards to this ?

dominicberinato commented 7 years ago

Yes he did.

Beverages must be very similar to food ingredients. The differences are:

  1. Beverages need an option of unit measurement = the actual measurement of the individual bottle or can e.g. bottle of beefeater gin is 700ml
  2. Beverages need an option of pack size measurement (just like food) e.g. beefeater is purchased in boxes of 6 units
  3. Beverages such as spirits won't require an expiration date, but this should just be a matter of ticking a box that states N/A

I hope that clears everything up? Not a lot of difference between the ingredient level capturing of a beverage vs food item

Warm regards

Dom

On 9 Aug 2017 03:28, "Zacck Osiemo" notifications@github.com wrote:

@dominicberinato https://github.com/dominicberinato did @vswart https://github.com/vswart clarify my question in regards to this ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zacck/cibo_system/issues/81#issuecomment-321134801, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab_exE-nUv59lH5k8IvtSpWZ5zjXC0lbks5sWRlHgaJpZM4OozbV .

zacck-zz commented 7 years ago

Thank you for this information I will proceed with the additional fields as listed