Commit Graph

80 Commits

Author SHA1 Message Date
f6ed49b5c4 property editor 2023-11-29 22:04:23 +01:00
9c74730461 added first draft of property editor 2023-11-27 22:20:09 +01:00
768a5ea237 Squashed commit of the following:
commit 36403ecbae
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 12:04:04 2023 -0500

    update migration for new Automation Types

commit 4620ebaf30
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:49:10 2023 -0500

    add Name and Instruction automation to YouTube importer

commit c907da84c1
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:45:32 2023 -0500

    remove old commented automation code

commit 9b5e39415e
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:37:36 2023 -0500

    test for automations applied during url import
    renamed TITLE_REPLACE to NAME_REPLACE

commit 2679a22464
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 15:29:59 2023 -0500

    added tests for regex_replace

commit 8bae21025b
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 13:51:46 2023 -0500

    updated Automation Modal and translations

commit 4120adc546
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 13:12:41 2023 -0500

    applied regex_replace automation to food and unit automations
    updated automation documentation

commit 30c891abfc
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 12:46:34 2023 -0500

    migrate regex_replace functions to AutomationEngine
    create TITLE_REPLACE, UNIT_REPLACE and FOOD REPLACE automation types
    create migration for new types

commit b8317c2c29
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 20:44:40 2023 -0500

    move transpose words to AutomationEngine
    create tests for transpose words

commit 39253cfd02
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 17:03:29 2023 -0500

    refactor never_unit automation to AutomationEngine
    create tests for never_unit

commit 7c0b8b151c
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 11:21:06 2023 -0500

    update ingredient parser to use AutomationEngine for unt, keyword, food
    update test_ingredient_parser tests to accomodate changes

commit 8e1b8923af
Author: smilerz <smilerz@gmail.com>
Date:   Mon Aug 28 16:44:35 2023 -0500

    keyword and unit Automtations refactored to Automation Engine
    keyword and unit automation tests added

commit 52eb876a08
Author: smilerz <smilerz@gmail.com>
Date:   Mon Aug 28 15:03:19 2023 -0500

    food_alias tests added

commit a820b9c09e
Author: smilerz <smilerz@gmail.com>
Date:   Sat Aug 26 12:37:16 2023 -0500

    create AutomationEngine class
    create food_automation method
    refactor food automations to use AutomationEngine
2023-09-12 09:46:08 -05:00
dcfb269909 meal plan stuff 2023-08-30 10:30:12 +02:00
4ffc9cc72f removed icons 2023-08-29 15:58:57 +02:00
479cf1a042 create Transpose Words automation 2023-08-25 07:54:05 -05:00
8fa00972bd add NEVER_UNIT automation 2023-08-25 07:53:53 -05:00
92d648c3a3 added ability to order property types 2023-08-24 12:50:17 +02:00
1f10a66c74 added base unit to unit editor 2023-07-18 13:54:35 +02:00
b599c4f6a9 added internal notes and improved invite link form 2023-06-30 23:09:22 +02:00
c0577abb89 fixed generic modal form error (merge conflict) 2023-05-29 15:40:25 +02:00
60f31608b9 added recipe properties 2023-05-06 19:14:25 +02:00
763f71a05c cleanup views 2023-05-06 17:40:39 +02:00
54a5c145cc comonent in generic form trial 2023-05-05 17:04:20 +02:00
12da77f037 beser response and stuff 2023-05-04 17:12:49 +02:00
071926aada improved importer merging behavior 2023-05-04 15:29:06 +02:00
b275c53e5a first ideas of property editor 2023-04-11 17:27:10 +02:00
6d5592c1be basic food property calculation 2023-03-25 07:46:06 +01:00
2e013e7b43 add api endpoints and genereic views 2023-02-24 23:17:12 +01:00
6176eeb024 basics 2023-01-03 23:12:00 +01:00
9994b6f9c2 Add plural name for unit and food
Add an optional plural name for unit and food.
Additional options to show always the plural name for unit and food
for an ingredient is added.
2022-11-11 18:15:57 +01:00
3f77b73a61 add multiple API tokens per user, removes old API tokens 2022-08-04 17:24:54 +02:00
ce1f55ffd1 settings wip 2022-07-15 17:12:01 +02:00
ba473123ba added ability to use invite link more than once 2022-07-14 11:28:13 +02:00
2afab2aec8 invite link basics 2022-06-01 17:42:07 +02:00
ded092ed23 baiscs of space edit page 2022-05-31 21:52:59 +02:00
3159868ba4 moved generic multiselect create function into component 2022-04-14 14:08:16 +02:00
dae49ec5f3 fix translations in helper libraries models.js and utils.js 2022-02-25 13:16:34 -06:00
8fa00b50b1 added update_at filter 2022-02-14 15:13:34 -06:00
bf54680178 more recipe search tests 2022-02-13 13:53:07 -06:00
d6af318c21 tests for single food reset inherit and additional inheritted fields 2022-02-07 09:16:48 -06:00
6ef25b604b add food substitutions 2022-02-03 15:04:46 -06:00
dcad389010 food edit modal - reset children inheritance 2022-02-03 12:15:04 -06:00
04c4182b24 WIP 2022-02-03 12:14:42 -06:00
c45bf3a994 WIP 2022-02-03 12:14:17 -06:00
fcb8e520b7 WIP 2022-02-03 12:11:32 -06:00
5959914932 makenow filter 2022-02-03 12:11:32 -06:00
890e9e7242 created CustomFilter model and api 2022-02-03 12:09:14 -06:00
d0549bcb6d complex book filters 2022-02-03 12:07:51 -06:00
5e36bd0c27 complex food filters 2022-02-03 12:07:51 -06:00
28d3d8a1e0 complex keyword filters 2022-02-03 12:07:50 -06:00
6e4bb64b4e fix translation on ModelListMenu 2022-01-26 15:00:21 -06:00
47823132f0 add ignore_shopping && additional help 2022-01-26 12:57:29 -06:00
79b4bc387e change ingore_inherit to inherit_fields 2021-12-30 12:54:39 -06:00
3fafd43e58 merge ignore shopping with onhand 2021-12-29 16:32:19 -06:00
c20e036d90 add path to generic cards for food/keywords 2021-12-28 12:03:36 -06:00
f245aa8b4f add to shopping from card context menu 2021-12-28 12:03:32 -06:00
a217db5822 add new unit/food from shopping list 2021-12-28 12:03:32 -06:00
7a0b395107 alpha shopping list 2021-12-28 12:03:32 -06:00
fbe748db62 food inherit attributes 2021-12-28 12:03:32 -06:00