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

USER STORY: View a Recipe #11

Closed
4 tasks done
chris-townsend opened this issue Nov 9, 2022 · 0 comments
Closed
4 tasks done

USER STORY: View a Recipe #11

chris-townsend opened this issue Nov 9, 2022 · 0 comments
Assignees
Labels
2 User Story Estimate is 2 story points development Development Process should-have A should-have feature

Comments

@chris-townsend
Copy link
Owner

chris-townsend commented Nov 9, 2022

User Story:

As a user, I can view recipes, without having to sign-up to enjoy the site's content

Acceptance Criteria:

  • In the nav section there should be a heading for 'Recipes' which any user can click on to view recipes
    - When a user is logged-in, This heading should change to 'My recipes'
  • Recipes should be styled as cards displaying the title, prep time & cook time
    • When the card is clicked, it opens up the recipe on a separate page with all of the recipe content

Tasks:

  • Create a 'Recipes' tab in the navigation section of the homepage
  • Create a heading in the nav section for when a user is logged in that turns 'Recipes' into 'My recipes'
    • {% if user.is_authenticated %}
  • Create recipes landing page
  • Create basic cards to display recipe title, photo, cook time, and quantity made
    • use bootstrap to make responsive
@chris-townsend chris-townsend added should-have A should-have feature 2 User Story Estimate is 2 story points development Development Process labels Nov 9, 2022
@chris-townsend chris-townsend self-assigned this Nov 9, 2022
@chris-townsend chris-townsend moved this from Todo to In Progress in Kitchen Tales Kanban board Nov 17, 2022
Repository owner moved this from In Progress to Done in Kitchen Tales Kanban board Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 User Story Estimate is 2 story points development Development Process should-have A should-have feature
Projects
Development

No branches or pull requests

1 participant