TomBursch / kitchenowl

KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.
https://kitchenowl.org/
GNU Affero General Public License v3.0
1.24k stars 68 forks source link

Feature request: Move recipe to other household #426

Open crosspolar opened 6 months ago

crosspolar commented 6 months ago

What's the feature 🧐

I have a recipe in household A but want the same recipe in household B.

Extra information and references

I don't know if syncing the recipies (i.e., editing recipe in A reflects also in B) is possible, but moving recipe from A to B should be sufficient though.

TomBursch commented 5 months ago

Syncing or sharing is definitely something I want to do. Currently, the only possible way is to export the complete household in the household settings, edit the downloaded JSON file to only include the recipe you intend to share, and then import the edited JSON file into the other household.