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

Single recipe view #4

Open
4 tasks
curtisbarnard opened this issue Sep 4, 2022 · 1 comment
Open
4 tasks

Single recipe view #4

curtisbarnard opened this issue Sep 4, 2022 · 1 comment
Labels
frontend MVP Higher priority for the Minimum Viable Product

Comments

@curtisbarnard
Copy link
Collaborator

No current design, but we need a view so that when you want to look at a single recipe it displays all the following:

  • Recipe Name
  • Ingredients
  • Instructions

Not critical for MVP:

  • Public/Private
@curtisbarnard curtisbarnard added frontend MVP Higher priority for the Minimum Viable Product labels Sep 4, 2022
@curtisbarnard
Copy link
Collaborator Author

curtisbarnard commented Sep 4, 2022

  • The controller for this has been created in PR Recipe controller #24
  • Please name the ejs file onerecipe.ejs
  • The variable passed into this view is called recipe
  • You will have to break the object down to use the different parts in the page. See the structure of the object per the Schema in models/Recipe.js You can also look in PR Recipe model #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend MVP Higher priority for the Minimum Viable Product
Projects
None yet
Development

No branches or pull requests

1 participant