Commit Graph

361 Commits

Author SHA1 Message Date
35743e8be9 fixed constraint 2023-11-27 22:47:56 +01:00
9c74730461 added first draft of property editor 2023-11-27 22:20:09 +01:00
e746b44f3b Merge pull request #2632 from smilerz/unique_name
updates to multiple models uniqueness capabilities
2023-10-05 18:57:08 +02:00
a7795092b3 make 'name' unique in space for MealType
make MealType, Unit, Supermarket, Supermarket Category, PropoertyType
case insenstive for get_or_create
convert unit conversion create serializer to get_or_create behavior
enable create duplicate tests for unitconversion and mealtype api
2023-09-14 14:46:37 -05:00
1f0cd58d7d remove unused imports, variables and commented code
from tests
2023-09-13 13:08:26 -05: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
3f63eab68c Merge branch 'develop' into remove_facets 2023-09-12 15:36:14 +02:00
94f398a7f6 added multi day meal planning 2023-09-08 15:31:42 +02:00
9ee4be621b remove facets and treeselect 2023-09-07 13:20:51 -05:00
4a1ec5adf7 fixed icon issues 2023-08-30 09:05:24 +02:00
7f62ec28e3 WIP meal plan and icon stuff 2023-08-29 14:36:57 +02:00
a7a6abe3d2 add NEVER_UNIT automation 2023-08-25 07:57:56 -05: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
2f0929e90e Merge pull request #2539 from srwareham/hide-step-ingredients
Added option: Hide step ingredients
2023-08-24 10:33:57 +02:00
6785033a21 Add step-level configuration whether an ingredients table should be shown. User-level default added to settings 2023-08-23 21:46:09 -07:00
b30f8c245e added option to set URL on food 2023-07-22 09:12:45 +02:00
7a2ccc075c improved shopping entry api endpoint performance 2023-07-04 16:49:56 +02:00
b599c4f6a9 added internal notes and improved invite link form 2023-06-30 23:09:22 +02:00
6c16094b42 added initial version of tandoor dark theme 2023-06-26 20:43:50 +02:00
436158f596 fixed allow decimals in food property amount 2023-06-26 15:47:44 +02:00
dd88641763 improved plugin nav capabilities 2023-06-21 16:07:32 +02:00
23bfc3c3b0 re-added property imports for open data importer 2023-06-20 15:42:25 +02:00
3302dacdc3 properties structure imporioved 2023-05-25 16:13:16 +02:00
3236b65d9e food editor and property view improvements 2023-05-24 13:49:29 +02:00
60f31608b9 added recipe properties 2023-05-06 19:14:25 +02:00
071926aada improved importer merging behavior 2023-05-04 15:29:06 +02:00
33d048e623 improve importer 2023-05-04 08:43:36 +02:00
d62c49eb2f not yet fully working food import 2023-05-01 13:29:14 +02:00
1bb6eb7141 import open data content 2023-04-30 22:30:56 +02:00
7e350b2f90 improved property calculator 2023-03-25 07:59:07 +01:00
6d5592c1be basic food property calculation 2023-03-25 07:46:06 +01:00
6efe4ab08d base unit conversions 2023-03-15 17:30:23 +01:00
27c5749b21 Merge branch 'develop' into feature/unit-conversion 2023-03-15 14:57:00 +01:00
f29f77a1d5 fixed ingredient to string plural 2023-03-14 22:50:33 +01:00
38010117e5 optimized unit conversion queries
using filter breaks prefetch related
2023-02-26 08:22:07 +01:00
ff6c8d5822 added unique constraints 2023-02-24 22:27:35 +01:00
a2b987352f user nutrition types + ingredient nutrtion calculation 2023-02-24 22:12:52 +01:00
5651beffb2 Merge branch 'develop' into feature/unit-conversion
# Conflicts:
#	vue/yarn.lock
2023-02-24 20:41:01 +01:00
3c527fd112 allow infiinit sharing as space setting 2023-02-12 18:16:43 +01:00
5e332bb88c changed plural default 2023-01-20 10:20:03 +01:00
3ced8c7a1e first conversions working 2023-01-09 17:42:53 +01:00
6176eeb024 basics 2023-01-03 23:12:00 +01:00
b1ad5ef205 Add option to space to enable plural name usage
* Add option to space to enable usage of plural name
  for food and unit per space

* Respect option per space to use the plural name
2022-11-11 18:15:57 +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
e391abd23d moved annotation to default query manager 2022-09-16 18:18:59 +02:00
b315d6e171 adding debug toolbar 2022-09-12 17:58:20 +02:00
8ed5d52ddf fixed space settings saving issue 2022-08-04 18:54:00 +02:00
3f77b73a61 add multiple API tokens per user, removes old API tokens 2022-08-04 17:24:54 +02:00