kcal/app/Http/Controllers
Christopher Charbonneau Wells 1fbb9a7dae
Add support for meals customization (#15)
* Add meals as JSON field on User

* Change journal entry meal field to integer

* Make Quill and Draggable more modular

* Add meals routes and controller (WIP)

* Set default meals during migration

* Handle meals form

* No-op meal field migrations

This allows tests to pass easier and the migrations are not entirely
necessary anyway.

* Update factories and tests for new meals format

* Add basic meals edit test

* Update journal entry processing for new meal values

* Remove temporary migrations

* Only use default enabled meals in tests

* Add User `meals_enabled` attribute

* Ensure NULL values are removed from attributes

* Add meals data to use API response

* Set default meals on user create
2021-05-30 13:11:58 -07:00
..
Auth Add Heroku support (#12) 2021-04-06 10:05:10 -07:00
Traits Complete profile management functionality 2021-04-22 11:29:41 -07:00
Controller.php Initial commit -- Laravel base app 2020-12-21 09:46:31 -08:00
FoodController.php Add support for "oz" as a food serving unit 2021-04-20 11:51:19 -07:00
GoalController.php Handle day updates during Goal edit 2021-05-15 21:40:53 -07:00
IngredientPickerController.php Update IngredientPicker tests 2021-04-06 12:07:12 -07:00
JournalDateController.php Add ability to change goal for a date (#14) 2021-05-22 14:07:57 -07:00
JournalEntryController.php Add support for meals customization (#15) 2021-05-30 13:11:58 -07:00
MealsController.php Add support for meals customization (#15) 2021-05-30 13:11:58 -07:00
ProfileController.php Create "profile" controller and routes (WIP) 2021-04-21 16:37:10 -07:00
RecipeController.php Allow null value for recipe volume 2021-04-20 18:51:51 -07:00
UserController.php Create "profile" controller and routes (WIP) 2021-04-21 16:37:10 -07:00