Skip to content

Comments

Recipes Page for Go Mod Fix#535

Draft
TylerMetz wants to merge 15 commits intoGMF-ReconnectFrontendfrom
GMF-Recipes
Draft

Recipes Page for Go Mod Fix#535
TylerMetz wants to merge 15 commits intoGMF-ReconnectFrontendfrom
GMF-Recipes

Conversation

@TylerMetz
Copy link
Owner

Describe your changes

You can now get recipes based on user. Holy crap!

Issue ticket number and link

JOIN dbo.recommended_recipes_pantry_items rrp ON rr.UserName = rrp.UserName AND rr.RecipeID = rrp.RecipeID
LEFT JOIN dbo.recommended_recipes_sale_items rrs ON r.RecipeID = rrp.RecipeID AND r.UserName = rrs.UserName
WHERE rr.UserName = @UserName
GROUP BY r.RecipeID, r.Title, r.Ingredients, r.Instructions, r.UserName
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dude! This is sick! Great work. Looks great to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants