Age | Commit message (Expand) | Author |
---|---|---|
2019-12-10 | Fix intructions -> intruction for backend json | Tucker Evans |
2019-12-09 | Fix ingredient unit type to be same across frontend & backend | Tucker Evans |
2019-12-02 | Fix remove Num from Step struct | Tucker Evans |
2019-12-02 | Fix changes json encoding to match frontend | Tucker Evans |
2019-11-12 | Add update functionality to API | Tucker Evans |
2019-11-12 | Add transactions to Insert sql statement | Tucker Evans |
2019-11-12 | Add id to ingredients so we can delete unused on update | Tucker Evans |
2019-11-12 | Fix change QueryRow to Exec for ingredient/step inserts | Tucker Evans |
2019-11-10 | Add create recipe functionality | Tucker Evans |
2019-11-10 | Fix RecipeFromId expects only one row from database | Tucker Evans |
2019-11-10 | Fix MakeRecipeFromId | Tucker Evans |
2019-11-09 | Add make Recipe w/ id & database connection | Tucker Evans |
2019-11-09 | Add Recipe Type (w/ subtypes Ingredients & Steps) | Tucker Evans |