daniel-melanson / cookbookie

Recipe saving, searching, and scheduling.
1 stars 0 forks source link

Allow users to save recipes #15

Open daniel-melanson opened 1 year ago

daniel-melanson commented 1 year ago

Describe the solution you'd like as a user story As a user, I want to add recipes to my saved recipes so that I can go back to it later.

As a user, I want to remove recipes from my saved, so that I have control over my lists. I want a Snackbar button to show up in the event it was a mistake.

Definition of Done

Additional context Working with database-level connections and default recipe views. Viewing the entire list is a separate issue.