diff --git a/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2022-2023.bpmn b/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2022-2023.bpmn
index 4e758dd696..4d83aaefd7 100644
--- a/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2022-2023.bpmn
+++ b/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2022-2023.bpmn
@@ -1135,7 +1135,7 @@ or (calculatedDataPartnerFedralProvincialPDReceiptCost > 0)
-
+
Flow_0g6wvij
diff --git a/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2023-2024.bpmn b/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2023-2024.bpmn
index 4f618062bb..ab3a91a3e4 100644
--- a/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2023-2024.bpmn
+++ b/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2023-2024.bpmn
@@ -1135,7 +1135,7 @@ or (calculatedDataPartnerFedralProvincialPDReceiptCost > 0)
-
+
Flow_0g6wvij
diff --git a/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2024-2025.bpmn b/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2024-2025.bpmn
index dedd659ffc..49ccd1d593 100644
--- a/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2024-2025.bpmn
+++ b/sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2024-2025.bpmn
@@ -1144,7 +1144,7 @@ or (calculatedDataPartnerFedralProvincialPDReceiptCost > 0)
-
+
Flow_0g6wvij
diff --git a/sources/packages/backend/workflow/src/workflow-definitions/load-assessment-consolidated-data.bpmn b/sources/packages/backend/workflow/src/workflow-definitions/load-assessment-consolidated-data.bpmn
index a89c0de941..0f56730877 100644
--- a/sources/packages/backend/workflow/src/workflow-definitions/load-assessment-consolidated-data.bpmn
+++ b/sources/packages/backend/workflow/src/workflow-definitions/load-assessment-consolidated-data.bpmn
@@ -23,7 +23,7 @@
-
+
diff --git a/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2022-2023.bpmn b/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2022-2023.bpmn
index eab987775c..51316ec88e 100644
--- a/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2022-2023.bpmn
+++ b/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2022-2023.bpmn
@@ -768,9 +768,9 @@ dmnX (comes from dmn)
-
+
-
+
diff --git a/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2023-2024.bpmn b/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2023-2024.bpmn
index 1de2d680ae..f64cc6faa6 100644
--- a/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2023-2024.bpmn
+++ b/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2023-2024.bpmn
@@ -768,9 +768,9 @@ dmnX (comes from dmn)
-
+
-
+
diff --git a/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2024-2025.bpmn b/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2024-2025.bpmn
index d29734a8ac..b7c2c00473 100644
--- a/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2024-2025.bpmn
+++ b/sources/packages/backend/workflow/src/workflow-definitions/parttime-assessment-2024-2025.bpmn
@@ -768,9 +768,9 @@ dmnX (comes from dmn)
-
+
-
+
diff --git a/sources/packages/backend/workflow/test/2022-2023/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts b/sources/packages/backend/workflow/test/2022-2023/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
index 653c3e6052..277cfc2db3 100644
--- a/sources/packages/backend/workflow/test/2022-2023/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
+++ b/sources/packages/backend/workflow/test/2022-2023/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
@@ -8,7 +8,7 @@ import { InstitutionTypes } from "../../../models";
import { YesNoOptions } from "@sims/test-utils";
describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BCAG.`, () => {
- it("Should determine federalAwardBCAGAmount, provincialAwardNetBCAGAmount when calculatedDataTotalFamilyIncome <= limitAwardBCAGIncomeCap", async () => {
+ it("Should determine provincialAwardBCAGAmount, provincialAwardNetBCAGAmount when calculatedDataTotalFamilyIncome <= limitAwardBCAGIncomeCap", async () => {
// Arrange
const assessmentConsolidatedData =
createFakeConsolidatedPartTimeData(PROGRAM_YEAR);
@@ -23,7 +23,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
assessmentConsolidatedData,
);
// Assert
- // federalAwardBCAGAmount is 1000 (limitAwardBCAGAmount)
+ // provincialAwardBCAGAmount is 1000 (limitAwardBCAGAmount)
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBeLessThan(
@@ -33,17 +33,17 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(calculatedAssessment.variables.calculatedDataTotalFamilyIncome).toBe(
43000,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(1000);
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(1000);
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
);
});
- it("Should determine federalAwardBCAGAmount when calculatedDataTotalFamilyIncome > limitAwardBCAGIncomeCap", async () => {
+ it("Should determine provincialAwardBCAGAmount when calculatedDataTotalFamilyIncome > limitAwardBCAGIncomeCap", async () => {
// Arrange
const assessmentConsolidatedData =
createFakeConsolidatedPartTimeData(PROGRAM_YEAR);
@@ -58,7 +58,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
assessmentConsolidatedData,
);
// Assert
- // federalAwardBCAGAmount is less than 1000
+ // provincialAwardBCAGAmount is less than 1000
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBeGreaterThan(
@@ -68,7 +68,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(calculatedAssessment.variables.calculatedDataTotalFamilyIncome).toBe(
53000,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
Math.max(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount -
@@ -80,9 +80,9 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
100,
),
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBeLessThan(
- 1000,
- );
+ expect(
+ calculatedAssessment.variables.provincialAwardBCAGAmount,
+ ).toBeLessThan(1000);
});
it("Should determine provincialAwardNetBCAGAmount when awardEligibilityBCAG is true", async () => {
@@ -106,7 +106,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
// provincialAwardNetBCAGAmount is 700.
expect(calculatedAssessment.variables.awardEligibilityBCAG).toBe(true);
expect(
- calculatedAssessment.variables.federalAwardBCAGAmount,
+ calculatedAssessment.variables.provincialAwardBCAGAmount,
).toBeGreaterThan(100);
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
@@ -186,7 +186,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
});
it(
- "Should determine federalAwardBCAGAmount to be 1000, provincialAwardNetBCAGAmount to be 700 when " +
+ "Should determine provincialAwardBCAGAmount to be 1000, provincialAwardNetBCAGAmount to be 700 when " +
"student's current year income is 20001 and their relationship status is single.",
async () => {
// Arrange
@@ -211,11 +211,13 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBe(20001);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(1000);
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
+ 1000,
+ );
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
);
diff --git a/sources/packages/backend/workflow/test/2023-2024/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts b/sources/packages/backend/workflow/test/2023-2024/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
index d422252e93..52edd5914a 100644
--- a/sources/packages/backend/workflow/test/2023-2024/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
+++ b/sources/packages/backend/workflow/test/2023-2024/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
@@ -8,7 +8,7 @@ import { InstitutionTypes } from "../../../models";
import { YesNoOptions } from "@sims/test-utils";
describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BCAG.`, () => {
- it("Should determine federalAwardBCAGAmount when calculatedDataTotalFamilyIncome <= limitAwardBCAGIncomeCap", async () => {
+ it("Should determine provincialAwardBCAGAmount when calculatedDataTotalFamilyIncome <= limitAwardBCAGIncomeCap", async () => {
// Arrange
const assessmentConsolidatedData =
createFakeConsolidatedPartTimeData(PROGRAM_YEAR);
@@ -23,7 +23,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
assessmentConsolidatedData,
);
// Assert
- // federalAwardBCAGAmount is 1000 (limitAwardBCAGAmount)
+ // provincialAwardBCAGAmount is 1000 (limitAwardBCAGAmount)
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBeLessThan(
@@ -33,17 +33,17 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(calculatedAssessment.variables.calculatedDataTotalFamilyIncome).toBe(
43000,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(1000);
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(1000);
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
);
});
- it("Should determine federalAwardBCAGAmount, provincialAwardNetBCAGAmount when calculatedDataTotalFamilyIncome > limitAwardBCAGIncomeCap", async () => {
+ it("Should determine provincialAwardBCAGAmount, provincialAwardNetBCAGAmount when calculatedDataTotalFamilyIncome > limitAwardBCAGIncomeCap", async () => {
// Arrange
const assessmentConsolidatedData =
createFakeConsolidatedPartTimeData(PROGRAM_YEAR);
@@ -58,7 +58,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
assessmentConsolidatedData,
);
// Assert
- // federalAwardBCAGAmount is less than 1000
+ // provincialAwardBCAGAmount is less than 1000
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBeGreaterThan(
@@ -68,7 +68,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(calculatedAssessment.variables.calculatedDataTotalFamilyIncome).toBe(
53000,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
Math.max(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount -
@@ -80,9 +80,9 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
100,
),
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBeLessThan(
- 1000,
- );
+ expect(
+ calculatedAssessment.variables.provincialAwardBCAGAmount,
+ ).toBeLessThan(1000);
});
it("Should determine provincialAwardNetBCAGAmount when awardEligibilityBCAG is true", async () => {
@@ -106,7 +106,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
// provincialAwardNetBCAGAmount is 700.
expect(calculatedAssessment.variables.awardEligibilityBCAG).toBe(true);
expect(
- calculatedAssessment.variables.federalAwardBCAGAmount,
+ calculatedAssessment.variables.provincialAwardBCAGAmount,
).toBeGreaterThan(100);
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
@@ -186,7 +186,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
});
it(
- "Should determine federalAwardBCAGAmount to be 1000, provincialAwardNetBCAGAmount to be 700 when " +
+ "Should determine provincialAwardBCAGAmount to be 1000, provincialAwardNetBCAGAmount to be 700 when " +
"student's current year income is 20001 and their relationship status is single.",
async () => {
// Arrange
@@ -211,11 +211,13 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBe(20001);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(1000);
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
+ 1000,
+ );
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
);
diff --git a/sources/packages/backend/workflow/test/2024-2025/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts b/sources/packages/backend/workflow/test/2024-2025/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
index d422252e93..52edd5914a 100644
--- a/sources/packages/backend/workflow/test/2024-2025/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
+++ b/sources/packages/backend/workflow/test/2024-2025/parttime-assessment/awards-amounts/parttime-assessment-awards-amount-BCAG.e2e-spec.ts
@@ -8,7 +8,7 @@ import { InstitutionTypes } from "../../../models";
import { YesNoOptions } from "@sims/test-utils";
describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BCAG.`, () => {
- it("Should determine federalAwardBCAGAmount when calculatedDataTotalFamilyIncome <= limitAwardBCAGIncomeCap", async () => {
+ it("Should determine provincialAwardBCAGAmount when calculatedDataTotalFamilyIncome <= limitAwardBCAGIncomeCap", async () => {
// Arrange
const assessmentConsolidatedData =
createFakeConsolidatedPartTimeData(PROGRAM_YEAR);
@@ -23,7 +23,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
assessmentConsolidatedData,
);
// Assert
- // federalAwardBCAGAmount is 1000 (limitAwardBCAGAmount)
+ // provincialAwardBCAGAmount is 1000 (limitAwardBCAGAmount)
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBeLessThan(
@@ -33,17 +33,17 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(calculatedAssessment.variables.calculatedDataTotalFamilyIncome).toBe(
43000,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(1000);
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(1000);
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
);
});
- it("Should determine federalAwardBCAGAmount, provincialAwardNetBCAGAmount when calculatedDataTotalFamilyIncome > limitAwardBCAGIncomeCap", async () => {
+ it("Should determine provincialAwardBCAGAmount, provincialAwardNetBCAGAmount when calculatedDataTotalFamilyIncome > limitAwardBCAGIncomeCap", async () => {
// Arrange
const assessmentConsolidatedData =
createFakeConsolidatedPartTimeData(PROGRAM_YEAR);
@@ -58,7 +58,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
assessmentConsolidatedData,
);
// Assert
- // federalAwardBCAGAmount is less than 1000
+ // provincialAwardBCAGAmount is less than 1000
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBeGreaterThan(
@@ -68,7 +68,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(calculatedAssessment.variables.calculatedDataTotalFamilyIncome).toBe(
53000,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
Math.max(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount -
@@ -80,9 +80,9 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
100,
),
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBeLessThan(
- 1000,
- );
+ expect(
+ calculatedAssessment.variables.provincialAwardBCAGAmount,
+ ).toBeLessThan(1000);
});
it("Should determine provincialAwardNetBCAGAmount when awardEligibilityBCAG is true", async () => {
@@ -106,7 +106,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
// provincialAwardNetBCAGAmount is 700.
expect(calculatedAssessment.variables.awardEligibilityBCAG).toBe(true);
expect(
- calculatedAssessment.variables.federalAwardBCAGAmount,
+ calculatedAssessment.variables.provincialAwardBCAGAmount,
).toBeGreaterThan(100);
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
@@ -186,7 +186,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
});
it(
- "Should determine federalAwardBCAGAmount to be 1000, provincialAwardNetBCAGAmount to be 700 when " +
+ "Should determine provincialAwardBCAGAmount to be 1000, provincialAwardNetBCAGAmount to be 700 when " +
"student's current year income is 20001 and their relationship status is single.",
async () => {
// Arrange
@@ -211,11 +211,13 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-BC
expect(
calculatedAssessment.variables.calculatedDataTotalFamilyIncome,
).toBe(20001);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
calculatedAssessment.variables.dmnPartTimeAwardAllowableLimits
.limitAwardBCAGAmount,
);
- expect(calculatedAssessment.variables.federalAwardBCAGAmount).toBe(1000);
+ expect(calculatedAssessment.variables.provincialAwardBCAGAmount).toBe(
+ 1000,
+ );
expect(calculatedAssessment.variables.provincialAwardNetBCAGAmount).toBe(
700,
);
diff --git a/sources/packages/backend/workflow/test/models/assessment.model.ts b/sources/packages/backend/workflow/test/models/assessment.model.ts
index 50098b6a44..9ba830a6be 100644
--- a/sources/packages/backend/workflow/test/models/assessment.model.ts
+++ b/sources/packages/backend/workflow/test/models/assessment.model.ts
@@ -133,7 +133,7 @@ export interface AssessmentConsolidatedData extends JSONDoc {
studentDataPartnerTotalIncomeAssistance?: number;
studentDataVoluntaryContributions?: number;
studentDataScholarshipAmount?: number;
- studentDataPleaseProvideAnEstimationOfYourParentsIncome?: number;
+ studentDataStudentParentsTotalIncome?: number;
studentDataChildSupportAndOrSpousalSupport?: number;
studentDataDaycareCosts11YearsOrUnder?: number;
studentDataDaycareCosts12YearsOrOver?: number;
@@ -331,7 +331,7 @@ export interface CalculatedAssessmentModel {
// CSGD
finalFederalAwardNetCSGDAmount: number;
// BCAG
- federalAwardBCAGAmount: number;
+ provincialAwardBCAGAmount: number;
limitAwardBCAGRemaining: number;
finalProvincialAwardNetBCAGAmount: number;
// SBSD
diff --git a/sources/packages/backend/workflow/test/test-utils/factories/assessment-consolidated-data.ts b/sources/packages/backend/workflow/test/test-utils/factories/assessment-consolidated-data.ts
index 97de2b038a..5233a9f685 100644
--- a/sources/packages/backend/workflow/test/test-utils/factories/assessment-consolidated-data.ts
+++ b/sources/packages/backend/workflow/test/test-utils/factories/assessment-consolidated-data.ts
@@ -135,7 +135,7 @@ function getDefaultAssessmentConsolidatedData(): AssessmentConsolidatedData {
studentDataPartnerTotalIncomeAssistance: null,
studentDataVoluntaryContributions: null,
studentDataScholarshipAmount: null,
- studentDataPleaseProvideAnEstimationOfYourParentsIncome: null,
+ studentDataStudentParentsTotalIncome: null,
studentDataChildSupportAndOrSpousalSupport: null,
studentDataDaycareCosts11YearsOrUnder: null,
studentDataDaycareCosts12YearsOrOver: null,
@@ -252,7 +252,7 @@ export function createParentsData(options?: {
// Set additional information when parents are not able to provide
// their income using the supporting users portal.
if (validSinNumber === YesNoOptions.No) {
- parentsData.studentDataPleaseProvideAnEstimationOfYourParentsIncome = 150000;
+ parentsData.studentDataStudentParentsTotalIncome = 150000;
}
parentsData.studentDataParentValidSinNumber = validSinNumber;
if (dataType === AssessmentDataType.Submit) {
diff --git a/sources/packages/forms/src/form-definitions/sfaa2022-23.json b/sources/packages/forms/src/form-definitions/sfaa2022-23.json
index 6d23d34dec..18e99d2857 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2022-23.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2022-23.json
@@ -485,74 +485,6 @@
"addons": [],
"lazyLoad": false
},
- {
- "label": "applicationId",
- "key": "applicationId1",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "elknlor",
- "addons": []
- },
{
"label": "workflowName",
"calculateValue": "value = \"assessment-gateway\"",
@@ -619,7 +551,8 @@
"allowMultipleMasks": false,
"inputType": "hidden",
"id": "ebsh4es",
- "addons": []
+ "addons": [],
+ "tags": []
}
],
"input": false,
@@ -2198,7 +2131,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ejhdok9"
+ "id": "ejhdok9",
+ "tags": []
},
{
"label": "Program description",
@@ -2282,7 +2216,8 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "efzyprr"
+ "id": "efzyprr",
+ "tags": []
},
{
"label": "HTML",
@@ -2908,7 +2843,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e7m0jxv"
+ "id": "e7m0jxv",
+ "tags": []
},
{
"label": "HTML",
@@ -3065,7 +3001,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "id": "e9qep33r"
+ "id": "e9qep33r",
+ "tags": []
}
],
"width": 6,
@@ -3151,7 +3088,8 @@
"addons": [],
"tag": "p",
"id": "eovpl3k",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -3308,7 +3246,8 @@
"addons": [],
"tag": "p",
"id": "eueqprv",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -3394,7 +3333,8 @@
"addons": [],
"tag": "p",
"id": "etilmiw",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -4230,7 +4170,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e6uctnl"
+ "id": "e6uctnl",
+ "tags": []
}
],
"width": 6,
@@ -4318,7 +4259,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eqkr5x"
+ "id": "eqkr5x",
+ "tags": []
}
],
"size": "md",
@@ -4490,7 +4432,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehhui5b"
+ "id": "ehhui5b",
+ "tags": []
}
],
"width": 6,
@@ -4591,7 +4534,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "epcwxa"
+ "id": "epcwxa",
+ "tags": []
}
],
"size": "md",
@@ -5002,7 +4946,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "egjry98"
+ "id": "egjry98",
+ "tags": []
}
],
"placeholder": "",
@@ -5311,7 +5256,9 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "ewu7omd"
+ "id": "ewu7omd",
+ "tags": [],
+ "lockKey": true
},
{
"label": "selectedOfferingDate",
@@ -5401,26 +5348,6 @@
"properties": {},
"lockKey": true
},
- {
- "input": true,
- "tableView": false,
- "key": "maximumAllowedDaysAfterStudyEndDate",
- "label": "Maximum allowed days after study end date",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "lockKey": true,
- "calculateValue": "/**\n * Maximum number of days past the study period end date\n * beyond when an application will require StudentAid BC\n * approval for funding.\n */\n \nvalue = 42;",
- "calculateServer": true
- },
{
"input": true,
"tableView": false,
@@ -6013,7 +5940,8 @@
"id": "eollo8c",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Date of birth",
@@ -6092,7 +6020,8 @@
"id": "eiro1mh",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Home address",
@@ -6171,7 +6100,8 @@
"id": "eppxei",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Email",
@@ -6249,7 +6179,8 @@
"id": "ey8k2yp",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
}
],
"width": 6,
@@ -6337,7 +6268,8 @@
"id": "eug619a",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Gender",
@@ -6416,7 +6348,8 @@
"id": "el67mt",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Phone number",
@@ -6495,7 +6428,8 @@
"id": "egglzja",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Disability status",
@@ -9354,7 +9288,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "e15yoie"
+ "id": "e15yoie",
+ "tags": []
},
{
"label": "Columns",
@@ -9427,7 +9362,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "euomj5"
+ "id": "euomj5",
+ "tags": []
}
],
"width": 6,
@@ -9505,7 +9441,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "edp1zrf"
+ "id": "edp1zrf",
+ "tags": []
}
],
"width": 6,
@@ -9681,7 +9618,8 @@
"breadcrumb": "default",
"id": "eo7yj4f",
"addons": [],
- "lazyLoad": false
+ "lazyLoad": false,
+ "tags": []
},
{
"label": "Do you identify as an Indigenous person; that is, First Nations, Métis or Inuit?",
@@ -10348,7 +10286,8 @@
"addons": [],
"inputType": "text",
"id": "ep2gj8",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
}
],
"id": "etmjo4"
@@ -10908,7 +10847,8 @@
"fieldSet": false,
"id": "eqf8qus",
"addons": [],
- "tags": []
+ "tags": [],
+ "lockKey": true
}
],
"id": "erpkbb"
@@ -11435,7 +11375,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": []
},
{
"label": "Last name",
@@ -11513,7 +11454,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": []
},
{
"label": "What is your relationship with this contact?",
@@ -11579,7 +11521,7 @@
},
"errorLabel": "",
"errors": "",
- "key": "strongWhatIsYourRelationshipWithThisContactStrong",
+ "key": "relationshipWithThisContact",
"tags": [],
"properties": {},
"conditional": {
@@ -11590,9 +11532,7 @@
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "strongWhatIsYourRelationshipWithThisContactStrong"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -11619,7 +11559,8 @@
"fieldSet": false,
"id": "ego9ype0000000000000000000000000000000000",
"defaultValue": "",
- "inDataGrid": true
+ "inDataGrid": true,
+ "lockKey": true
}
],
"placeholder": "",
@@ -11750,7 +11691,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "id": "e2x6dd"
+ "id": "e2x6dd",
+ "tags": []
},
{
"label": "HTML",
@@ -11825,7 +11767,8 @@
"addons": [],
"tag": "p",
"id": "esnordm",
- "className": ""
+ "className": "",
+ "tags": []
},
{
"label": "HTML",
@@ -12050,7 +11993,8 @@
"addons": [],
"tag": "p",
"id": "eds51he",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"placeholder": "",
@@ -12170,7 +12114,8 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ezrjvqr"
+ "id": "ezrjvqr",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -12229,7 +12174,8 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "eksx7j"
+ "id": "eksx7j",
+ "tags": []
}
],
"placeholder": "",
@@ -12962,10 +12908,7 @@
"fullName": "",
"dateOfBirth": "",
"attendingPostSecondarySchool": "",
- "declaredOnTaxes": "",
- "validDependent": null,
- "age": null,
- "isavalidDependant": ""
+ "declaredOnTaxes": ""
}
],
"validate": {
@@ -13073,7 +13016,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eb4ko98"
+ "id": "eb4ko98",
+ "tags": []
}
],
"width": 6,
@@ -13174,7 +13118,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eqxpkn"
+ "id": "eqxpkn",
+ "tags": []
}
],
"width": 4,
@@ -13429,7 +13374,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ea0vyrg"
+ "id": "ea0vyrg",
+ "tags": []
},
{
"title": "Upload panel",
@@ -13519,7 +13465,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "e52khib"
+ "id": "e52khib",
+ "tags": []
},
{
"label": "HTML",
@@ -13929,7 +13876,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "evdve9"
+ "id": "evdve9",
+ "tags": []
},
{
"input": false,
@@ -14215,142 +14163,6 @@
"theme": "default",
"breadcrumb": "default",
"id": "ec900o"
- },
- {
- "label": "IsAValidDependant",
- "calculateValue": "value = (((row.validDependent <= 18) && (row.validDependent >= 0)) || \n(row.validDependent >= 19 && row.validDependent <= 22 && row.attendingPostSecondarySchool === \"yes\") || \n(row.declaredOnTaxes === \"yes\"));",
- "key": "isavalidDependant",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ex4d8je"
- },
- {
- "label": "ValidDependent",
- "calculateValue": "//value =-1 is connected , to Will you have a child age 11 years or under in daycare?, pls check the logic, before you change the -1\r\nvalue = -1;\r\nconst studyTime = data.studystartDate\r\n ? new Date(data.studystartDate).getTime()\r\n : data.selectedOfferingDate\r\n ? new Date(data.selectedOfferingDate).getTime()\r\n : null;\r\nif (studyTime) {\r\n const birthDateTime = new Date(row.dateOfBirth).getTime();\r\n const difference = studyTime - birthDateTime;\r\n const age = difference / (1000 * 60 * 60 * 24 * 365);\r\n value = parseInt(age);\r\n}",
- "key": "validDependent",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ewllvk"
}
],
"id": "eja9nnp000000000000000000",
@@ -14462,7 +14274,8 @@
"tree": true,
"lazyLoad": false,
"disableAddingRemovingRows": false,
- "id": "eloofid"
+ "id": "eloofid",
+ "tags": []
}
],
"placeholder": "",
@@ -15966,7 +15779,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ebhbans"
+ "id": "ebhbans",
+ "tags": []
},
{
"label": "Additional information required",
@@ -16962,11 +16776,11 @@
},
"errorLabel": "",
"errors": "",
- "key": "ifYourPartnerWillBeAFullTimeStudentHowManyWeeksOfYourStudyPeriodWillTheyAlsoBeInStudies",
+ "key": "partnerStudyWeeks",
"tags": [],
"properties": {},
"conditional": {
- "show": true,
+ "show": "true",
"when": "partnerfulltimeStudent",
"eq": "yes",
"json": ""
@@ -16994,7 +16808,8 @@
"addons": [],
"id": "euxcw9w",
"defaultValue": null,
- "inputType": "number"
+ "inputType": "number",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -17249,7 +17064,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"allowPrevious": false,
@@ -17504,7 +17320,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"allowPrevious": false,
@@ -17618,7 +17435,7 @@
},
"errorLabel": "",
"errors": "",
- "key": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants",
+ "key": "isPartnerTakingCareOfEligibleDependents",
"tags": [],
"properties": {},
"conditional": {
@@ -17629,9 +17446,7 @@
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -17658,7 +17473,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "ec3fha",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -18708,7 +18524,8 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "ej0o81d"
+ "id": "ej0o81d",
+ "tags": []
},
{
"label": "Please provide an estimation of your parents income",
@@ -18731,7 +18548,7 @@
"step": "any",
"integer": ""
},
- "key": "pleaseProvideAnEstimationOfYourParentsIncome",
+ "key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
@@ -18790,7 +18607,8 @@
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
- "tags": []
+ "tags": [],
+ "lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
@@ -18871,7 +18689,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
@@ -18952,7 +18771,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
},
{
"label": "HTML",
@@ -19206,10 +19026,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "doYourParentsHaveDependantsOtherThanYourself",
- "attributes": {
- "data-cy": "doYourParentsHaveDependantsOtherThanYourself"
- },
+ "key": "doesStudentParentHaveOtherDependents",
+ "attributes": {},
"type": "radio",
"input": true,
"placeholder": "",
@@ -19241,7 +19059,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19261,7 +19079,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ec5ince"
+ "id": "ec5ince",
+ "tags": [],
+ "lockKey": true
},
{
"title": "Your siblings and other dependents panel",
@@ -19276,8 +19096,8 @@
"hideLabel": true,
"key": "yourSiblingsAndOtherDependentsPanel",
"conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "show": "true",
+ "when": "doesStudentParentHaveOtherDependents",
"eq": "yes"
},
"type": "panel",
@@ -19446,15 +19266,15 @@
"tableView": false,
"defaultValue": [
{
- "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod": "",
- "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability": "",
- "ageAtStartOfYourStudyPeriod": ""
+ "attendingPostSecondarySchool": "",
+ "declaredOnTaxes": "",
+ "ageAtStudyStartDate": ""
}
],
"key": "parentDependentTable",
"conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "show": "true",
+ "when": "doesStudentParentHaveOtherDependents",
"eq": "yes"
},
"type": "datagrid",
@@ -19481,7 +19301,7 @@
"step": "any",
"integer": ""
},
- "key": "ageAtStartOfYourStudyPeriod",
+ "key": "ageAtStudyStartDate",
"type": "number",
"input": true,
"id": "er24b4x",
@@ -19518,7 +19338,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19537,7 +19357,9 @@
"allowMultipleMasks": false,
"addons": [],
"inDataGrid": true,
- "inputType": "number"
+ "inputType": "number",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Will this dependant be attending high school or full-time post-secondary school at the start of your study period?",
@@ -19565,10 +19387,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod",
- "attributes": {
- "data-cy": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod"
- },
+ "key": "attendingPostSecondarySchool",
+ "attributes": {},
"type": "radio",
"input": true,
"id": "eyib08",
@@ -19602,7 +19422,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19622,7 +19442,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": [],
+ "lockKey": true
},
{
"label": "Did you parent(s) claim this dependant on their 20xx Income Tax Return due to a disability?",
@@ -19650,10 +19472,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability",
- "attributes": {
- "data-cy": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability"
- },
+ "key": "declaredOnTaxes",
+ "attributes": {},
"type": "radio",
"input": true,
"id": "ezhtbqcj",
@@ -19687,7 +19507,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19707,7 +19527,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": [],
+ "lockKey": true
}
],
"placeholder": "",
@@ -19764,7 +19586,8 @@
"tree": true,
"lazyLoad": false,
"disableAddingRemovingRows": false,
- "id": "e43w5za"
+ "id": "e43w5za",
+ "tags": []
}
],
"allowPrevious": false,
@@ -19823,7 +19646,8 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "evmmjfh"
+ "id": "evmmjfh",
+ "tags": []
}
],
"allowPrevious": false,
@@ -21611,7 +21435,9 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "egjvujk"
+ "id": "egjvujk",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Columns",
@@ -22796,7 +22622,8 @@
"value": "",
"name": "",
"id": "eqxobp2",
- "addons": []
+ "addons": [],
+ "tags": []
}
],
"allowPrevious": false,
@@ -23863,9 +23690,9 @@
"minWords": "",
"maxWords": ""
},
- "key": "pleaseExplainYourExceptionalCircumstance",
+ "key": "otherExceptionalCircumstance",
"conditional": {
- "show": true,
+ "show": "true",
"when": "reasonsignificantdecreaseInIncome",
"eq": "other"
},
@@ -23927,7 +23754,9 @@
"id": "ezeo4r",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": [],
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -24071,7 +23900,7 @@
"input": true,
"tableView": false,
"label": "Upload supporting documents:",
- "key": "decreaseInIncomePanelUploadsupportingdocuments",
+ "key": "decreaseInIncomeSupportingDocuments",
"image": false,
"imageSize": "200",
"placeholder": "",
@@ -24100,7 +23929,8 @@
"customClass": "font-weight-bold",
"validate": {
"required": true
- }
+ },
+ "lockKey": true
},
{
"clearOnHide": false,
@@ -24799,10 +24629,8 @@
"shortcut": ""
}
],
- "key": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong",
- "attributes": {
- "data-cy": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong"
- },
+ "key": "reasonForExceptionalExpense",
+ "attributes": {},
"type": "radio",
"input": true,
"placeholder": "",
@@ -24844,7 +24672,7 @@
"onlyAvailableItems": true
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -24864,13 +24692,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "euojgnj"
+ "id": "euojgnj",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Type of expense andWhen expenses occurred andAmount",
"autoExpand": false,
"tableView": true,
- "key": "strongPleaseExplainYourSituationStrong",
+ "key": "otherExceptionalExpenseReason",
"type": "textarea",
"input": true,
"placeholder": "",
@@ -24919,7 +24749,7 @@
"maxWords": ""
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -24948,7 +24778,9 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "ekefms8"
+ "id": "ekefms8",
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -25330,7 +25162,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "ea87f6w"
+ "id": "ea87f6w",
+ "tags": []
},
{
"label": "Columns",
@@ -25911,7 +25744,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "evwiagm",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
},
{
"title": "Daycare costs that you incur for your child(ren) age 11 years or under Panel",
@@ -27015,7 +26849,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -27271,7 +27106,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -27783,7 +27619,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -28039,7 +27876,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -28282,7 +28120,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eo9gian"
+ "id": "eo9gian",
+ "tags": []
},
{
"title": "Room and board rent panel",
@@ -28381,7 +28220,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e3w53xm"
+ "id": "e3w53xm",
+ "tags": []
},
{
"title": "Your parent(s)/step-parent/sponsor/legal guardian situation Panel",
@@ -28470,7 +28310,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "e535uwp"
+ "id": "e535uwp",
+ "tags": []
},
{
"label": "HTML",
@@ -28714,15 +28555,17 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "el21rfa"
+ "id": "el21rfa",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Please explain your situation:",
"autoExpand": false,
"tableView": true,
- "key": "textArea",
+ "key": "livingAtHomeRentOtherDescription",
"conditional": {
- "show": true,
+ "show": "true",
"when": "livingathomerentDescription",
"eq": "other"
},
@@ -28798,7 +28641,9 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "etnpur"
+ "id": "etnpur",
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -29105,7 +28950,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "evwba29"
+ "id": "evwba29",
+ "tags": []
},
{
"label": "Columns",
@@ -29702,20 +29548,18 @@
},
"errorLabel": "",
"errors": "",
- "key": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "key": "considerCostToRelocateToDifferentCity",
"tags": [],
"properties": {},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": "",
"json": ""
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -29742,7 +29586,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "enxmjyj",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
},
{
"title": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home Panel",
@@ -29757,8 +29602,8 @@
"hideLabel": true,
"key": "ifYouMustRelocateToADifferentCityToAttendSchoolAndYouWillReturnHomeAtLeastOnceDuringYourStudyPeriodWhatIsTheCostOfOneReturnTripHomePanel",
"conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "show": "true",
+ "when": "considerCostToRelocateToDifferentCity",
"eq": "yes"
},
"type": "panel",
@@ -29788,8 +29633,8 @@
},
"key": "returntriphomeCost",
"conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "show": "true",
+ "when": "considerCostToRelocateToDifferentCity",
"eq": "yes"
},
"type": "currency",
@@ -29904,7 +29749,8 @@
"breadcrumb": "default",
"id": "e0mlhmb",
"addons": [],
- "lazyLoad": false
+ "lazyLoad": false,
+ "tags": []
}
],
"id": "enu5jl9"
@@ -30465,7 +30311,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "ebhurj"
+ "id": "ebhurj",
+ "tags": []
},
{
"label": "Are you the owner of the vehicle?",
@@ -31165,7 +31012,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "e9ybwvl"
+ "id": "e9ybwvl",
+ "tags": []
},
{
"label": "Columns",
diff --git a/sources/packages/forms/src/form-definitions/sfaa2023-24.json b/sources/packages/forms/src/form-definitions/sfaa2023-24.json
index fa4c74c915..00e69f29a7 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2023-24.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2023-24.json
@@ -485,74 +485,6 @@
"addons": [],
"lazyLoad": false
},
- {
- "label": "applicationId",
- "key": "applicationId1",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "elknlor",
- "addons": []
- },
{
"label": "workflowName",
"calculateValue": "value = \"assessment-gateway\"",
@@ -619,7 +551,8 @@
"allowMultipleMasks": false,
"inputType": "hidden",
"id": "ebsh4es",
- "addons": []
+ "addons": [],
+ "tags": []
}
],
"input": false,
@@ -2198,7 +2131,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ejhdok9"
+ "id": "ejhdok9",
+ "tags": []
},
{
"label": "Program description",
@@ -2282,7 +2216,8 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "efzyprr"
+ "id": "efzyprr",
+ "tags": []
},
{
"label": "HTML",
@@ -2908,7 +2843,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e7m0jxv"
+ "id": "e7m0jxv",
+ "tags": []
},
{
"label": "HTML",
@@ -3065,7 +3001,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "id": "e9qep33r"
+ "id": "e9qep33r",
+ "tags": []
}
],
"width": 6,
@@ -3151,7 +3088,8 @@
"addons": [],
"tag": "p",
"id": "eovpl3k",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -3308,7 +3246,8 @@
"addons": [],
"tag": "p",
"id": "eueqprv",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -3394,7 +3333,8 @@
"addons": [],
"tag": "p",
"id": "etilmiw",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -4230,7 +4170,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e6uctnl"
+ "id": "e6uctnl",
+ "tags": []
}
],
"width": 6,
@@ -4318,7 +4259,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eqkr5x"
+ "id": "eqkr5x",
+ "tags": []
}
],
"size": "md",
@@ -4490,7 +4432,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehhui5b"
+ "id": "ehhui5b",
+ "tags": []
}
],
"width": 6,
@@ -4591,7 +4534,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "epcwxa"
+ "id": "epcwxa",
+ "tags": []
}
],
"size": "md",
@@ -5002,7 +4946,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "egjry98"
+ "id": "egjry98",
+ "tags": []
}
],
"placeholder": "",
@@ -5311,7 +5256,9 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "ewu7omd"
+ "id": "ewu7omd",
+ "tags": [],
+ "lockKey": true
},
{
"label": "selectedOfferingDate",
@@ -5401,26 +5348,6 @@
"properties": {},
"lockKey": true
},
- {
- "input": true,
- "tableView": false,
- "key": "maximumAllowedDaysAfterStudyEndDate",
- "label": "Maximum allowed days after study end date",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "lockKey": true,
- "calculateValue": "/**\n * Maximum number of days past the study period end date\n * beyond when an application will require StudentAid BC\n * approval for funding.\n */\n \nvalue = 42;",
- "calculateServer": true
- },
{
"input": true,
"tableView": false,
@@ -6013,7 +5940,8 @@
"id": "eollo8c",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Date of birth",
@@ -6092,7 +6020,8 @@
"id": "eiro1mh",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Home address",
@@ -6171,7 +6100,8 @@
"id": "eppxei",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Email",
@@ -6249,7 +6179,8 @@
"id": "ey8k2yp",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
}
],
"width": 6,
@@ -6337,7 +6268,8 @@
"id": "eug619a",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Gender",
@@ -6416,7 +6348,8 @@
"id": "el67mt",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Phone number",
@@ -6495,7 +6428,8 @@
"id": "egglzja",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Disability status",
@@ -9354,7 +9288,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "e15yoie"
+ "id": "e15yoie",
+ "tags": []
},
{
"label": "Columns",
@@ -9427,7 +9362,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "euomj5"
+ "id": "euomj5",
+ "tags": []
}
],
"width": 6,
@@ -9505,7 +9441,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "edp1zrf"
+ "id": "edp1zrf",
+ "tags": []
}
],
"width": 6,
@@ -9681,7 +9618,8 @@
"breadcrumb": "default",
"id": "eo7yj4f",
"addons": [],
- "lazyLoad": false
+ "lazyLoad": false,
+ "tags": []
},
{
"label": "Do you identify as an Indigenous person; that is, First Nations, Métis or Inuit?",
@@ -10348,7 +10286,8 @@
"addons": [],
"inputType": "text",
"id": "ep2gj8",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
}
],
"id": "etmjo4"
@@ -10908,7 +10847,8 @@
"fieldSet": false,
"id": "eqf8qus",
"addons": [],
- "tags": []
+ "tags": [],
+ "lockKey": true
}
],
"id": "erpkbb"
@@ -11435,7 +11375,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": []
},
{
"label": "Last name",
@@ -11513,7 +11454,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": []
},
{
"label": "What is your relationship with this contact?",
@@ -11579,7 +11521,7 @@
},
"errorLabel": "",
"errors": "",
- "key": "strongWhatIsYourRelationshipWithThisContactStrong",
+ "key": "relationshipWithThisContact",
"tags": [],
"properties": {},
"conditional": {
@@ -11590,9 +11532,7 @@
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "strongWhatIsYourRelationshipWithThisContactStrong"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -11619,7 +11559,8 @@
"fieldSet": false,
"id": "ego9ype0000000000000000000000000000000000",
"defaultValue": "",
- "inDataGrid": true
+ "inDataGrid": true,
+ "lockKey": true
}
],
"placeholder": "",
@@ -11750,7 +11691,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "id": "e2x6dd"
+ "id": "e2x6dd",
+ "tags": []
},
{
"label": "HTML",
@@ -11825,7 +11767,8 @@
"addons": [],
"tag": "p",
"id": "esnordm",
- "className": ""
+ "className": "",
+ "tags": []
},
{
"label": "HTML",
@@ -12050,7 +11993,8 @@
"addons": [],
"tag": "p",
"id": "eds51he",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"placeholder": "",
@@ -12170,7 +12114,8 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ezrjvqr"
+ "id": "ezrjvqr",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -12229,7 +12174,8 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "eksx7j"
+ "id": "eksx7j",
+ "tags": []
}
],
"placeholder": "",
@@ -12962,10 +12908,7 @@
"fullName": "",
"dateOfBirth": "",
"attendingPostSecondarySchool": "",
- "declaredOnTaxes": "",
- "validDependent": null,
- "age": null,
- "isavalidDependant": ""
+ "declaredOnTaxes": ""
}
],
"validate": {
@@ -13073,7 +13016,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eb4ko98"
+ "id": "eb4ko98",
+ "tags": []
}
],
"width": 6,
@@ -13174,7 +13118,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eqxpkn"
+ "id": "eqxpkn",
+ "tags": []
}
],
"width": 4,
@@ -13429,7 +13374,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ea0vyrg"
+ "id": "ea0vyrg",
+ "tags": []
},
{
"title": "Upload panel",
@@ -13519,7 +13465,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "e52khib"
+ "id": "e52khib",
+ "tags": []
},
{
"label": "HTML",
@@ -13929,7 +13876,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "evdve9"
+ "id": "evdve9",
+ "tags": []
},
{
"input": false,
@@ -14215,142 +14163,6 @@
"theme": "default",
"breadcrumb": "default",
"id": "ec900o"
- },
- {
- "label": "IsAValidDependant",
- "calculateValue": "value = (((row.validDependent <= 18) && (row.validDependent >= 0)) || \n(row.validDependent >= 19 && row.validDependent <= 22 && row.attendingPostSecondarySchool === \"yes\") || \n(row.declaredOnTaxes === \"yes\"));",
- "key": "isavalidDependant",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ex4d8je"
- },
- {
- "label": "ValidDependent",
- "calculateValue": "//value =-1 is connected , to Will you have a child age 11 years or under in daycare?, pls check the logic, before you change the -1\r\nvalue = -1;\r\nconst studyTime = data.studystartDate\r\n ? new Date(data.studystartDate).getTime()\r\n : data.selectedOfferingDate\r\n ? new Date(data.selectedOfferingDate).getTime()\r\n : null;\r\nif (studyTime) {\r\n const birthDateTime = new Date(row.dateOfBirth).getTime();\r\n const difference = studyTime - birthDateTime;\r\n const age = difference / (1000 * 60 * 60 * 24 * 365);\r\n value = parseInt(age);\r\n}",
- "key": "validDependent",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ewllvk"
}
],
"id": "eja9nnp000000000000000000",
@@ -14462,7 +14274,8 @@
"tree": true,
"lazyLoad": false,
"disableAddingRemovingRows": false,
- "id": "eloofid"
+ "id": "eloofid",
+ "tags": []
}
],
"placeholder": "",
@@ -15966,7 +15779,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ebhbans"
+ "id": "ebhbans",
+ "tags": []
},
{
"label": "Additional information required",
@@ -16962,11 +16776,11 @@
},
"errorLabel": "",
"errors": "",
- "key": "ifYourPartnerWillBeAFullTimeStudentHowManyWeeksOfYourStudyPeriodWillTheyAlsoBeInStudies",
+ "key": "partnerStudyWeeks",
"tags": [],
"properties": {},
"conditional": {
- "show": true,
+ "show": "true",
"when": "partnerfulltimeStudent",
"eq": "yes",
"json": ""
@@ -16994,7 +16808,8 @@
"addons": [],
"id": "euxcw9w",
"defaultValue": null,
- "inputType": "number"
+ "inputType": "number",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -17249,7 +17064,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"allowPrevious": false,
@@ -17504,7 +17320,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"allowPrevious": false,
@@ -17618,7 +17435,7 @@
},
"errorLabel": "",
"errors": "",
- "key": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants",
+ "key": "isPartnerTakingCareOfEligibleDependents",
"tags": [],
"properties": {},
"conditional": {
@@ -17629,9 +17446,7 @@
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -17658,7 +17473,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "ec3fha",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -18708,7 +18524,8 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "ej0o81d"
+ "id": "ej0o81d",
+ "tags": []
},
{
"label": "Please provide an estimation of your parents income",
@@ -18731,7 +18548,7 @@
"step": "any",
"integer": ""
},
- "key": "pleaseProvideAnEstimationOfYourParentsIncome",
+ "key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
@@ -18790,7 +18607,8 @@
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
- "tags": []
+ "tags": [],
+ "lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
@@ -18871,7 +18689,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
@@ -18952,7 +18771,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
},
{
"label": "HTML",
@@ -19206,10 +19026,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "doYourParentsHaveDependantsOtherThanYourself",
- "attributes": {
- "data-cy": "doYourParentsHaveDependantsOtherThanYourself"
- },
+ "key": "doesStudentParentHaveOtherDependents",
+ "attributes": {},
"type": "radio",
"input": true,
"placeholder": "",
@@ -19241,7 +19059,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19261,7 +19079,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ec5ince"
+ "id": "ec5ince",
+ "tags": [],
+ "lockKey": true
},
{
"title": "Your siblings and other dependents panel",
@@ -19276,8 +19096,8 @@
"hideLabel": true,
"key": "yourSiblingsAndOtherDependentsPanel",
"conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "show": "true",
+ "when": "doesStudentParentHaveOtherDependents",
"eq": "yes"
},
"type": "panel",
@@ -19446,15 +19266,15 @@
"tableView": false,
"defaultValue": [
{
- "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod": "",
- "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability": "",
- "ageAtStartOfYourStudyPeriod": ""
+ "attendingPostSecondarySchool": "",
+ "declaredOnTaxes": "",
+ "ageAtStudyStartDate": ""
}
],
"key": "parentDependentTable",
"conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "show": "true",
+ "when": "doesStudentParentHaveOtherDependents",
"eq": "yes"
},
"type": "datagrid",
@@ -19481,7 +19301,7 @@
"step": "any",
"integer": ""
},
- "key": "ageAtStartOfYourStudyPeriod",
+ "key": "ageAtStudyStartDate",
"type": "number",
"input": true,
"id": "er24b4x",
@@ -19518,7 +19338,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19537,7 +19357,9 @@
"allowMultipleMasks": false,
"addons": [],
"inDataGrid": true,
- "inputType": "number"
+ "inputType": "number",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Will this dependant be attending high school or full-time post-secondary school at the start of your study period?",
@@ -19565,10 +19387,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod",
- "attributes": {
- "data-cy": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod"
- },
+ "key": "attendingPostSecondarySchool",
+ "attributes": {},
"type": "radio",
"input": true,
"id": "eyib08",
@@ -19602,7 +19422,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19622,7 +19442,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": [],
+ "lockKey": true
},
{
"label": "Did you parent(s) claim this dependant on their 20xx Income Tax Return due to a disability?",
@@ -19650,10 +19472,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability",
- "attributes": {
- "data-cy": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability"
- },
+ "key": "declaredOnTaxes",
+ "attributes": {},
"type": "radio",
"input": true,
"id": "ezhtbqcj",
@@ -19687,7 +19507,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19707,7 +19527,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": [],
+ "lockKey": true
}
],
"placeholder": "",
@@ -19764,7 +19586,8 @@
"tree": true,
"lazyLoad": false,
"disableAddingRemovingRows": false,
- "id": "e43w5za"
+ "id": "e43w5za",
+ "tags": []
}
],
"allowPrevious": false,
@@ -19823,7 +19646,8 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "evmmjfh"
+ "id": "evmmjfh",
+ "tags": []
}
],
"allowPrevious": false,
@@ -21611,7 +21435,9 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "egjvujk"
+ "id": "egjvujk",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Columns",
@@ -22796,7 +22622,8 @@
"value": "",
"name": "",
"id": "eqxobp2",
- "addons": []
+ "addons": [],
+ "tags": []
}
],
"allowPrevious": false,
@@ -23863,9 +23690,9 @@
"minWords": "",
"maxWords": ""
},
- "key": "pleaseExplainYourExceptionalCircumstance",
+ "key": "otherExceptionalCircumstance",
"conditional": {
- "show": true,
+ "show": "true",
"when": "reasonsignificantdecreaseInIncome",
"eq": "other"
},
@@ -23927,7 +23754,9 @@
"id": "ezeo4r",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": [],
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -24071,7 +23900,7 @@
"input": true,
"tableView": false,
"label": "Upload supporting documents:",
- "key": "decreaseInIncomePanelUploadsupportingdocuments",
+ "key": "decreaseInIncomeSupportingDocuments",
"image": false,
"imageSize": "200",
"placeholder": "",
@@ -24100,7 +23929,8 @@
"customClass": "font-weight-bold",
"validate": {
"required": true
- }
+ },
+ "lockKey": true
},
{
"clearOnHide": false,
@@ -24799,10 +24629,8 @@
"shortcut": ""
}
],
- "key": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong",
- "attributes": {
- "data-cy": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong"
- },
+ "key": "reasonForExceptionalExpense",
+ "attributes": {},
"type": "radio",
"input": true,
"placeholder": "",
@@ -24844,7 +24672,7 @@
"onlyAvailableItems": true
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -24864,13 +24692,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "euojgnj"
+ "id": "euojgnj",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Type of expense andWhen expenses occurred andAmount",
"autoExpand": false,
"tableView": true,
- "key": "strongPleaseExplainYourSituationStrong",
+ "key": "otherExceptionalExpenseReason",
"type": "textarea",
"input": true,
"placeholder": "",
@@ -24919,7 +24749,7 @@
"maxWords": ""
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -24948,7 +24778,9 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "ekefms8"
+ "id": "ekefms8",
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -25330,7 +25162,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "ea87f6w"
+ "id": "ea87f6w",
+ "tags": []
},
{
"label": "Columns",
@@ -25911,7 +25744,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "evwiagm",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
},
{
"title": "Daycare costs that you incur for your child(ren) age 11 years or under Panel",
@@ -27015,7 +26849,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -27271,7 +27106,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -27783,7 +27619,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -28039,7 +27876,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -28282,7 +28120,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eo9gian"
+ "id": "eo9gian",
+ "tags": []
},
{
"title": "Room and board rent panel",
@@ -28381,7 +28220,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e3w53xm"
+ "id": "e3w53xm",
+ "tags": []
},
{
"title": "Your parent(s)/step-parent/sponsor/legal guardian situation Panel",
@@ -28470,7 +28310,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "e535uwp"
+ "id": "e535uwp",
+ "tags": []
},
{
"label": "HTML",
@@ -28714,15 +28555,17 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "el21rfa"
+ "id": "el21rfa",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Please explain your situation:",
"autoExpand": false,
"tableView": true,
- "key": "textArea",
+ "key": "livingAtHomeRentOtherDescription",
"conditional": {
- "show": true,
+ "show": "true",
"when": "livingathomerentDescription",
"eq": "other"
},
@@ -28798,7 +28641,9 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "etnpur"
+ "id": "etnpur",
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -29105,7 +28950,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "evwba29"
+ "id": "evwba29",
+ "tags": []
},
{
"label": "Columns",
@@ -29702,20 +29548,18 @@
},
"errorLabel": "",
"errors": "",
- "key": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "key": "considerCostToRelocateToDifferentCity",
"tags": [],
"properties": {},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": "",
"json": ""
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -29742,7 +29586,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "enxmjyj",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
},
{
"title": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home Panel",
@@ -29757,8 +29602,8 @@
"hideLabel": true,
"key": "ifYouMustRelocateToADifferentCityToAttendSchoolAndYouWillReturnHomeAtLeastOnceDuringYourStudyPeriodWhatIsTheCostOfOneReturnTripHomePanel",
"conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "show": "true",
+ "when": "considerCostToRelocateToDifferentCity",
"eq": "yes"
},
"type": "panel",
@@ -29788,8 +29633,8 @@
},
"key": "returntriphomeCost",
"conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "show": "true",
+ "when": "considerCostToRelocateToDifferentCity",
"eq": "yes"
},
"type": "currency",
@@ -29904,7 +29749,8 @@
"breadcrumb": "default",
"id": "e0mlhmb",
"addons": [],
- "lazyLoad": false
+ "lazyLoad": false,
+ "tags": []
}
],
"id": "enu5jl9"
@@ -30465,7 +30311,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "ebhurj"
+ "id": "ebhurj",
+ "tags": []
},
{
"label": "Are you the owner of the vehicle?",
@@ -31165,7 +31012,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "e9ybwvl"
+ "id": "e9ybwvl",
+ "tags": []
},
{
"label": "Columns",
diff --git a/sources/packages/forms/src/form-definitions/sfaa2024-25.json b/sources/packages/forms/src/form-definitions/sfaa2024-25.json
index 1a9373f1c0..9ef13c9aa6 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2024-25.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2024-25.json
@@ -485,74 +485,6 @@
"addons": [],
"lazyLoad": false
},
- {
- "label": "applicationId",
- "key": "applicationId1",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "elknlor",
- "addons": []
- },
{
"label": "workflowName",
"calculateValue": "value = \"assessment-gateway\"",
@@ -619,7 +551,8 @@
"allowMultipleMasks": false,
"inputType": "hidden",
"id": "ebsh4es",
- "addons": []
+ "addons": [],
+ "tags": []
}
],
"input": false,
@@ -2198,7 +2131,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ejhdok9"
+ "id": "ejhdok9",
+ "tags": []
},
{
"label": "Program description",
@@ -2282,7 +2216,8 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "efzyprr"
+ "id": "efzyprr",
+ "tags": []
},
{
"label": "HTML",
@@ -2908,7 +2843,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e7m0jxv"
+ "id": "e7m0jxv",
+ "tags": []
},
{
"label": "HTML",
@@ -3065,7 +3001,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "id": "e9qep33r"
+ "id": "e9qep33r",
+ "tags": []
}
],
"width": 6,
@@ -3151,7 +3088,8 @@
"addons": [],
"tag": "p",
"id": "eovpl3k",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -3308,7 +3246,8 @@
"addons": [],
"tag": "p",
"id": "eueqprv",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -3394,7 +3333,8 @@
"addons": [],
"tag": "p",
"id": "etilmiw",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"width": 6,
@@ -4230,7 +4170,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e6uctnl"
+ "id": "e6uctnl",
+ "tags": []
}
],
"width": 6,
@@ -4318,7 +4259,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eqkr5x"
+ "id": "eqkr5x",
+ "tags": []
}
],
"size": "md",
@@ -4490,7 +4432,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehhui5b"
+ "id": "ehhui5b",
+ "tags": []
}
],
"width": 6,
@@ -4591,7 +4534,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "epcwxa"
+ "id": "epcwxa",
+ "tags": []
}
],
"size": "md",
@@ -5002,7 +4946,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "egjry98"
+ "id": "egjry98",
+ "tags": []
}
],
"placeholder": "",
@@ -5311,7 +5256,9 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "ewu7omd"
+ "id": "ewu7omd",
+ "tags": [],
+ "lockKey": true
},
{
"label": "selectedOfferingDate",
@@ -5401,26 +5348,6 @@
"properties": {},
"lockKey": true
},
- {
- "input": true,
- "tableView": false,
- "key": "maximumAllowedDaysAfterStudyEndDate",
- "label": "Maximum allowed days after study end date",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "lockKey": true,
- "calculateValue": "/**\n * Maximum number of days past the study period end date\n * beyond when an application will require StudentAid BC\n * approval for funding.\n */\n \nvalue = 42;",
- "calculateServer": true
- },
{
"input": true,
"tableView": false,
@@ -6013,7 +5940,8 @@
"id": "eollo8c",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Date of birth",
@@ -6092,7 +6020,8 @@
"id": "eiro1mh",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Home address",
@@ -6171,7 +6100,8 @@
"id": "eppxei",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Email",
@@ -6249,7 +6179,8 @@
"id": "ey8k2yp",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
}
],
"width": 6,
@@ -6337,7 +6268,8 @@
"id": "eug619a",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Gender",
@@ -6416,7 +6348,8 @@
"id": "el67mt",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Phone number",
@@ -6495,7 +6428,8 @@
"id": "egglzja",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": []
},
{
"label": "Disability status",
@@ -9354,7 +9288,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "e15yoie"
+ "id": "e15yoie",
+ "tags": []
},
{
"label": "Columns",
@@ -9427,7 +9362,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "euomj5"
+ "id": "euomj5",
+ "tags": []
}
],
"width": 6,
@@ -9505,7 +9441,8 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "edp1zrf"
+ "id": "edp1zrf",
+ "tags": []
}
],
"width": 6,
@@ -9681,7 +9618,8 @@
"breadcrumb": "default",
"id": "eo7yj4f",
"addons": [],
- "lazyLoad": false
+ "lazyLoad": false,
+ "tags": []
},
{
"label": "Do you identify as an Indigenous person; that is, First Nations, Métis or Inuit?",
@@ -10348,7 +10286,8 @@
"addons": [],
"inputType": "text",
"id": "ep2gj8",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
}
],
"id": "etmjo4"
@@ -10908,7 +10847,8 @@
"fieldSet": false,
"id": "eqf8qus",
"addons": [],
- "tags": []
+ "tags": [],
+ "lockKey": true
}
],
"id": "erpkbb"
@@ -11435,7 +11375,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": []
},
{
"label": "Last name",
@@ -11513,7 +11454,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": []
},
{
"label": "What is your relationship with this contact?",
@@ -11579,7 +11521,7 @@
},
"errorLabel": "",
"errors": "",
- "key": "strongWhatIsYourRelationshipWithThisContactStrong",
+ "key": "relationshipWithThisContact",
"tags": [],
"properties": {},
"conditional": {
@@ -11590,9 +11532,7 @@
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "strongWhatIsYourRelationshipWithThisContactStrong"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -11619,7 +11559,8 @@
"fieldSet": false,
"id": "ego9ype0000000000000000000000000000000000",
"defaultValue": "",
- "inDataGrid": true
+ "inDataGrid": true,
+ "lockKey": true
}
],
"placeholder": "",
@@ -11750,7 +11691,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "id": "e2x6dd"
+ "id": "e2x6dd",
+ "tags": []
},
{
"label": "HTML",
@@ -11825,7 +11767,8 @@
"addons": [],
"tag": "p",
"id": "esnordm",
- "className": ""
+ "className": "",
+ "tags": []
},
{
"label": "HTML",
@@ -12050,7 +11993,8 @@
"addons": [],
"tag": "p",
"id": "eds51he",
- "className": ""
+ "className": "",
+ "tags": []
}
],
"placeholder": "",
@@ -12170,7 +12114,8 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ezrjvqr"
+ "id": "ezrjvqr",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -12229,7 +12174,8 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "eksx7j"
+ "id": "eksx7j",
+ "tags": []
}
],
"placeholder": "",
@@ -12962,10 +12908,7 @@
"fullName": "",
"dateOfBirth": "",
"attendingPostSecondarySchool": "",
- "declaredOnTaxes": "",
- "validDependent": null,
- "age": null,
- "isavalidDependant": ""
+ "declaredOnTaxes": ""
}
],
"validate": {
@@ -13073,7 +13016,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eb4ko98"
+ "id": "eb4ko98",
+ "tags": []
}
],
"width": 6,
@@ -13174,7 +13118,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eqxpkn"
+ "id": "eqxpkn",
+ "tags": []
}
],
"width": 4,
@@ -13429,7 +13374,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ea0vyrg"
+ "id": "ea0vyrg",
+ "tags": []
},
{
"title": "Upload panel",
@@ -13519,7 +13465,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "e52khib"
+ "id": "e52khib",
+ "tags": []
},
{
"label": "HTML",
@@ -13929,7 +13876,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "evdve9"
+ "id": "evdve9",
+ "tags": []
},
{
"input": false,
@@ -14215,142 +14163,6 @@
"theme": "default",
"breadcrumb": "default",
"id": "ec900o"
- },
- {
- "label": "IsAValidDependant",
- "calculateValue": "value = (((row.validDependent <= 18) && (row.validDependent >= 0)) || \n(row.validDependent >= 19 && row.validDependent <= 22 && row.attendingPostSecondarySchool === \"yes\") || \n(row.declaredOnTaxes === \"yes\"));",
- "key": "isavalidDependant",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ex4d8je"
- },
- {
- "label": "ValidDependent",
- "calculateValue": "//value =-1 is connected , to Will you have a child age 11 years or under in daycare?, pls check the logic, before you change the -1\r\nvalue = -1;\r\nconst studyTime = data.studystartDate\r\n ? new Date(data.studystartDate).getTime()\r\n : data.selectedOfferingDate\r\n ? new Date(data.selectedOfferingDate).getTime()\r\n : null;\r\nif (studyTime) {\r\n const birthDateTime = new Date(row.dateOfBirth).getTime();\r\n const difference = studyTime - birthDateTime;\r\n const age = difference / (1000 * 60 * 60 * 24 * 365);\r\n value = parseInt(age);\r\n}",
- "key": "validDependent",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ewllvk"
}
],
"id": "eja9nnp000000000000000000",
@@ -14462,7 +14274,8 @@
"tree": true,
"lazyLoad": false,
"disableAddingRemovingRows": false,
- "id": "eloofid"
+ "id": "eloofid",
+ "tags": []
}
],
"placeholder": "",
@@ -15966,7 +15779,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ebhbans"
+ "id": "ebhbans",
+ "tags": []
},
{
"label": "Additional information required",
@@ -16962,11 +16776,11 @@
},
"errorLabel": "",
"errors": "",
- "key": "ifYourPartnerWillBeAFullTimeStudentHowManyWeeksOfYourStudyPeriodWillTheyAlsoBeInStudies",
+ "key": "partnerStudyWeeks",
"tags": [],
"properties": {},
"conditional": {
- "show": true,
+ "show": "true",
"when": "partnerfulltimeStudent",
"eq": "yes",
"json": ""
@@ -16994,7 +16808,8 @@
"addons": [],
"id": "euxcw9w",
"defaultValue": null,
- "inputType": "number"
+ "inputType": "number",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -17249,7 +17064,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"allowPrevious": false,
@@ -17504,7 +17320,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"allowPrevious": false,
@@ -17618,7 +17435,7 @@
},
"errorLabel": "",
"errors": "",
- "key": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants",
+ "key": "isPartnerTakingCareOfEligibleDependents",
"tags": [],
"properties": {},
"conditional": {
@@ -17629,9 +17446,7 @@
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -17658,7 +17473,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "ec3fha",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -18708,7 +18524,8 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "ej0o81d"
+ "id": "ej0o81d",
+ "tags": []
},
{
"label": "Please provide an estimation of your parents income",
@@ -18731,7 +18548,7 @@
"step": "any",
"integer": ""
},
- "key": "pleaseProvideAnEstimationOfYourParentsIncome",
+ "key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
@@ -18790,7 +18607,8 @@
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
- "tags": []
+ "tags": [],
+ "lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
@@ -18871,7 +18689,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
@@ -18952,7 +18771,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
},
{
"label": "HTML",
@@ -19206,10 +19026,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "doYourParentsHaveDependantsOtherThanYourself",
- "attributes": {
- "data-cy": "doYourParentsHaveDependantsOtherThanYourself"
- },
+ "key": "doesStudentParentHaveOtherDependents",
+ "attributes": {},
"type": "radio",
"input": true,
"placeholder": "",
@@ -19241,7 +19059,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19261,7 +19079,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ec5ince"
+ "id": "ec5ince",
+ "tags": [],
+ "lockKey": true
},
{
"title": "Your siblings and other dependents panel",
@@ -19276,8 +19096,8 @@
"hideLabel": true,
"key": "yourSiblingsAndOtherDependentsPanel",
"conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "show": "true",
+ "when": "doesStudentParentHaveOtherDependents",
"eq": "yes"
},
"type": "panel",
@@ -19446,15 +19266,15 @@
"tableView": false,
"defaultValue": [
{
- "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod": "",
- "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability": "",
- "ageAtStartOfYourStudyPeriod": ""
+ "attendingPostSecondarySchool": "",
+ "declaredOnTaxes": "",
+ "ageAtStudyStartDate": ""
}
],
"key": "parentDependentTable",
"conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "show": "true",
+ "when": "doesStudentParentHaveOtherDependents",
"eq": "yes"
},
"type": "datagrid",
@@ -19481,7 +19301,7 @@
"step": "any",
"integer": ""
},
- "key": "ageAtStartOfYourStudyPeriod",
+ "key": "ageAtStudyStartDate",
"type": "number",
"input": true,
"id": "er24b4x",
@@ -19518,7 +19338,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19537,7 +19357,9 @@
"allowMultipleMasks": false,
"addons": [],
"inDataGrid": true,
- "inputType": "number"
+ "inputType": "number",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Will this dependant be attending high school or full-time post-secondary school at the start of your study period?",
@@ -19565,10 +19387,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod",
- "attributes": {
- "data-cy": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod"
- },
+ "key": "attendingPostSecondarySchool",
+ "attributes": {},
"type": "radio",
"input": true,
"id": "eyib08",
@@ -19602,7 +19422,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19622,7 +19442,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": [],
+ "lockKey": true
},
{
"label": "Did you parent(s) claim this dependant on their 20xx Income Tax Return due to a disability?",
@@ -19650,10 +19472,8 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability",
- "attributes": {
- "data-cy": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability"
- },
+ "key": "declaredOnTaxes",
+ "attributes": {},
"type": "radio",
"input": true,
"id": "ezhtbqcj",
@@ -19687,7 +19507,7 @@
"widget": null,
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -19707,7 +19527,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "inDataGrid": true
+ "inDataGrid": true,
+ "tags": [],
+ "lockKey": true
}
],
"placeholder": "",
@@ -19764,7 +19586,8 @@
"tree": true,
"lazyLoad": false,
"disableAddingRemovingRows": false,
- "id": "e43w5za"
+ "id": "e43w5za",
+ "tags": []
}
],
"allowPrevious": false,
@@ -19823,7 +19646,8 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "evmmjfh"
+ "id": "evmmjfh",
+ "tags": []
}
],
"allowPrevious": false,
@@ -21611,7 +21435,9 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "egjvujk"
+ "id": "egjvujk",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Columns",
@@ -22796,7 +22622,8 @@
"value": "",
"name": "",
"id": "eqxobp2",
- "addons": []
+ "addons": [],
+ "tags": []
}
],
"allowPrevious": false,
@@ -23863,9 +23690,9 @@
"minWords": "",
"maxWords": ""
},
- "key": "pleaseExplainYourExceptionalCircumstance",
+ "key": "otherExceptionalCircumstance",
"conditional": {
- "show": true,
+ "show": "true",
"when": "reasonsignificantdecreaseInIncome",
"eq": "other"
},
@@ -23927,7 +23754,9 @@
"id": "ezeo4r",
"addons": [],
"displayMask": "",
- "truncateMultipleSpaces": false
+ "truncateMultipleSpaces": false,
+ "tags": [],
+ "lockKey": true
}
],
"allowPrevious": false,
@@ -24071,7 +23900,7 @@
"input": true,
"tableView": false,
"label": "Upload supporting documents:",
- "key": "decreaseInIncomePanelUploadsupportingdocuments",
+ "key": "decreaseInIncomeSupportingDocuments",
"image": false,
"imageSize": "200",
"placeholder": "",
@@ -24100,7 +23929,8 @@
"customClass": "font-weight-bold",
"validate": {
"required": true
- }
+ },
+ "lockKey": true
},
{
"clearOnHide": false,
@@ -24799,10 +24629,8 @@
"shortcut": ""
}
],
- "key": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong",
- "attributes": {
- "data-cy": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong"
- },
+ "key": "reasonForExceptionalExpense",
+ "attributes": {},
"type": "radio",
"input": true,
"placeholder": "",
@@ -24844,7 +24672,7 @@
"onlyAvailableItems": true
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -24864,13 +24692,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "euojgnj"
+ "id": "euojgnj",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Type of expense andWhen expenses occurred andAmount",
"autoExpand": false,
"tableView": true,
- "key": "strongPleaseExplainYourSituationStrong",
+ "key": "otherExceptionalExpenseReason",
"type": "textarea",
"input": true,
"placeholder": "",
@@ -24919,7 +24749,7 @@
"maxWords": ""
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -24948,7 +24778,9 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "ekefms8"
+ "id": "ekefms8",
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -25330,7 +25162,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "ea87f6w"
+ "id": "ea87f6w",
+ "tags": []
},
{
"label": "Columns",
@@ -25911,7 +25744,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "evwiagm",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
},
{
"title": "Daycare costs that you incur for your child(ren) age 11 years or under Panel",
@@ -27015,7 +26849,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -27271,7 +27106,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -27783,7 +27619,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -28039,7 +27876,8 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "tags": []
}
],
"placeholder": "",
@@ -28282,7 +28120,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eo9gian"
+ "id": "eo9gian",
+ "tags": []
},
{
"title": "Room and board rent panel",
@@ -28381,7 +28220,8 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e3w53xm"
+ "id": "e3w53xm",
+ "tags": []
},
{
"title": "Your parent(s)/step-parent/sponsor/legal guardian situation Panel",
@@ -28470,7 +28310,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "e535uwp"
+ "id": "e535uwp",
+ "tags": []
},
{
"label": "HTML",
@@ -28714,15 +28555,17 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "el21rfa"
+ "id": "el21rfa",
+ "tags": [],
+ "lockKey": true
},
{
"label": "Please explain your situation:",
"autoExpand": false,
"tableView": true,
- "key": "textArea",
+ "key": "livingAtHomeRentOtherDescription",
"conditional": {
- "show": true,
+ "show": "true",
"when": "livingathomerentDescription",
"eq": "other"
},
@@ -28798,7 +28641,9 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "etnpur"
+ "id": "etnpur",
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -29105,7 +28950,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "evwba29"
+ "id": "evwba29",
+ "tags": []
},
{
"label": "Columns",
@@ -29702,20 +29548,18 @@
},
"errorLabel": "",
"errors": "",
- "key": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "key": "considerCostToRelocateToDifferentCity",
"tags": [],
"properties": {},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": "",
"json": ""
},
"customConditional": "",
"logic": [],
- "attributes": {
- "data-cy": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong"
- },
+ "attributes": {},
"overlay": {
"style": "",
"page": "",
@@ -29742,7 +29586,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "enxmjyj",
- "defaultValue": ""
+ "defaultValue": "",
+ "lockKey": true
},
{
"title": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home Panel",
@@ -29757,8 +29602,8 @@
"hideLabel": true,
"key": "ifYouMustRelocateToADifferentCityToAttendSchoolAndYouWillReturnHomeAtLeastOnceDuringYourStudyPeriodWhatIsTheCostOfOneReturnTripHomePanel",
"conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "show": "true",
+ "when": "considerCostToRelocateToDifferentCity",
"eq": "yes"
},
"type": "panel",
@@ -29788,8 +29633,8 @@
},
"key": "returntriphomeCost",
"conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "show": "true",
+ "when": "considerCostToRelocateToDifferentCity",
"eq": "yes"
},
"type": "currency",
@@ -29904,7 +29749,8 @@
"breadcrumb": "default",
"id": "e0mlhmb",
"addons": [],
- "lazyLoad": false
+ "lazyLoad": false,
+ "tags": []
}
],
"id": "enu5jl9"
@@ -30465,7 +30311,8 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "ebhurj"
+ "id": "ebhurj",
+ "tags": []
},
{
"label": "Are you the owner of the vehicle?",
@@ -31165,7 +31012,8 @@
"imageSize": "200",
"fileMinSize": "0KB",
"uploadOnly": false,
- "id": "e9ybwvl"
+ "id": "e9ybwvl",
+ "tags": []
},
{
"label": "Columns",
diff --git a/sources/packages/forms/src/form-definitions/supportingusersparent2022-2023.json b/sources/packages/forms/src/form-definitions/supportingusersparent2022-2023.json
index 5bd8d35090..8f83c46c2d 100644
--- a/sources/packages/forms/src/form-definitions/supportingusersparent2022-2023.json
+++ b/sources/packages/forms/src/form-definitions/supportingusersparent2022-2023.json
@@ -236,7 +236,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eb0xogs"
+ "id": "eb0xogs",
+ "isNew": false,
+ "tags": []
},
{
"label": "Date of birth",
@@ -314,7 +316,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e106vzy"
+ "id": "e106vzy",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -402,7 +406,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ec48u3n"
+ "id": "ec48u3n",
+ "isNew": false,
+ "tags": []
},
{
"label": "Verified email",
@@ -479,7 +485,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e863irs"
+ "id": "e863irs",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -811,7 +819,8 @@
"inputType": "text",
"id": "ebbtcss",
"defaultValue": "",
- "customError": false
+ "customError": false,
+ "isNew": false
}
],
"width": 6,
@@ -1137,7 +1146,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ej3fi7k"
+ "id": "ej3fi7k",
+ "isNew": false,
+ "tags": []
},
{
"label": "Address line 2",
@@ -1215,7 +1226,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ew9htha"
+ "id": "ew9htha",
+ "isNew": false,
+ "tags": []
},
{
"label": "Columns",
@@ -1298,7 +1311,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "edf0pxa"
+ "id": "edf0pxa",
+ "isNew": false,
+ "tags": []
},
{
"label": "City",
@@ -1376,7 +1391,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "erj9yup"
+ "id": "erj9yup",
+ "isNew": false,
+ "tags": []
},
{
"label": "Phone number",
@@ -1454,7 +1471,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "enedlf"
+ "id": "enedlf",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -1542,7 +1561,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eerjeeq"
+ "id": "eerjeeq",
+ "isNew": false,
+ "tags": []
},
{
"label": "Postal/Zip code",
@@ -1620,7 +1641,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "edgq4sx"
+ "id": "edgq4sx",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -2063,7 +2086,7 @@
"multiple": false,
"unique": false
},
- "key": "whatIsYourRelationshipToAStudent",
+ "key": "relationshipToStudent",
"type": "radio",
"input": true,
"hideOnChildrenHidden": false,
@@ -2098,7 +2121,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -2118,7 +2141,10 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eg8xw9r"
+ "id": "eg8xw9r",
+ "tags": [],
+ "lockKey": true,
+ "isNew": false
},
{
"label": "How much will you and your spouse/common-law partner be giving the student to help meet their specific educational costs during this study period?",
@@ -2201,7 +2227,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Enter your reported total income from line 15000 of your {{data.calculatedTaxYear}} income tax return. If you did not file a {{data.calculatedTaxYear}} income tax return, enter your total income from all sources both inside and outside of Canada",
@@ -2283,7 +2311,8 @@
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
- "tags": []
+ "tags": [],
+ "isNew": false
},
{
"label": "Canada Pension Plan contributions (CPP) from line 30800 (contributions through employment). Enter ‘0’ if none.",
@@ -2364,7 +2393,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
@@ -2445,7 +2476,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Canada Pension Plan contributions (CPP) from line 31000 (contributions payable on self-employment and other earnings). Enter ‘0’ if none.",
@@ -2526,7 +2559,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Total income tax from line 43500. Enter ‘0’ if none",
@@ -2607,7 +2642,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Employment insurance (EI) from line 31200. Enter ‘0’ if none.",
@@ -2688,7 +2725,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Do you have any dependant(s) other than the Student?",
@@ -2770,7 +2809,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eobs59k"
+ "id": "eobs59k",
+ "isNew": false,
+ "tags": []
},
{
"label": "HTML",
@@ -2879,8 +2920,6 @@
"modalEdit": false,
"defaultValue": [
{
- "strongWillThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriodStrong": "",
- "strongDidYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisabilityStrong": "",
"fullName": "",
"dateOfBirth": "",
"attendingPostSecondarySchool": "",
@@ -3023,7 +3062,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e1aazy"
+ "id": "e1aazy",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -3126,7 +3167,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e8jfngh"
+ "id": "e8jfngh",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -3284,7 +3327,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eg1bd8n"
+ "id": "eg1bd8n",
+ "isNew": false,
+ "tags": []
},
{
"label": "Did you claim this dependant on their 20xx Income Tax Return due to a disability?",
@@ -3366,7 +3411,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eaj2hu7"
+ "id": "eaj2hu7",
+ "isNew": false,
+ "tags": []
}
],
"id": "ejsbng9000000000000000000000000",
@@ -3695,7 +3742,9 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eh65mef"
+ "id": "eh65mef",
+ "isNew": false,
+ "tags": []
},
{
"label": "Collection and use of information",
@@ -3847,7 +3896,7 @@
"multiple": false,
"unique": false
},
- "key": "i",
+ "key": "iAgreeToAboveStudentAidBCConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -3880,7 +3929,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -3901,7 +3950,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "eux9nk65"
+ "id": "eux9nk65",
+ "tags": [],
+ "lockKey": true
},
{
"title": "CRA Consent",
@@ -4060,7 +4111,9 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eqckolp"
+ "id": "eqckolp",
+ "isNew": false,
+ "tags": []
},
{
"label": "Collection and use of information",
@@ -4212,7 +4265,7 @@
"multiple": false,
"unique": false
},
- "key": "iAgreeToTheAboveCraConsent",
+ "key": "iAgreeToTheAboveCRAConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -4266,7 +4319,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "e75fvnh"
+ "id": "e75fvnh",
+ "isNew": false,
+ "tags": []
}
],
"placeholder": "",
diff --git a/sources/packages/forms/src/form-definitions/supportingusersparent2024-2025.json b/sources/packages/forms/src/form-definitions/supportingusersparent2024-2025.json
index f941c2461a..484c484aa2 100644
--- a/sources/packages/forms/src/form-definitions/supportingusersparent2024-2025.json
+++ b/sources/packages/forms/src/form-definitions/supportingusersparent2024-2025.json
@@ -236,7 +236,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eb0xogs"
+ "id": "eb0xogs",
+ "isNew": false,
+ "tags": []
},
{
"label": "Date of birth",
@@ -314,7 +316,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e106vzy"
+ "id": "e106vzy",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -402,7 +406,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ec48u3n"
+ "id": "ec48u3n",
+ "isNew": false,
+ "tags": []
},
{
"label": "Verified email",
@@ -479,7 +485,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e863irs"
+ "id": "e863irs",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -811,7 +819,8 @@
"inputType": "text",
"id": "ebbtcss",
"defaultValue": "",
- "customError": false
+ "customError": false,
+ "isNew": false
}
],
"width": 6,
@@ -1137,7 +1146,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ej3fi7k"
+ "id": "ej3fi7k",
+ "isNew": false,
+ "tags": []
},
{
"label": "Address line 2",
@@ -1215,7 +1226,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ew9htha"
+ "id": "ew9htha",
+ "isNew": false,
+ "tags": []
},
{
"label": "Columns",
@@ -1298,7 +1311,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "edf0pxa"
+ "id": "edf0pxa",
+ "isNew": false,
+ "tags": []
},
{
"label": "City",
@@ -1376,7 +1391,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "erj9yup"
+ "id": "erj9yup",
+ "isNew": false,
+ "tags": []
},
{
"label": "Phone number",
@@ -1454,7 +1471,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "enedlf"
+ "id": "enedlf",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -1542,7 +1561,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eerjeeq"
+ "id": "eerjeeq",
+ "isNew": false,
+ "tags": []
},
{
"label": "Postal/Zip code",
@@ -1620,7 +1641,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "edgq4sx"
+ "id": "edgq4sx",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -2063,7 +2086,7 @@
"multiple": false,
"unique": false
},
- "key": "whatIsYourRelationshipToAStudent",
+ "key": "relationshipToStudent",
"type": "radio",
"input": true,
"hideOnChildrenHidden": false,
@@ -2098,7 +2121,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -2118,7 +2141,10 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eg8xw9r"
+ "id": "eg8xw9r",
+ "tags": [],
+ "lockKey": true,
+ "isNew": false
},
{
"label": "How much will you and your spouse/common-law partner be giving the student to help meet their specific educational costs during this study period?",
@@ -2201,7 +2227,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Enter your reported total income from line 15000 of your {{data.calculatedTaxYear}} income tax return. If you did not file a {{data.calculatedTaxYear}} income tax return, enter your total income from all sources both inside and outside of Canada",
@@ -2283,7 +2311,8 @@
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
- "tags": []
+ "tags": [],
+ "isNew": false
},
{
"label": "Canada Pension Plan contributions (CPP) from line 30800 (contributions through employment). Enter ‘0’ if none.",
@@ -2364,7 +2393,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
@@ -2445,7 +2476,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Canada Pension Plan contributions (CPP) from line 31000 (contributions payable on self-employment and other earnings). Enter ‘0’ if none.",
@@ -2526,7 +2559,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Total income tax from line 43500. Enter ‘0’ if none",
@@ -2607,7 +2642,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Employment insurance (EI) from line 31200. Enter ‘0’ if none.",
@@ -2688,7 +2725,9 @@
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
- "requireDecimal": true
+ "requireDecimal": true,
+ "isNew": false,
+ "tags": []
},
{
"label": "Do you have any dependant(s) other than the Student?",
@@ -2770,7 +2809,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eobs59k"
+ "id": "eobs59k",
+ "isNew": false,
+ "tags": []
},
{
"label": "HTML",
@@ -2879,8 +2920,6 @@
"modalEdit": false,
"defaultValue": [
{
- "strongWillThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriodStrong": "",
- "strongDidYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisabilityStrong": "",
"fullName": "",
"dateOfBirth": "",
"attendingPostSecondarySchool": "",
@@ -3023,7 +3062,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e1aazy"
+ "id": "e1aazy",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -3126,7 +3167,9 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e8jfngh"
+ "id": "e8jfngh",
+ "isNew": false,
+ "tags": []
}
],
"width": 6,
@@ -3284,7 +3327,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eg1bd8n"
+ "id": "eg1bd8n",
+ "isNew": false,
+ "tags": []
},
{
"label": "Did you claim this dependant on their 20xx Income Tax Return due to a disability?",
@@ -3366,7 +3411,9 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eaj2hu7"
+ "id": "eaj2hu7",
+ "isNew": false,
+ "tags": []
}
],
"id": "ejsbng9000000000000000000000000",
@@ -3695,7 +3742,9 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eh65mef"
+ "id": "eh65mef",
+ "isNew": false,
+ "tags": []
},
{
"label": "Collection and use of information",
@@ -3847,7 +3896,7 @@
"multiple": false,
"unique": false
},
- "key": "i",
+ "key": "iAgreeToAboveStudentAidBCConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -3880,7 +3929,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -3901,7 +3950,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "eux9nk65"
+ "id": "eux9nk65",
+ "tags": [],
+ "lockKey": true
},
{
"title": "CRA Consent",
@@ -4060,7 +4111,9 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eqckolp"
+ "id": "eqckolp",
+ "isNew": false,
+ "tags": []
},
{
"label": "Collection and use of information",
@@ -4212,7 +4265,7 @@
"multiple": false,
"unique": false
},
- "key": "iAgreeToTheAboveCraConsent",
+ "key": "iAgreeToTheAboveCRAConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -4266,7 +4319,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "e75fvnh"
+ "id": "e75fvnh",
+ "isNew": false,
+ "tags": []
}
],
"placeholder": "",
diff --git a/sources/packages/forms/src/form-definitions/supportinguserspartner2022-2023.json b/sources/packages/forms/src/form-definitions/supportinguserspartner2022-2023.json
index ac32ec477b..81e1bdd27b 100644
--- a/sources/packages/forms/src/form-definitions/supportinguserspartner2022-2023.json
+++ b/sources/packages/forms/src/form-definitions/supportinguserspartner2022-2023.json
@@ -236,7 +236,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e2ze9rh"
+ "id": "e2ze9rh",
+ "tags": []
},
{
"label": "Date of birth",
@@ -314,7 +315,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "el85p1q"
+ "id": "el85p1q",
+ "tags": []
}
],
"width": 6,
@@ -402,7 +404,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eg4wir"
+ "id": "eg4wir",
+ "tags": []
},
{
"label": "Email address",
@@ -1138,7 +1141,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e0r43gi"
+ "id": "e0r43gi",
+ "tags": []
},
{
"label": "Address line 2",
@@ -1216,7 +1220,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e3oe7yf"
+ "id": "e3oe7yf",
+ "tags": []
},
{
"label": "Columns",
@@ -1299,7 +1304,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eyq0e3z"
+ "id": "eyq0e3z",
+ "tags": []
},
{
"label": "City",
@@ -1377,7 +1383,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "evcu90e"
+ "id": "evcu90e",
+ "tags": []
},
{
"label": "Phone number",
@@ -1455,7 +1462,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ebwpxb9"
+ "id": "ebwpxb9",
+ "tags": []
}
],
"width": 6,
@@ -1543,7 +1551,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ej5p2sc"
+ "id": "ej5p2sc",
+ "tags": []
},
{
"label": "Postal/Zip code",
@@ -1621,7 +1630,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eikm3se"
+ "id": "eikm3se",
+ "tags": []
}
],
"width": 6,
@@ -2823,7 +2833,8 @@
"allowMultipleMasks": false,
"addons": [],
"id": "ezmubec",
- "inputType": "number"
+ "inputType": "number",
+ "tags": []
}
],
"placeholder": "",
@@ -3139,7 +3150,7 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "strongDurringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependantsStrong",
+ "key": "isPartnerTakingCareOfEligibleDependents",
"type": "radio",
"input": true,
"placeholder": "",
@@ -3194,7 +3205,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "emhjo7h",
- "tags": []
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -3775,7 +3787,7 @@
"multiple": false,
"unique": false
},
- "key": "iAgreeToTheTermsAndConditionsOfTheStudentAidBcDeclarationForm",
+ "key": "iAgreeToAboveStudentAidBCConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -3808,7 +3820,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -3829,7 +3841,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "es82j8c"
+ "id": "es82j8c",
+ "tags": [],
+ "lockKey": true
},
{
"title": "CRA Consent",
@@ -4140,7 +4154,7 @@
"multiple": false,
"unique": false
},
- "key": "iAgreeToTheTermsAndUseAsNoted",
+ "key": "iAgreeToTheAboveCRAConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -4173,7 +4187,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -4194,7 +4208,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "e30u8k5"
+ "id": "e30u8k5",
+ "tags": [],
+ "lockKey": true
}
],
"placeholder": "",
diff --git a/sources/packages/forms/src/form-definitions/supportinguserspartner2024-2025.json b/sources/packages/forms/src/form-definitions/supportinguserspartner2024-2025.json
index d8258a94de..3af36fd884 100644
--- a/sources/packages/forms/src/form-definitions/supportinguserspartner2024-2025.json
+++ b/sources/packages/forms/src/form-definitions/supportinguserspartner2024-2025.json
@@ -236,7 +236,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e2ze9rh"
+ "id": "e2ze9rh",
+ "tags": []
},
{
"label": "Date of birth",
@@ -314,7 +315,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "el85p1q"
+ "id": "el85p1q",
+ "tags": []
}
],
"width": 6,
@@ -402,7 +404,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eg4wir"
+ "id": "eg4wir",
+ "tags": []
},
{
"label": "Email address",
@@ -1138,7 +1141,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e0r43gi"
+ "id": "e0r43gi",
+ "tags": []
},
{
"label": "Address line 2",
@@ -1216,7 +1220,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e3oe7yf"
+ "id": "e3oe7yf",
+ "tags": []
},
{
"label": "Columns",
@@ -1299,7 +1304,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eyq0e3z"
+ "id": "eyq0e3z",
+ "tags": []
},
{
"label": "City",
@@ -1377,7 +1383,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "evcu90e"
+ "id": "evcu90e",
+ "tags": []
},
{
"label": "Phone number",
@@ -1455,7 +1462,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ebwpxb9"
+ "id": "ebwpxb9",
+ "tags": []
}
],
"width": 6,
@@ -1543,7 +1551,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ej5p2sc"
+ "id": "ej5p2sc",
+ "tags": []
},
{
"label": "Postal/Zip code",
@@ -1621,7 +1630,8 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eikm3se"
+ "id": "eikm3se",
+ "tags": []
}
],
"width": 6,
@@ -2823,7 +2833,8 @@
"allowMultipleMasks": false,
"addons": [],
"id": "ezmubec",
- "inputType": "number"
+ "inputType": "number",
+ "tags": []
}
],
"placeholder": "",
@@ -3139,7 +3150,7 @@
"unique": false,
"onlyAvailableItems": true
},
- "key": "strongDurringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependantsStrong",
+ "key": "isPartnerTakingCareOfEligibleDependents",
"type": "radio",
"input": true,
"placeholder": "",
@@ -3194,7 +3205,8 @@
"inputType": "radio",
"fieldSet": false,
"id": "emhjo7h",
- "tags": []
+ "tags": [],
+ "lockKey": true
},
{
"label": "HTML",
@@ -3775,7 +3787,7 @@
"multiple": false,
"unique": false
},
- "key": "iAgreeToTheTermsAndConditionsOfTheStudentAidBcDeclarationForm",
+ "key": "iAgreeToAboveStudentAidBCConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -3808,7 +3820,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -3829,7 +3841,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "es82j8c"
+ "id": "es82j8c",
+ "tags": [],
+ "lockKey": true
},
{
"title": "CRA Consent",
@@ -4140,7 +4154,7 @@
"multiple": false,
"unique": false
},
- "key": "iAgreeToTheTermsAndUseAsNoted",
+ "key": "iAgreeToTheAboveCRAConsent",
"type": "checkbox",
"input": true,
"placeholder": "",
@@ -4173,7 +4187,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -4194,7 +4208,9 @@
"inputType": "checkbox",
"value": "",
"name": "",
- "id": "e30u8k5"
+ "id": "e30u8k5",
+ "tags": [],
+ "lockKey": true
}
],
"placeholder": "",
diff --git a/sources/packages/load-test/src/_tests_/form-io/form-io-application-submission/models.ts b/sources/packages/load-test/src/_tests_/form-io/form-io-application-submission/models.ts
index d0c8d99ed6..0c94de93c3 100644
--- a/sources/packages/load-test/src/_tests_/form-io/form-io-application-submission/models.ts
+++ b/sources/packages/load-test/src/_tests_/form-io/form-io-application-submission/models.ts
@@ -1,6 +1,5 @@
export const APPLICATION_SUBMISSION_PAYLOAD = {
data: {
- applicationId1: "",
workflowName: "assessment-gateway",
selectedLocation: 14,
mySchoolIsNotListed: false,
@@ -15,7 +14,6 @@ export const APPLICATION_SUBMISSION_PAYLOAD = {
},
selectedOfferingDate: "2023-09-11",
selectedOfferingEndDate: "2023-11-28",
- maximumAllowedDaysAfterStudyEndDate: 42,
studyEndDateBeforeToday: false,
selectedStudyEndDateBeforeToday: false,
studyPeriodMinDays: 84,
@@ -41,11 +39,7 @@ export const APPLICATION_SUBMISSION_PAYLOAD = {
fullName: "",
firstName: "",
lastName: "",
- strongWhatIsYourRelationshipWithThisContactStrong: "",
- strongHowLongDoYouWantToGiveThisPersonAccessToYourStudentAidBcAccountStrong:
- "",
- selectTheDateYouWouldLikeThisPersonsAccessToYourStudentAidBcAccountToExpire:
- "",
+ relationshipWithThisContact: "",
},
],
relationshipStatus: "single",
@@ -78,8 +72,7 @@ export const APPLICATION_SUBMISSION_PAYLOAD = {
scholarshipsReceived: "no",
bcIncomeassistanceforDisabilities: "no",
livingWithParents: "no",
- strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong:
- "no",
+ considerCostToRelocateToDifferentCity: "no",
additionalTransportRequested: "no",
selectedProgram: 211,
selectedOffering: 425,
@@ -92,8 +85,6 @@ export const APPLICATION_SUBMISSION_PAYLOAD = {
dateOfBirth: "2023-10-03",
attendingPostSecondarySchool: "no",
declaredOnTaxes: "no",
- validDependent: 0,
- isavalidDependant: true,
},
],
supportnocustodyDependants: "no",