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 should be able to view recipe details #19

Open
Tracked by #10
StevieShibly8 opened this issue Oct 31, 2023 · 0 comments
Open
Tracked by #10

User should be able to view recipe details #19

StevieShibly8 opened this issue Oct 31, 2023 · 0 comments
Assignees
Labels
story A user story is an informal, general explanation of a software feature
Milestone

Comments

@StevieShibly8
Copy link
Collaborator

StevieShibly8 commented Oct 31, 2023

  • User should be able to click on the recipe name from the searched list of recipes
    • User should be redirected to the recipe details page for that recipe
    • The recipe details page should display all the information related to the recipe including recipe name, list of ingredients, steps to prepare with detailed instructions, cook and prep time etc.
@StevieShibly8 StevieShibly8 added the story A user story is an informal, general explanation of a software feature label Nov 2, 2023
@StevieShibly8 StevieShibly8 added this to the Beta release milestone Nov 2, 2023
@StevieShibly8 StevieShibly8 self-assigned this Nov 19, 2023
StevieShibly8 added a commit that referenced this issue Nov 19, 2023
- gh-31: Add /api/ route to api calls
- Add recipe component
- Add recipe controller that gets recipe data from the database
- Add Recipe and Ingredient data classes
- Add DbSet for Recipe and Ingredient classes to ApplicationDbContext
- Add RecipeService and HttpClientService
- Move FridgeService to client/src/services/fridge

gh-19

Co-authored-by: Syed Zaidi <26808641+zaidi-01@users.noreply.github.com>
zaidi-01 added a commit that referenced this issue Nov 19, 2023
- gh-31: Add /api/ route to api calls
- Add recipe component
- Add recipe controller that gets recipe data from the database
- Add Recipe and Ingredient data classes
- Add DbSet for Recipe and Ingredient classes to ApplicationDbContext
- Add RecipeService and HttpClientService
- Move FridgeService to client/src/services/fridge

gh-19

Co-authored-by: Syed Zaidi <26808641+zaidi-01@users.noreply.github.com>
StevieShibly8 added a commit that referenced this issue Nov 20, 2023
- Add route to recipe view from recipe list
- Add '/id' to recipe view route
- Remove 'Recipe Details' button from nav-menu
- Rename GetDetails to GetRecipe in RecipeController

gh-19
StevieShibly8 added a commit that referenced this issue Nov 20, 2023
* feat: implement recipe view

- Add route to recipe view from recipe list
- Add '/id' to recipe view route
- Remove 'Recipe Details' button from nav-menu
- Rename GetDetails to GetRecipe in RecipeController

gh-19

* chore: update angular configuration

- Replace browserTarget with buildTarget
- Remove defaultProject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story A user story is an informal, general explanation of a software feature
Projects
None yet
Development

No branches or pull requests

1 participant