From c82819b806550551c9fa309a5b6a2744191ec204 Mon Sep 17 00:00:00 2001 From: janorivera Date: Fri, 19 Jun 2026 17:32:42 -0400 Subject: [PATCH 1/2] USNM: profile config --- .../usnm/v1/profileForms/FlagDurations.json | 11 ++++++-- .../usnm/v1/profileForms/Sections.json | 28 +++---------------- 2 files changed, 12 insertions(+), 27 deletions(-) diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json index 9a9b75ad4d..c92da2c358 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json @@ -1,12 +1,17 @@ [ { "flag": "blocked", - "label": "Short Term Block (24 Hours)", + "label": "24-hour Block", "durationInHours": "24" }, { "flag": "blocked", - "label": "Long Term Block (5 Years)", - "durationInHours": "43848" + "label": "Acceptable Use Policy or LIO Behavior", + "durationInHours": "876000" + }, + { + "flag": "blocked", + "label": "Access Policy", + "durationInHours": "876000" } ] diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json index 77e3d44f06..54023b60dc 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json @@ -1,32 +1,12 @@ [ { - "name": "summary", - "label": "Summary", + "name": "behaviouralPlan", + "label": "Behavioural Plan", "editLabel": "Edit Summary", "type": "textarea", - "rows": 20, + "rows": 60, "width": 500, - "placeholder": "Enter a summary of the client", - "isPII": true - }, - { - "name": "recommendedApproach", - "label": "Recommended Approach", - "editLabel": "Edit Recommended Approach", - "type": "textarea", - "rows": 20, - "width": 500, - "placeholder": "Enter recommended approach", - "isPII": true - }, - { - "name": "details", - "label": "Details", - "editLabel": "Edit Details", - "type": "textarea", - "rows": 20, - "width": 500, - "placeholder": "Enter Details", + "placeholder": "Enter a behavioural plan of the help seeker", "isPII": true } ] \ No newline at end of file From 5f2077139c048cab0f09db8b6441b945162aa745 Mon Sep 17 00:00:00 2001 From: janorivera Date: Fri, 19 Jun 2026 17:39:50 -0400 Subject: [PATCH 2/2] update --- .../form-definitions/usnm/v1/profileForms/Sections.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json index 54023b60dc..9ad1f731d5 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json @@ -4,9 +4,9 @@ "label": "Behavioural Plan", "editLabel": "Edit Summary", "type": "textarea", - "rows": 60, - "width": 500, - "placeholder": "Enter a behavioural plan of the help seeker", + "rows": 50, + "width": 550, + "placeholder": "Enter a behavioural plan for the help seeker", "isPII": true } ] \ No newline at end of file