Allow creating food items from shopping list #3602
Replies: 2 comments 2 replies
-
Hey @koelle25, I think this is perfectly reasonable. It's not something I've looked into so I can't speak to whether there's any technical limitation for why it is as it is. That said, if this is to be implemented it should be done in the same way as the creation works on the recipe editor page, as seen here.. (I guess what's not clear in the gif is me pressing enter to create the food, as the prompt advises) |
Beta Was this translation helpful? Give feedback.
-
See: #3603 I've been meaning to address a different, though similar feature on the shopping list regarding labels, so I added both in this PR |
Beta Was this translation helpful? Give feedback.
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
When adding an item to a shopping list and enabling the "Food" option, it is only possible to choose from already existing foods. If the wanted item is not existing it has to be created first, which pulls you out of the shopping list again.
Creating foods is currently really cumbersome and needs the user to:
Afterwards:
Please provide a concise description of the feature that would resolve your issue.
When typing the wanted and not existing food item in the field, e.g.:
It should be possible to instantly create this food item on the fly. One idea would be to have a little "+" button like in this interface I built for another application:
Clicking on this results in a popup like this:
After creating the item it is added to the list and automatically selected:
Please consider and list out some caveats or tradeoffs made in your design decision
The only thing coming to my mind right now is that users could unintentionally create duplicates. This could either be prevented or just being permitted, as the data management page allows merging food items in such cases.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions