dboehmer / coocook

👨‍🍳🦉 Web application for collecting recipes and making food plans
https://coocook.org/
Other
11 stars 2 forks source link

Handle purchase list item when deleting meal, dish or dish ingredient #47

Closed dboehmer closed 4 years ago

dboehmer commented 6 years ago

Should the delete action be prohibited or what should be done with the purchase list item?

Caution: Not yet implemented but planned is that the purchase list item can have an offset, e.g. to get a rounded value. Example: 400g + 0.5kg = 0.9kg. An offset of +0.1kg is used to get exactly 1kg. Now if 400g is deleted 0.5kg+0.1kg remains …

moseschmiedel commented 4 years ago

very similar to #33

moseschmiedel commented 4 years ago

There should be a way for the user to interact with the offset feature of items.

moseschmiedel commented 4 years ago

Working:

Not even implemented:

moseschmiedel commented 4 years ago

TODO: implement meal deletion