Commit Graph

392 Commits

Author SHA1 Message Date
Christopher C. Wells 86b61dba30 Handle day updates during Goal edit 2021-05-15 21:40:53 -07:00
Christopher C. Wells 2ba441dd08 Add a basic Goal show page 2021-05-15 21:40:53 -07:00
Christopher C. Wells 433c884e1e Make goals table more responsive 2021-05-15 21:40:53 -07:00
Christopher C. Wells 721c5baa2c Add days to Goal index view 2021-05-15 21:40:53 -07:00
Christopher C. Wells 77b06c62b1 Add formatted days attribute to Goal 2021-05-15 21:40:53 -07:00
Christopher C. Wells b21f483af2 Update Goals tests 2021-05-15 21:40:53 -07:00
Christopher C. Wells 6bb2439378 Reset migrations
The extensive migration of the goals table caused unhappiness for sqlite.
2021-05-15 21:40:53 -07:00
Christopher C. Wells 6a93254781 Tweak factory and seeder for goal changes 2021-05-15 21:40:53 -07:00
Christopher C. Wells dc4d7987e8 Create JournalDate model for setting per-date goals 2021-05-15 21:40:53 -07:00
Christopher C. Wells 91fd85ef83 Add date goal handling for user journal 2021-05-15 21:40:53 -07:00
Christopher C. Wells 153611e66d Remove Goal `from` and `to` attributes 2021-05-15 21:40:53 -07:00
Christopher C. Wells 3ae6c6ef13 Add remaining fields for Goal edit form 2021-05-15 21:40:53 -07:00
Christopher C. Wells 15762790a5 Remove old structures from Goals edit template (WIP) 2021-05-15 21:40:53 -07:00
Christopher C. Wells 45ce469cdf Update basic Goals index 2021-05-15 21:40:53 -07:00
Christopher C. Wells 22a80400db Refactor Goal model 2021-05-15 21:40:53 -07:00
Christopher C. Wells 0bfba72f72 Fix some README issues 2021-04-24 14:19:44 -07:00
Christopher C. Wells 91661b8f5c Only include necessary files in docker image 2021-04-24 14:07:08 -07:00
Christopher C. Wells 8b26bdf323 Add Docker information to README 2021-04-24 13:58:55 -07:00
Christopher C. Wells d0b3b50e04 Remove TOC
GitHub provides a decent TOC interface natively and the anchors provided here
do not work outside GitHub anyway.
2021-04-24 13:52:42 -07:00
Christopher C. Wells 72381857e3 Add Media Library deps to Dockerfile 2021-04-24 09:40:43 -07:00
Christopher C. Wells bed6025a76 Correct default `MEDIA_DISK` setting 2021-04-24 09:29:38 -07:00
Christopher C. Wells 96fbcd1b7d Add Redis to Dockerfie 2021-04-23 22:34:12 -07:00
Christopher C. Wells 600bb9b2e9 Do not optimize in Dockerfile 2021-04-23 21:46:00 -07:00
Christopher C. Wells 685233cb34 Move production docker compose config to separate repo 2021-04-23 21:45:44 -07:00
Christopher C. Wells 6d4b42fa9a Adjust default configs to use Redis 2021-04-23 12:58:43 -07:00
Christopher C. Wells 0eba6a4000 Create initial Dockerfile and config 2021-04-22 22:20:18 -07:00
Christopher C. Wells aea8c66f5d Set default user as admin in Heroku post deploy 2021-04-22 15:10:54 -07:00
Christopher C. Wells 5541511d61 Update `user:add` command for User model changes 2021-04-22 15:10:38 -07:00
Christopher C. Wells 489b48475e Set AWS storage environment variables as optional 2021-04-22 14:50:44 -07:00
Christopher C. Wells 48ee5c5a83 Add AWS S3 storage documentation 2021-04-22 14:47:50 -07:00
Christopher C. Wells 9b8847b16e Add support for S3 media storage 2021-04-22 13:23:10 -07:00
Christopher C. Wells 77ed32ee4d Create partials for shared user/profile inputs 2021-04-22 11:38:28 -07:00
Christopher C. Wells 78c3095036 Complete profile management functionality 2021-04-22 11:29:41 -07:00
Christopher C. Wells adc63d975c Add dev console command to reset database 2021-04-22 10:27:19 -07:00
Christopher C. Wells a378936b72 Create "profile" controller and routes (WIP)
Views are incomplete and components need to be broken out from user edit.
2021-04-21 16:37:10 -07:00
Christopher C. Wells 104bbcd614 Do not update password when no new password is provided 2021-04-21 09:08:07 -07:00
Christopher C. Wells 1d1df92d8f Add media to User Controller test instances 2021-04-21 08:53:41 -07:00
Christopher C. Wells 03f7319157 Add User photo media support 2021-04-21 08:49:05 -07:00
Christopher C. Wells f6fa2cf79f Allow null value for recipe volume 2021-04-20 18:51:51 -07:00
Christopher C. Wells ef719c9175 Add User admin flag 2021-04-20 16:04:32 -07:00
Christopher C. Wells d18247e68d Reorganize routes in to middleware groups 2021-04-20 15:21:36 -07:00
Christopher C. Wells 0d5b3fe4fc Add User CRUD controller tests 2021-04-20 15:02:45 -07:00
Christopher C. Wells a9fad1bff0 Add basic User CRUD abilities 2021-04-20 14:49:51 -07:00
Christopher C. Wells 3bccde1a35 Update Node dependencies; enable Tailwind JIT 2021-04-20 12:16:46 -07:00
Christopher C. Wells 6c0700b5b6 Update Composer dependencies 2021-04-20 11:56:33 -07:00
Christopher C. Wells ebb07ffb7d Replace unecessary states in Food factory 2021-04-20 11:55:10 -07:00
Christopher C. Wells 057433eb90 Add support for "oz" as a food serving unit 2021-04-20 11:51:19 -07:00
Christopher C. Wells 82601406a0 Remove PHPMA restart directive for Sail config 2021-04-20 10:20:17 -07:00
Christopher C. Wells 6202ddf903 Change Food `serving_size` to `decimal` and refresh migrations 2021-04-20 10:20:17 -07:00
Christopher C. Wells 431de7f696 Add tests for recipe volume-based nutrients calculation 2021-04-18 14:42:17 -07:00