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 my liked recipes #39

Closed
3 tasks done
chris-townsend opened this issue Nov 14, 2022 · 0 comments
Closed
3 tasks done

USER STORY: View my liked recipes #39

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

Comments

@chris-townsend
Copy link
Owner

chris-townsend commented Nov 14, 2022

User Story:

As a Logged-in user I can view my liked recipes so that I can return to them easily

Acceptance Criteria:

  • A user has to create an account to receive their own favorites list
  • A user must be logged in to see a 'favorites' or 'My liked Recipes' tab
  • A recipe should be added to a user's starred recipes list after a user clicks the like button on a recipe detail page
    • if authenticated
  • A user should receive an alert when they have liked a recipe stating it can be found in their Saved-Recipes.
  • When a user unlike's a recipe, it should be removed from their favorite's list and they should receive an alert stating the recipe has been removed.

Related User Stories:

#12 - View most liked recipes

Tasks:

  • Create a 'favorites' or 'My liked Recipes' tab in the navigation bar for when a user is logged in
  • Create a favorite recipe view that filters only recipes the user has liked or rated
  • Use get_queryset to filter the queryset with only user favorited recipes
  • Create template to view a users liked recipes

@chris-townsend chris-townsend added should-have A should-have feature 2 User Story Estimate is 2 story points labels Nov 14, 2022
@chris-townsend chris-townsend added this to the EPIC: User Recipes milestone Nov 14, 2022
@chris-townsend chris-townsend self-assigned this Nov 14, 2022
@chris-townsend chris-townsend moved this from Todo to In Progress in Kitchen Tales Kanban board Nov 18, 2022
Repository owner moved this from In Progress to Done in Kitchen Tales Kanban board Nov 30, 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 should-have A should-have feature
Projects
Development

No branches or pull requests

1 participant