issues
search
knees4bees
/
whats-cookin
Online cookbook for casual chefs with search, filter, and favoriting functionality; lightweight meal planning; and tracking of pantry contents with recipe requirements to render missing ingredients.
https://what-the-fork-is-for-dinner.netlify.app
0
stars
1
forks
source link
Fix/refactor recipe repository
#31
Closed
m1073496
closed
3 years ago
m1073496
commented
3 years ago
---> ((are you in the right branch??))
What does this PR do?
Separates out DOM search from data manipulation in scripts.js file
Builds out RecipeRepository class to include reusable functions for filtering/searching recipes
Creates recipe instances on page load that are then passed into a new RecipeRepository instance
Fix: Adds one line that was removed in previous merge that was blocking Recipe Detail view from displaying
How should it be tested?
Reviewer can double check that search/filter functionality still works appropriately
---> ((are you in the right branch??))
What does this PR do?
How should it be tested?