From 99d5157b86564967d50f2a615b42091702ed2440 Mon Sep 17 00:00:00 2001 From: Sinekhaya Date: Wed, 14 Jan 2026 10:37:03 +0200 Subject: [PATCH 1/2] add translations --- .../ukmh/v1/customStrings/postSurveyMessages.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/customStrings/postSurveyMessages.json diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/customStrings/postSurveyMessages.json b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/customStrings/postSurveyMessages.json new file mode 100644 index 0000000000..a7fe0c2841 --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/customStrings/postSurveyMessages.json @@ -0,0 +1,4 @@ +{ + "triggerMessage": "Before you leave, would you be willing to answer a few questions about the service you received today? Please answer Yes or No.", + "postSurveyCompleteMessage": "Thank you for reaching out. Please contact us again if you need more help." +} From b163cb09038505bcd3c6de205a63671c626d6226 Mon Sep 17 00:00:00 2001 From: Sinekhaya Date: Wed, 14 Jan 2026 11:33:56 +0200 Subject: [PATCH 2/2] add insights --- .../ukmh/v1/insights/postSurvey.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/insights/postSurvey.json diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/insights/postSurvey.json b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/insights/postSurvey.json new file mode 100644 index 0000000000..36bfd7f61f --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/insights/postSurvey.json @@ -0,0 +1,17 @@ +[ + { + "insightsObject": "customers", + "attributeName": "customer_attribute_1", + "questions": ["mood"] + }, + { + "insightsObject": "customers", + "attributeName": "customer_attribute_2", + "questions": ["was_helpful"] + }, + { + "insightsObject": "customers", + "attributeName": "customer_attribute_3", + "questions": ["explain"] + } +] \ No newline at end of file