mirror of https://github.com/kcal-app/kcal.git
* 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 |
||
---|---|---|
.. | ||
2014_10_12_000000_create_users_table.php | ||
2014_10_12_100000_create_password_resets_table.php | ||
2019_08_19_000000_create_failed_jobs_table.php | ||
2020_12_21_214128_create_foods_table.php | ||
2020_12_21_215932_create_recipes_table.php | ||
2020_12_22_051133_create_recipe_steps_table.php | ||
2020_12_31_180016_create_journal_entries_table.php | ||
2021_01_01_170724_create_journalables_table.php | ||
2021_01_22_212856_create_ingredient_amounts_table.php | ||
2021_01_23_191532_create_tag_tables.php | ||
2021_02_13_052427_create_goals_table.php | ||
2021_03_11_193303_create_media_table.php | ||
2021_03_26_052715_create_recipe_separators_table.php | ||
2021_05_15_082223_create_journal_dates_table.php |