From 7e892a6ebb0572f1103597efb68d8bbdad603406 Mon Sep 17 00:00:00 2001 From: Tekarra Wilkinson Date: Fri, 15 Nov 2024 10:50:44 -0800 Subject: [PATCH 1/5] Updated confirmed-job-suppleme... --- .../confirmed-job-supplement.json | 321 ++++++++++++++++++ 1 file changed, 321 insertions(+) create mode 100644 rules/general-supplements/confirmed-job-supplement.json diff --git a/rules/general-supplements/confirmed-job-supplement.json b/rules/general-supplements/confirmed-job-supplement.json new file mode 100644 index 0000000..c965457 --- /dev/null +++ b/rules/general-supplements/confirmed-job-supplement.json @@ -0,0 +1,321 @@ +{ + "contentType": "application/vnd.gorules.decision", + "nodes": [ + { + "type": "inputNode", + "id": "5868caf7-1033-4c63-b96b-b6fe15b6f506", + "name": "request", + "position": { + "x": -350, + "y": 15 + }, + "content": { + "fields": [ + { + "id": 18, + "field": "familyUnitInPay", + "name": "Family Unit In Pay", + "description": "Family unit is in pay.", + "dataType": "true-false", + "childFields": [] + }, + { + "id": 133, + "field": "isSupportedbyWorkBC", + "name": "Client is eligible for supports through WorkBC ES", + "description": null, + "dataType": "true-false", + "childFields": [] + }, + { + "id": 134, + "field": "isEmploymentConfirmed", + "name": "The recipient must have secured a job that will help the family leave assistance.", + "description": null, + "dataType": "true-false", + "childFields": [] + }, + { + "id": 115, + "field": "isAlternateFundingAvailable", + "name": "isAlternateFundingAvailable", + "description": "Person requesting supplement (& their family unit) do not have access to other resources. Usually verbal or paper confirmation required.", + "dataType": "true-false", + "childFields": [] + }, + { + "field": "eligibleItemCosts", + "name": "Value of eligible items for supplement", + "id": 136, + "description": null, + "dataType": "number-input", + "validationCriteria": "0", + "validationType": ">=", + "childFields": [] + } + ] + } + }, + { + "type": "outputNode", + "id": "7211a960-eb4c-481a-86ba-225492de83b7", + "name": "response", + "position": { + "x": 820, + "y": 5 + }, + "content": { + "fields": [ + { + "field": "isEligible", + "name": "Is Eligible", + "id": 28, + "description": "General \"Is Eligible\" statement used in conjunction with supplement building to describe eligibility.", + "dataType": "true-false", + "childFields": [] + }, + { + "field": "supplementAmount", + "name": "Supplement Amount", + "id": 58, + "description": "General \"Supplement Amount\" field to define total supplement amount output for a specific supplement.", + "dataType": "number-input", + "validationCriteria": "0", + "validationType": ">=", + "childFields": [] + } + ] + } + }, + { + "type": "decisionTableNode", + "content": { + "hitPolicy": "first", + "inputs": [ + { + "id": "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a", + "name": "Client is eligible for supports through WorkBC ES", + "field": "isSupportedbyWorkBC" + }, + { + "id": "4ddccb30-ac0e-40ba-893c-114c519a851e", + "field": "familyUnitInPay", + "name": "Family Unit In Pay" + }, + { + "id": "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa", + "field": "isEmploymentConfirmed", + "name": "The recipient must have secured a job that will help the family leave assistance." + }, + { + "id": "cfb3e5c2-88e3-4a87-827b-812a45d71647", + "field": "isAlternateFundingAvailable", + "name": "isAlternateFundingAvailable" + } + ], + "outputs": [ + { + "id": "41305dbd-e6ba-45e8-bac0-1aac59eeac1e", + "name": "Is Eligible", + "field": "isEligible" + } + ], + "rules": [ + { + "_id": "97736011-58d7-45ae-8710-bca53bd82335", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true", + "4ddccb30-ac0e-40ba-893c-114c519a851e": "true", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true", + "cfb3e5c2-88e3-4a87-827b-812a45d71647": "false", + "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "true" + }, + { + "_id": "f889b3fc-e951-4a58-a5f0-5b5a1ae10baa", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "false", + "4ddccb30-ac0e-40ba-893c-114c519a851e": "true", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true", + "cfb3e5c2-88e3-4a87-827b-812a45d71647": "false", + "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "true" + }, + { + "_id": "109b1899-4960-47a2-88f4-cb47e8e90aff", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true", + "4ddccb30-ac0e-40ba-893c-114c519a851e": "", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "", + "cfb3e5c2-88e3-4a87-827b-812a45d71647": "true ", + "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" + }, + { + "_id": "6ae4c58b-341f-48c4-bfe1-84d1144c2c68", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "", + "4ddccb30-ac0e-40ba-893c-114c519a851e": "false", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "", + "cfb3e5c2-88e3-4a87-827b-812a45d71647": "", + "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" + }, + { + "_id": "e9aaae56-77fc-4456-8839-3fa950ac4de7", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "", + "4ddccb30-ac0e-40ba-893c-114c519a851e": "", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "false", + "cfb3e5c2-88e3-4a87-827b-812a45d71647": "", + "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" + } + ] + }, + "id": "1e4a0ca0-180b-4b85-808c-4e482919dc91", + "name": "Eligibility", + "position": { + "x": 50, + "y": 90 + } + }, + { + "type": "customNode", + "content": { + "kind": "noteNode", + "config": { + "value": "There is a possibility of someone participating in WorkBC activities but not having funding available for items covered in this supplement. " + } + }, + "id": "c325bfd5-9432-4157-9cdb-2f67f8a19552", + "name": "Eligibility Comments", + "position": { + "x": 50, + "y": -75 + } + }, + { + "type": "decisionTableNode", + "content": { + "hitPolicy": "first", + "inputs": [ + { + "id": "74ee8265-5a5e-49c6-a8bb-fcbe5363acb8", + "name": "Value of eligible items for supplement", + "field": "eligibleItemCosts" + } + ], + "outputs": [ + { + "id": "998669fa-1288-4789-a4e9-15d869c88aeb", + "field": "isEligible", + "name": "Is Eligible" + }, + { + "id": "a5ddf22a-68dd-42c6-a961-37860f8a4643", + "name": "Supplement Amount", + "field": "supplementAmount" + } + ], + "rules": [ + { + "_id": "cce481a6-d2e3-4055-9140-40fc821614ce", + "74ee8265-5a5e-49c6-a8bb-fcbe5363acb8": "", + "998669fa-1288-4789-a4e9-15d869c88aeb": "true", + "a5ddf22a-68dd-42c6-a961-37860f8a4643": "min([eligibleItemCosts,1000])" + } + ] + }, + "id": "456ca34e-231c-4913-b48c-02974c96b301", + "name": "Supplement Calculation", + "position": { + "x": 425, + "y": -5 + } + }, + { + "type": "expressionNode", + "content": { + "expressions": [ + { + "id": "68d6c9ae-0181-4f04-adc9-133877f20a70", + "key": "isEligible", + "value": "isEligible" + }, + { + "id": "cea5d9fc-6968-46e3-849d-4a7e3b2ae8fb", + "key": "supplementAmount", + "value": "supplementAmount" + } + ] + }, + "id": "444e18d6-46db-4783-af7a-670f48083890", + "name": "InEligible", + "position": { + "x": 430, + "y": 150 + } + }, + { + "type": "switchNode", + "content": { + "hitPolicy": "first", + "statements": [ + { + "id": "93e3e9de-59b6-4b95-b4cb-69aec31f9468", + "condition": "isEligible == true", + "isDefault": false + }, + { + "id": "8ddb324f-f056-4ee6-ab99-7e6f5879b629", + "condition": "", + "isDefault": true + } + ] + }, + "id": "e278fd16-304e-4752-991e-cce3ddb62c77", + "name": "isEligible", + "position": { + "x": 55, + "y": 225 + } + } + ], + "edges": [ + { + "id": "26713b15-d556-47ea-b38c-f0e256bebb9b", + "sourceId": "5868caf7-1033-4c63-b96b-b6fe15b6f506", + "type": "edge", + "targetId": "1e4a0ca0-180b-4b85-808c-4e482919dc91" + }, + { + "id": "f2fe0aa0-3496-4540-b6a1-d9d55889a597", + "sourceId": "456ca34e-231c-4913-b48c-02974c96b301", + "type": "edge", + "targetId": "7211a960-eb4c-481a-86ba-225492de83b7" + }, + { + "id": "3cdb5a26-a909-4da0-9b23-01f6f95d9d6f", + "sourceId": "e278fd16-304e-4752-991e-cce3ddb62c77", + "type": "edge", + "targetId": "456ca34e-231c-4913-b48c-02974c96b301", + "sourceHandle": "93e3e9de-59b6-4b95-b4cb-69aec31f9468" + }, + { + "id": "ae4b3929-4654-43ea-acf4-25ae073843a8", + "sourceId": "e278fd16-304e-4752-991e-cce3ddb62c77", + "type": "edge", + "targetId": "444e18d6-46db-4783-af7a-670f48083890", + "sourceHandle": "8ddb324f-f056-4ee6-ab99-7e6f5879b629" + }, + { + "id": "4a83502b-da16-4682-ad32-e84f11619c69", + "sourceId": "1e4a0ca0-180b-4b85-808c-4e482919dc91", + "type": "edge", + "targetId": "e278fd16-304e-4752-991e-cce3ddb62c77" + }, + { + "id": "f0be0cd9-1421-4306-bce1-4f36f4ae5e21", + "sourceId": "444e18d6-46db-4783-af7a-670f48083890", + "type": "edge", + "targetId": "7211a960-eb4c-481a-86ba-225492de83b7" + }, + { + "id": "d96c65d1-fdbb-4ca5-b641-01f15cad7a78", + "sourceId": "5868caf7-1033-4c63-b96b-b6fe15b6f506", + "type": "edge", + "targetId": "456ca34e-231c-4913-b48c-02974c96b301" + } + ] +} \ No newline at end of file From 68db8188fc1279ed8d46abdcfb92b024d4846b53 Mon Sep 17 00:00:00 2001 From: Tekarra Wilkinson Date: Mon, 18 Nov 2024 14:44:21 -0800 Subject: [PATCH 2/5] Updated confirmed-job-suppleme... --- .../confirmed-job-supplement.json | 136 ++++++++++-------- 1 file changed, 73 insertions(+), 63 deletions(-) diff --git a/rules/general-supplements/confirmed-job-supplement.json b/rules/general-supplements/confirmed-job-supplement.json index c965457..a024605 100644 --- a/rules/general-supplements/confirmed-job-supplement.json +++ b/rules/general-supplements/confirmed-job-supplement.json @@ -6,8 +6,8 @@ "id": "5868caf7-1033-4c63-b96b-b6fe15b6f506", "name": "request", "position": { - "x": -350, - "y": 15 + "x": -270, + "y": 0 }, "content": { "fields": [ @@ -61,8 +61,8 @@ "id": "7211a960-eb4c-481a-86ba-225492de83b7", "name": "response", "position": { - "x": 820, - "y": 5 + "x": 865, + "y": -20 }, "content": { "fields": [ @@ -92,11 +92,6 @@ "content": { "hitPolicy": "first", "inputs": [ - { - "id": "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a", - "name": "Client is eligible for supports through WorkBC ES", - "field": "isSupportedbyWorkBC" - }, { "id": "4ddccb30-ac0e-40ba-893c-114c519a851e", "field": "familyUnitInPay", @@ -107,6 +102,11 @@ "field": "isEmploymentConfirmed", "name": "The recipient must have secured a job that will help the family leave assistance." }, + { + "id": "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a", + "name": "Client is eligible for supports through WorkBC ES", + "field": "isSupportedbyWorkBC" + }, { "id": "cfb3e5c2-88e3-4a87-827b-812a45d71647", "field": "isAlternateFundingAvailable", @@ -123,41 +123,41 @@ "rules": [ { "_id": "97736011-58d7-45ae-8710-bca53bd82335", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true", "4ddccb30-ac0e-40ba-893c-114c519a851e": "true", "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true", "cfb3e5c2-88e3-4a87-827b-812a45d71647": "false", "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "true" }, { "_id": "f889b3fc-e951-4a58-a5f0-5b5a1ae10baa", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "false", "4ddccb30-ac0e-40ba-893c-114c519a851e": "true", "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "false", "cfb3e5c2-88e3-4a87-827b-812a45d71647": "false", "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "true" }, { "_id": "109b1899-4960-47a2-88f4-cb47e8e90aff", + "4ddccb30-ac0e-40ba-893c-114c519a851e": "true or false", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true or false", "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true", - "4ddccb30-ac0e-40ba-893c-114c519a851e": "", - "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "", "cfb3e5c2-88e3-4a87-827b-812a45d71647": "true ", "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" }, { "_id": "6ae4c58b-341f-48c4-bfe1-84d1144c2c68", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "", "4ddccb30-ac0e-40ba-893c-114c519a851e": "false", - "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "", - "cfb3e5c2-88e3-4a87-827b-812a45d71647": "", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true or false", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true or false", + "cfb3e5c2-88e3-4a87-827b-812a45d71647": "true or false", "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" }, { "_id": "e9aaae56-77fc-4456-8839-3fa950ac4de7", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "", "4ddccb30-ac0e-40ba-893c-114c519a851e": "", "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "false", + "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "", "cfb3e5c2-88e3-4a87-827b-812a45d71647": "", "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" } @@ -166,8 +166,8 @@ "id": "1e4a0ca0-180b-4b85-808c-4e482919dc91", "name": "Eligibility", "position": { - "x": 50, - "y": 90 + "x": 115, + "y": 60 } }, { @@ -181,8 +181,8 @@ "id": "c325bfd5-9432-4157-9cdb-2f67f8a19552", "name": "Eligibility Comments", "position": { - "x": 50, - "y": -75 + "x": 105, + "y": -120 } }, { @@ -220,31 +220,23 @@ "id": "456ca34e-231c-4913-b48c-02974c96b301", "name": "Supplement Calculation", "position": { - "x": 425, - "y": -5 + "x": 505, + "y": 65 } }, { - "type": "expressionNode", + "type": "customNode", "content": { - "expressions": [ - { - "id": "68d6c9ae-0181-4f04-adc9-133877f20a70", - "key": "isEligible", - "value": "isEligible" - }, - { - "id": "cea5d9fc-6968-46e3-849d-4a7e3b2ae8fb", - "key": "supplementAmount", - "value": "supplementAmount" - } - ] + "kind": "noteNode", + "config": { + "value": "Rule currently functions with a limit of $1000, however EAWs need approval over $250. Also not factored in is if they have previous requested an amount and are requesting the balance. " + } }, - "id": "444e18d6-46db-4783-af7a-670f48083890", - "name": "InEligible", + "id": "81e2887e-3e13-4865-9f49-12f621ae7b3a", + "name": "Calc Comments", "position": { - "x": 430, - "y": 150 + "x": 460, + "y": -155 } }, { @@ -253,22 +245,40 @@ "hitPolicy": "first", "statements": [ { - "id": "93e3e9de-59b6-4b95-b4cb-69aec31f9468", + "id": "3d4448f5-d1a0-49e3-8b45-01d608b74694", "condition": "isEligible == true", "isDefault": false }, { - "id": "8ddb324f-f056-4ee6-ab99-7e6f5879b629", - "condition": "", - "isDefault": true + "id": "962580e8-4888-4e80-93b1-84c7bb2a9016", + "condition": "isEligible == false", + "isDefault": false } ] }, - "id": "e278fd16-304e-4752-991e-cce3ddb62c77", + "id": "ea3a618b-594e-4b2d-964f-5d4a568ef56e", "name": "isEligible", "position": { - "x": 55, - "y": 225 + "x": 115, + "y": 210 + } + }, + { + "type": "expressionNode", + "content": { + "expressions": [ + { + "id": "f707c0d6-d430-426e-bad9-42132e4ee79f", + "key": "isEligible", + "value": "isEligible" + } + ] + }, + "id": "d4a30dc9-a355-47c5-849b-e7d1df1673c1", + "name": "Ineligible", + "position": { + "x": 485, + "y": 235 } } ], @@ -286,36 +296,36 @@ "targetId": "7211a960-eb4c-481a-86ba-225492de83b7" }, { - "id": "3cdb5a26-a909-4da0-9b23-01f6f95d9d6f", - "sourceId": "e278fd16-304e-4752-991e-cce3ddb62c77", + "id": "48579b89-ee3f-428c-8df0-db18599f44d7", + "sourceId": "ea3a618b-594e-4b2d-964f-5d4a568ef56e", "type": "edge", "targetId": "456ca34e-231c-4913-b48c-02974c96b301", - "sourceHandle": "93e3e9de-59b6-4b95-b4cb-69aec31f9468" + "sourceHandle": "3d4448f5-d1a0-49e3-8b45-01d608b74694" }, { - "id": "ae4b3929-4654-43ea-acf4-25ae073843a8", - "sourceId": "e278fd16-304e-4752-991e-cce3ddb62c77", + "id": "f57d6587-917a-4d58-9c3b-e63b948c7533", + "sourceId": "1e4a0ca0-180b-4b85-808c-4e482919dc91", "type": "edge", - "targetId": "444e18d6-46db-4783-af7a-670f48083890", - "sourceHandle": "8ddb324f-f056-4ee6-ab99-7e6f5879b629" + "targetId": "ea3a618b-594e-4b2d-964f-5d4a568ef56e" }, { - "id": "4a83502b-da16-4682-ad32-e84f11619c69", - "sourceId": "1e4a0ca0-180b-4b85-808c-4e482919dc91", + "id": "3d9c090a-0874-4eec-8f0e-e5cf86aebd35", + "sourceId": "ea3a618b-594e-4b2d-964f-5d4a568ef56e", "type": "edge", - "targetId": "e278fd16-304e-4752-991e-cce3ddb62c77" + "targetId": "d4a30dc9-a355-47c5-849b-e7d1df1673c1", + "sourceHandle": "962580e8-4888-4e80-93b1-84c7bb2a9016" }, { - "id": "f0be0cd9-1421-4306-bce1-4f36f4ae5e21", - "sourceId": "444e18d6-46db-4783-af7a-670f48083890", + "id": "7cbe3523-6cbc-4494-8c75-843bd42e39bb", + "sourceId": "5868caf7-1033-4c63-b96b-b6fe15b6f506", "type": "edge", - "targetId": "7211a960-eb4c-481a-86ba-225492de83b7" + "targetId": "ea3a618b-594e-4b2d-964f-5d4a568ef56e" }, { - "id": "d96c65d1-fdbb-4ca5-b641-01f15cad7a78", - "sourceId": "5868caf7-1033-4c63-b96b-b6fe15b6f506", + "id": "5f91f970-7e0f-4479-afe5-358a9668fa28", + "sourceId": "d4a30dc9-a355-47c5-849b-e7d1df1673c1", "type": "edge", - "targetId": "456ca34e-231c-4913-b48c-02974c96b301" + "targetId": "7211a960-eb4c-481a-86ba-225492de83b7" } ] } \ No newline at end of file From 36c4541d19d505b3340431d3bb53fd78463ceede Mon Sep 17 00:00:00 2001 From: Tekarra Wilkinson Date: Wed, 20 Nov 2024 13:45:13 -0800 Subject: [PATCH 3/5] Updated confirmed-job-suppleme... --- .../confirmed-job-supplement.json | 53 +++---------------- 1 file changed, 7 insertions(+), 46 deletions(-) diff --git a/rules/general-supplements/confirmed-job-supplement.json b/rules/general-supplements/confirmed-job-supplement.json index a024605..562f5d7 100644 --- a/rules/general-supplements/confirmed-job-supplement.json +++ b/rules/general-supplements/confirmed-job-supplement.json @@ -19,14 +19,6 @@ "dataType": "true-false", "childFields": [] }, - { - "id": 133, - "field": "isSupportedbyWorkBC", - "name": "Client is eligible for supports through WorkBC ES", - "description": null, - "dataType": "true-false", - "childFields": [] - }, { "id": 134, "field": "isEmploymentConfirmed", @@ -44,9 +36,9 @@ "childFields": [] }, { + "id": 136, "field": "eligibleItemCosts", "name": "Value of eligible items for supplement", - "id": 136, "description": null, "dataType": "number-input", "validationCriteria": "0", @@ -62,22 +54,22 @@ "name": "response", "position": { "x": 865, - "y": -20 + "y": 150 }, "content": { "fields": [ { + "id": 28, "field": "isEligible", "name": "Is Eligible", - "id": 28, "description": "General \"Is Eligible\" statement used in conjunction with supplement building to describe eligibility.", "dataType": "true-false", "childFields": [] }, { + "id": 58, "field": "supplementAmount", "name": "Supplement Amount", - "id": 58, "description": "General \"Supplement Amount\" field to define total supplement amount output for a specific supplement.", "dataType": "number-input", "validationCriteria": "0", @@ -102,11 +94,6 @@ "field": "isEmploymentConfirmed", "name": "The recipient must have secured a job that will help the family leave assistance." }, - { - "id": "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a", - "name": "Client is eligible for supports through WorkBC ES", - "field": "isSupportedbyWorkBC" - }, { "id": "cfb3e5c2-88e3-4a87-827b-812a45d71647", "field": "isAlternateFundingAvailable", @@ -125,39 +112,13 @@ "_id": "97736011-58d7-45ae-8710-bca53bd82335", "4ddccb30-ac0e-40ba-893c-114c519a851e": "true", "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true", - "cfb3e5c2-88e3-4a87-827b-812a45d71647": "false", - "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "true" - }, - { - "_id": "f889b3fc-e951-4a58-a5f0-5b5a1ae10baa", - "4ddccb30-ac0e-40ba-893c-114c519a851e": "true", - "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "false", "cfb3e5c2-88e3-4a87-827b-812a45d71647": "false", "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "true" }, { "_id": "109b1899-4960-47a2-88f4-cb47e8e90aff", - "4ddccb30-ac0e-40ba-893c-114c519a851e": "true or false", - "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true or false", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true", - "cfb3e5c2-88e3-4a87-827b-812a45d71647": "true ", - "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" - }, - { - "_id": "6ae4c58b-341f-48c4-bfe1-84d1144c2c68", - "4ddccb30-ac0e-40ba-893c-114c519a851e": "false", - "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "true or false", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "true or false", - "cfb3e5c2-88e3-4a87-827b-812a45d71647": "true or false", - "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" - }, - { - "_id": "e9aaae56-77fc-4456-8839-3fa950ac4de7", "4ddccb30-ac0e-40ba-893c-114c519a851e": "", - "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "false", - "94ddafbb-ed9e-48da-8f21-6a1e771e4a0a": "", + "7527bae4-2469-4b5b-86e9-b1f69a0a9aaa": "", "cfb3e5c2-88e3-4a87-827b-812a45d71647": "", "41305dbd-e6ba-45e8-bac0-1aac59eeac1e": "false" } @@ -277,8 +238,8 @@ "id": "d4a30dc9-a355-47c5-849b-e7d1df1673c1", "name": "Ineligible", "position": { - "x": 485, - "y": 235 + "x": 500, + "y": 315 } } ], From 960085648b0de048f4cfea487a129574abc31107 Mon Sep 17 00:00:00 2001 From: Tekarra Wilkinson Date: Wed, 27 Nov 2024 13:29:42 -0800 Subject: [PATCH 4/5] Updated confirmed-job-suppleme... --- .../confirmed-job-supplement.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rules/general-supplements/confirmed-job-supplement.json b/rules/general-supplements/confirmed-job-supplement.json index 562f5d7..71d9746 100644 --- a/rules/general-supplements/confirmed-job-supplement.json +++ b/rules/general-supplements/confirmed-job-supplement.json @@ -30,7 +30,7 @@ { "id": 115, "field": "isAlternateFundingAvailable", - "name": "isAlternateFundingAvailable", + "name": "Is alternate funding available?", "description": "Person requesting supplement (& their family unit) do not have access to other resources. Usually verbal or paper confirmation required.", "dataType": "true-false", "childFields": [] @@ -136,14 +136,14 @@ "content": { "kind": "noteNode", "config": { - "value": "There is a possibility of someone participating in WorkBC activities but not having funding available for items covered in this supplement. " + "value": "A Work BC client can still be eligible if they are not provided with funding, This is captured in the isAlternateFundingAvailable, whether its through WorkBC or not. " } }, "id": "c325bfd5-9432-4157-9cdb-2f67f8a19552", "name": "Eligibility Comments", "position": { - "x": 105, - "y": -120 + "x": 125, + "y": -130 } }, { @@ -196,8 +196,8 @@ "id": "81e2887e-3e13-4865-9f49-12f621ae7b3a", "name": "Calc Comments", "position": { - "x": 460, - "y": -155 + "x": 515, + "y": -125 } }, { From e35177b528fdb44fc47f61a6b3db57339b941008 Mon Sep 17 00:00:00 2001 From: Tekarra Wilkinson Date: Wed, 27 Nov 2024 14:01:38 -0800 Subject: [PATCH 5/5] Updated confirmed-job-suppleme... --- .../confirmed-job-supplement.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/rules/general-supplements/confirmed-job-supplement.json b/rules/general-supplements/confirmed-job-supplement.json index 71d9746..6a7c8a6 100644 --- a/rules/general-supplements/confirmed-job-supplement.json +++ b/rules/general-supplements/confirmed-job-supplement.json @@ -131,21 +131,6 @@ "y": 60 } }, - { - "type": "customNode", - "content": { - "kind": "noteNode", - "config": { - "value": "A Work BC client can still be eligible if they are not provided with funding, This is captured in the isAlternateFundingAvailable, whether its through WorkBC or not. " - } - }, - "id": "c325bfd5-9432-4157-9cdb-2f67f8a19552", - "name": "Eligibility Comments", - "position": { - "x": 125, - "y": -130 - } - }, { "type": "decisionTableNode", "content": {