Is your feature request related to a problem? Please describe.
Even when logged in, you can only save ingredients.
However, when buying or cooking later, a feature to actually also save the recipes would be great.
Describe the solution you'd like
Maybe just as a star icon somewhere near the header or so? So it can be saved.
Describe alternatives you've considered
Save ingredients always, which also shows the recipe/a link to it. However, that is inconvenient, as this obviously requires to have all recipes in your shopping list – you likely do not want this for your favorites. 🙃
Additional context
- BTW, all these features, including the already implemented ingredient saving, would have been possible to implement in the browser only (local storage etc.) if no sync is needed across devices. There is no technical reason to force a sign-up/account/login.
- Even further, it could be implemented in a "progressive enhancement" (=combined) way aka while still allowing accounts for sync, one could possibly also allow not-logged in user.s to create such a saved state locally Some care has to be taken for transitions (aka e.g. when you have an "anonymous" user that then logs in, they may want to be asked which list/data to keep, respectively, whether to merge the shopping lists etc.)
Is your feature request related to a problem? Please describe.
Even when logged in, you can only save ingredients.
However, when buying or cooking later, a feature to actually also save the recipes would be great.
Describe the solution you'd like
Maybe just as a star icon somewhere near the header or so? So it can be saved.
Describe alternatives you've considered
Save ingredients always, which also shows the recipe/a link to it. However, that is inconvenient, as this obviously requires to have all recipes in your shopping list – you likely do not want this for your favorites. 🙃
Additional context