Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a recipe to have differents versions (one by user) #197

Open
10 tasks
Yann-BUTSCHER-EIRL opened this issue Sep 1, 2024 · 1 comment
Open
10 tasks
Labels
enhancement New feature or request javascript Pull requests that update Javascript code php Pull requests that update Php code

Comments

@Yann-BUTSCHER-EIRL
Copy link
Collaborator

  • Add a button to create a new version of an existing recipe
  • This version will start with the same settings that the original recipe, in the edit page
  • It must be fully customizable, except for the name that stays the same
    • Add new ingredient
    • Remove an ingredient
    • Change the unit of an ingredient
    • Change the quantity of an ingredient
    • Change the instructions
    • Change the comment
    • Change the picture
@Yann-BUTSCHER-EIRL Yann-BUTSCHER-EIRL added enhancement New feature or request javascript Pull requests that update Javascript code php Pull requests that update Php code labels Sep 1, 2024
@LucileDT
Copy link
Owner

LucileDT commented Sep 1, 2024

@Yann-BUTSCHER-EIRL We'll need to discuss how the backend architecture will work as I'd rather not duplicate the whole recipe when creating a custom version of it, if it's not needed (for example, if there is no changes in the pic and instructions, it would be cool to not duplicate them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code php Pull requests that update Php code
Projects
None yet
Development

No branches or pull requests

2 participants