Commit graph

19 commits

Author SHA1 Message Date
feb8b6d0d9 added recipe link to navigation finally 2022-02-12 21:07:27 -06:00
55c42dc043 Added recipe creation 2022-02-12 20:52:57 -06:00
cdd3f36fe7 Added backend functionality for updating recipes 2022-02-12 20:20:02 -06:00
f6679194eb Updated form to be able to submit all recipe data 2022-02-12 18:36:39 -06:00
1d81ab8957 Added edit page, doesn't store changes yet 2022-02-12 02:41:03 -06:00
7ee58d18fe Added categories along w/ category autocomplete/filter 2022-02-11 23:02:48 -06:00
a6e28a64aa Added recipe page 2022-02-07 23:42:52 -06:00
f4e9e87335 Added Recipe index page w/ filter 2022-02-07 21:50:25 -06:00
2a559cb381 Added order and alternative to recipe_ingredient and created models 2022-02-07 19:10:11 -06:00
c067326af0 removed ingredient table - ingredient list can inferred rather than explicit 2022-02-07 18:49:19 -06:00
1820587580 changed quantity to float to allow for fractions and added recipe maintainer 2022-02-07 18:43:41 -06:00
d4391bd5ec Set up ingredients as separate table from recipe_ingredient - will allow for expansion into inventory tracking 2022-02-07 18:39:20 -06:00
a7bbf15408 Added initial table migrations 2022-02-07 18:33:21 -06:00
0c9b58dfae Possible colors 2022-02-07 18:11:07 -06:00
ebcb124adc updated to PHP 8 and Laravel 8 2022-02-03 23:48:06 -06:00
fafe02f4f4 Added status alerts to all pages 2020-07-27 20:36:03 -05:00
6bd3ddcfdc Added content wrappers 2020-07-27 20:30:34 -05:00
6027b4c39b Removed BBS specific branding/info 2020-07-27 19:15:58 -05:00
16757cba02 Base laravel install 2020-07-27 16:17:36 -05:00