Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Fix typos in DataModels | Tucker Evans | |
Mostly variable name fixes and type fixes. Also delete unused DataModels | |||
2019-12-02 | Fix renamed BackendServiceService | Tucker Evans | |
BackendService was created as BackendServiceService. This was renamed in all other files but not in backend.service.spec.ts. | |||
2019-12-02 | Add getRecipes to BackendService | Tucker Evans | |
2019-12-02 | Add base code for BackendService | Tucker Evans | |
2019-12-02 | Merge branch 'master' into api_json=recipe_object | Tucker Evans | |
2019-12-02 | added app routing and cook page front end | unknown | |
2019-12-02 | Add variables from backend | Tucker Evans | |
2019-12-02 | Fix Steps as array in recipe | Tucker Evans | |
2019-12-02 | Fix Ingredients as array in recipe | Tucker Evans | |
2019-11-25 | Added data models. | unknown | |
2019-09-14 | Initial commit | schencej | |