zbigniewzolnierowicz / rust-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow other users to recommend changes to the recipe

zbigniewzolnierowicz opened this issue · comments

We want to allow users to share recommendations for recipes. For example:

From the perspective of a change suggester:

  1. I am a user who is a vegan
  2. I stumble upon a recipe for something non-vegan
  3. I notice the recipe can be made vegan by changing some ingredients and adjusting the steps.
  4. I submit the changes as a suggestion, with a comment noting what the change does (makes the recipe vegan)
  5. The suggestion is now listed

From the perspective of the user:

  1. I open a recipe
  2. I see that it has a suggestion for it
  3. I open the suggestions list and see the suggestion to make the recipe vegan
  4. I click on the suggestion which opens a temporary view with the changes from the suggestion

Considerations for later

  • Bookmarking the suggestion (when we implement bookmarks)
  • Comments on suggestion (when we implement comments)