Commit Graph

157 Commits

Author SHA1 Message Date
Christopher Charbonneau Wells 350a08a14d
Add Heroku support (#12) 2021-04-06 10:05:10 -07:00
Christopher C. Wells 8788c39d44 Remove breeze boilerplate verification and registration code 2021-04-05 05:41:34 -07:00
Christopher C. Wells 25d37d0c55 Save searchable tags before model save to ensure indexing 2021-04-04 20:19:50 -07:00
Christopher C. Wells e1af68941c Add supported units filtering to recipe edit 2021-04-04 15:46:37 -07:00
Christopher C. Wells edbcd877c2 Filter supported units in ingredient picker 2021-04-04 14:55:19 -07:00
Christopher C. Wells 2b3f0c31f6 Add Media API tests 2021-04-02 23:42:27 -07:00
Christopher C. Wells 192070f826 Ignore API closures for coverage 2021-04-02 23:42:27 -07:00
Christopher C. Wells 3eebcf2756 Add default pagination to all API routes 2021-04-02 23:42:27 -07:00
Christopher C. Wells 152d9eb641 Remove unnecessary docblocks 2021-04-02 23:42:27 -07:00
Christopher C. Wells 0ec83db285 Add Goals API endpoint 2021-04-02 23:42:27 -07:00
Christopher C. Wells 1776d5c83b Re-enable User API endpoint 2021-04-02 23:42:27 -07:00
Christopher C. Wells bc3b4b11d1 Remove unused Console Kernel code 2021-04-02 23:42:27 -07:00
Christopher C. Wells e97056553a Add API endpoint and relationships for recipe separators 2021-04-02 23:42:27 -07:00
Christopher C. Wells 28c915b8c5 Override Tag class in app models 2021-04-02 23:42:27 -07:00
Christopher C. Wells 29638c711f Replace meals static array with Collection 2021-04-02 23:42:27 -07:00
Christopher C. Wells a686e8036b Add basic Journal Entry controller tests 2021-04-02 23:42:27 -07:00
Christopher C. Wells 3c37fe4809 Complete initial factories for all models 2021-04-02 23:42:27 -07:00
Christopher C. Wells 51d4db11c6 Refactor nutrients units array as Collection 2021-04-02 23:42:27 -07:00
Christopher C. Wells a6c978981d Add Goal factory 2021-04-02 23:42:27 -07:00
Christopher C. Wells 01b414c22c Add tests for Support classes 2021-04-02 23:42:27 -07:00
Christopher C. Wells d91c26159b Don't require `ingredients.key` fields 2021-03-27 09:57:57 -07:00
Christopher Charbonneau Wells 0407899496
Add ingredient separators (#10)
* Add weight handling to ingredient sortable

* Add frontend logic for recipe ingredients "separator"

* Add "recipe separator" model

* Update ingredient handlers on recipe save

* Combine ingredients and separators handler in recipe edit

* Handle recipe ingredient separators in recipe show

* Fix handling of old recipe form data
2021-03-26 08:58:37 -07:00
Christopher C. Wells dae2a8d725 Add unit to nutrients summary value 2021-03-17 05:17:22 -07:00
Christopher C. Wells 8db02e302b Allow all tags to be removed 2021-03-13 14:00:09 -08:00
Christopher C. Wells be9c45a414 Replace recipe active time with cook time 2021-03-13 13:51:37 -08:00
Christopher C. Wells 9c68277cc6 Ditch bg-cover approach
Too many problems on mobile with nicer fixed styling.
2021-03-13 05:41:26 -08:00
Christopher C. Wells c978c5843d Use recipe image as background 2021-03-12 20:48:08 -08:00
Christopher C. Wells 521479ad88 Add media to API responses 2021-03-12 20:48:08 -08:00
Christopher C. Wells ac57f6d33e Add initial recipe image support 2021-03-12 20:48:08 -08:00
Christopher C. Wells 4b31f87f98 Delete ingredient amounts on recipe delete 2021-03-11 19:28:38 -08:00
Christopher C. Wells 65e3e9c776 Set formatted serving size to null when empty 2021-03-08 15:06:21 -08:00
Christopher C. Wells fafc4c9e33 Remove unused use statement 2021-03-08 08:40:36 -08:00
Christopher C. Wells 053c8305a1 Refactor Quill handling as a separate database column 2021-03-08 08:40:36 -08:00
Christopher C. Wells 99300d1b2d Add frontend support for Quill JSON strings 2021-03-08 08:40:36 -08:00
Christopher C. Wells be681f0dd7 Add recipe time fields (WIP)
Not present in th frontend yet.
2021-03-06 09:30:15 -08:00
Christopher C. Wells 8feb7b37fa Set tags keyword field with array 2021-03-05 14:50:54 -08:00
Christopher C. Wells 2e7c76cbad Switch to simple analyzer (adds lowercase casting) 2021-03-05 14:48:24 -08:00
Christopher C. Wells 5dfd3e17df Use babenkoivan Elasticsearch ecosystem 2021-03-04 22:17:33 -08:00
Christopher C. Wells 0fec1d2ede Redirect to journal entry date if only one date is used 2021-03-02 20:11:31 -08:00
Christopher C. Wells 905635c022 Only evaluate serving name in summary when serving is used 2021-03-02 20:02:20 -08:00
Christopher C. Wells 73022ac167 Add option to group or not group journal entries 2021-03-02 19:57:06 -08:00
Christopher C. Wells b46752b6c7 Do not restore weighted search results by name 2021-03-02 19:33:23 -08:00
Christopher C. Wells a32cb2e72d Maintain other scopes when using the custom "search" filter 2021-02-27 13:50:40 -08:00
Christopher C. Wells 7530bd61bd Maintain other scopes when using the custom "search" filter 2021-02-27 13:50:40 -08:00
Christopher C. Wells a14b58483a Add tag filter handling 2021-02-27 13:50:40 -08:00
Christopher C. Wells 794c0712bc Add basic tags front end support 2021-02-27 13:50:40 -08:00
Christopher C. Wells 1b1260bece Add convenience method to get total tags figures per model 2021-02-27 13:50:40 -08:00
Christopher Charbonneau Wells 076882ecdb
Add fulltext search support to ingredient picker 2021-02-24 18:44:17 -08:00
Christopher C. Wells 2f91c320ef Refactor nutrients data array as a collection 2021-02-21 08:23:30 -08:00
Christopher C. Wells d3a881c359 Add recipe delete functionality 2021-02-20 14:36:52 -08:00