Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-11 | Fix use passService for recipe to edit | Tucker Evans | |
2019-12-11 | Add routing and imports for shopping cart | Chris Undercoffer | |
2019-12-11 | Merge pull request #24 from tuckerevans/ingredient_add | chrisundercoffer | |
Fix adding ingredients | |||
2019-12-11 | Merge pull request #23 from tuckerevans/shoppingcart | Tucker Evans | |
Shopping Cart base functionality added. | |||
2019-12-11 | Fix units form control name | Tucker Evans | |
2019-12-11 | Fix adding ingredients | Tucker Evans | |
Ingredients form array is now indexed based on for loop, not just set to 0. | |||
2019-12-11 | add shoppingcart base functionality | Chris Undercoffer | |
can add items but not remove, not able to print list yet | |||
2019-12-10 | Fix add AddRecipeComponent to imports | Tucker Evans | |
This must have been missed during a merge conflict. | |||
2019-12-10 | Merge branch 'master' into elim | Tucker Evans | |
2019-12-10 | Fix removes testing value for timeLeft on step-card | Tucker Evans | |
2019-12-10 | Revert steps.instructions -> step.instruction | Tucker Evans | |
For compatibility with backend JSON. | |||
2019-12-10 | fixed recipe pass service | schencej | |
2019-12-10 | added ingredient scaling and styling to pre cook page | schencej | |
2019-12-10 | added funcitonality to cook-page | schencej | |
2019-12-10 | Merge branch 'master' into top_bar | schencej | |
2019-12-10 | Merge pull request #20 from tuckerevans/edit-page | schencej | |
Add edit-recipe form/page | |||
2019-12-10 | Merge pull request #18 from tuckerevans/add_page | schencej | |
Add page now redirects on submission | |||
2019-12-10 | Add edit-recipe form/page | Tucker Evans | |
Mostly copied from add recipe page. Updates recipe successfully, but doesn't pull ingredients/steps into form, and doesn't use pass service to get recipe. | |||
2019-12-10 | Fix blank tags/photos not added to Recipe | Tucker Evans | |
2019-12-10 | Add toolbar to main app template | Tucker Evans | |
2019-12-09 | Merge pull request #19 from tuckerevans/elim | Tucker Evans | |
Elim | |||
2019-12-09 | Fix array indexing of formData.steps | Tucker Evans | |
2019-12-09 | Add routing to main page after sumbitting | Tucker Evans | |
2019-12-09 | Merge branch 'master' of https://github.com/tuckerevans/recipe_buddy into elim | schencej | |
2019-12-09 | added pre cooking page | schencej | |
2019-12-09 | added additional functionality to cook page | schencej | |
2019-12-09 | made all data model member variables public | schencej | |
2019-12-09 | Merge branch 'master' into shoppingcart | Chris Undercoffer | |
2019-12-08 | added recipePass service | schencej | |
2019-12-08 | Fix remove accessing private values of Recipe/Ingredient/Step | Tucker Evans | |
2019-12-08 | Add recipe is now sent to backend from add form | Tucker Evans | |
2019-12-08 | Add basic input validation to add recipe form | Tucker Evans | |
Validates: Name is required, Timer/Cook Time are digits, Amount/Servings are numbers (digits with optional decimal point). | |||
2019-12-08 | Add add recipe form requires a recipe name before submitting | Tucker Evans | |
2019-12-08 | Fix UI of add form | Tucker Evans | |
Moves Add/Delete buttons around Puts Ingredient/Step parts together Changes Submit button look Removes JSON preview of form value object | |||
2019-12-08 | Add removing Ingredients/Steps from add form | Tucker Evans | |
2019-12-08 | Fix set non-submit buttons type to "button" | Tucker Evans | |
This stops these buttons from triggering the submit action. | |||
2019-12-08 | Fix constructors for Step and Recipe data models | Tucker Evans | |
2019-12-08 | Add convert form data to Recipe Object | Tucker Evans | |
2019-12-08 | Add instruction for lists in form | Tucker Evans | |
The keyword and photos input now have a placeholder instructing the user to separate inputs with commas. | |||
2019-12-08 | Add submit button to form | Tucker Evans | |
2019-12-08 | Add material look to Add Recipe form | Tucker Evans | |
2019-12-08 | Add basic form for adding a recipe | Tucker Evans | |
2019-12-08 | Add base for add-recipe component | Tucker Evans | |
Just changes done by `ng g component add-recipe` | |||
2019-12-07 | Add base component for shopping cart | Chris Undercoffer | |
2019-12-02 | Add deleteRecipe to backend service | Tucker Evans | |
2019-12-02 | Add updateRecipe to backend | Tucker Evans | |
2019-12-02 | Add createRecipe to backend service | Tucker Evans | |
2019-12-02 | Add getRecipe to backend service | Tucker Evans | |
2019-12-02 | Update angular dependencies | Tucker Evans | |
2019-12-02 | Fix typos in DataModels | Tucker Evans | |
Mostly variable name fixes and type fixes. Also delete unused DataModels |