From 9f9368424d071bd645af653733f73a077d071a8a Mon Sep 17 00:00:00 2001 From: Jacob See Date: Wed, 29 Apr 2020 10:52:34 -0700 Subject: [PATCH] Remove references to residencies and a few typo fixes (#97) --- README.md | 4 +- package-lock.json | 43 +- .../tabs/01_basic_information.tsx | 18 +- .../01_basic_information.spec.tsx.snap | 520 +++++++++--------- 4 files changed, 304 insertions(+), 281 deletions(-) diff --git a/README.md b/README.md index 212f9085a..725861207 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Build Container](https://github.com/rht-labs/open-management-portal-frontend/workflows/Build%20Container/badge.svg) -# OMP Frotend Quickstart +# OMP Frontend Quickstart ## Organization @@ -65,6 +65,8 @@ You will also see any lint errors in the console. Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. +Regenerate test snapshots using `npm run test -- --updateSnapshot --watchAll=false`. + ### `npm run build` Builds the app for production to the `build` folder.
diff --git a/package-lock.json b/package-lock.json index f3e5a3149..5637bcd09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14909,7 +14909,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -14946,7 +14947,8 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", @@ -14955,7 +14957,8 @@ }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -15058,7 +15061,8 @@ }, "inherits": { "version": "2.0.4", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -15068,6 +15072,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -15093,6 +15098,7 @@ "minipass": { "version": "2.9.0", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -15109,6 +15115,7 @@ "mkdirp": { "version": "0.5.3", "bundled": true, + "optional": true, "requires": { "minimist": "^1.2.5" } @@ -15201,6 +15208,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -15269,7 +15277,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -15299,6 +15308,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -15316,6 +15326,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -15354,11 +15365,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.1.1", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -15728,7 +15741,8 @@ }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -15868,6 +15882,7 @@ "minipass": { "version": "2.9.0", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -15884,6 +15899,7 @@ "mkdirp": { "version": "0.5.3", "bundled": true, + "optional": true, "requires": { "minimist": "^1.2.5" } @@ -15976,6 +15992,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -16044,7 +16061,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -16074,6 +16092,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -16130,11 +16149,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.1.1", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/src/routes/engagement_pane/tabs/01_basic_information.tsx b/src/routes/engagement_pane/tabs/01_basic_information.tsx index db71afb7c..4cf13eb6d 100644 --- a/src/routes/engagement_pane/tabs/01_basic_information.tsx +++ b/src/routes/engagement_pane/tabs/01_basic_information.tsx @@ -79,7 +79,7 @@ export const BasicInformation = ({ values, onChange }: any) => { @@ -95,16 +95,16 @@ export const BasicInformation = ({ values, onChange }: any) => { /> - + @@ -113,7 +113,7 @@ export const BasicInformation = ({ values, onChange }: any) => { name="start_date" id="start_date" type="date" - aria-label="The end date." + aria-label="The start date." style={input} value={getFormattedDate(values.start_date) || ''} onChange={e => onChange({ type: 'start_date', payload: e })} @@ -124,7 +124,7 @@ export const BasicInformation = ({ values, onChange }: any) => { id="end_date" type="date" style={input} - aria-label="Residency end date" + aria-label="The end date" value={getFormattedDate(values.end_date) || ''} onChange={e => onChange({ type: 'end_date', payload: e })} /> @@ -136,8 +136,8 @@ export const BasicInformation = ({ values, onChange }: any) => { name="description" id="description" style={input} - aria-label="residency description" - placeholder="Description and notes for the Engagment" + aria-label="engagement description" + placeholder="Description and notes for the Engagement" value={values.description || ''} onChange={e => onChange({ type: 'description', payload: e })} /> diff --git a/src/routes/engagement_pane/tabs/__snapshots__/01_basic_information.spec.tsx.snap b/src/routes/engagement_pane/tabs/__snapshots__/01_basic_information.spec.tsx.snap index c5d2d3650..8aa772682 100644 --- a/src/routes/engagement_pane/tabs/__snapshots__/01_basic_information.spec.tsx.snap +++ b/src/routes/engagement_pane/tabs/__snapshots__/01_basic_information.spec.tsx.snap @@ -1359,7 +1359,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -1527,7 +1527,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -1631,7 +1631,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -1663,7 +1663,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -1802,7 +1802,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -1872,7 +1872,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -2030,7 +2030,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -2039,7 +2039,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -2111,7 +2111,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -2152,13 +2152,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -2226,7 +2226,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -2241,7 +2241,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -2323,7 +2323,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -2338,7 +2338,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -2381,7 +2381,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -2488,7 +2488,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -2505,7 +2505,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -2522,7 +2522,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -2673,7 +2673,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -2731,13 +2731,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -2805,7 +2805,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -2820,7 +2820,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -2902,7 +2902,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -2917,7 +2917,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -2960,7 +2960,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -3067,7 +3067,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -3084,7 +3084,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -3101,7 +3101,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -3252,7 +3252,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -3284,7 +3284,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -3293,7 +3293,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -3365,7 +3365,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -3423,7 +3423,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -3446,13 +3446,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -3520,7 +3520,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -3535,7 +3535,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -3617,7 +3617,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -3632,7 +3632,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -3675,7 +3675,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -3782,7 +3782,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -3799,7 +3799,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -3816,7 +3816,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -3968,7 +3968,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -3977,7 +3977,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -4049,7 +4049,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -4166,12 +4166,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -4236,12 +4236,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -5066,7 +5066,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -5234,7 +5234,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -5338,7 +5338,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -5370,7 +5370,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -5509,7 +5509,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -5579,7 +5579,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -5737,7 +5737,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -5746,7 +5746,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -5818,7 +5818,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -5859,13 +5859,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -5933,7 +5933,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -5948,7 +5948,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -6030,7 +6030,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -6045,7 +6045,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -6088,7 +6088,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -6195,7 +6195,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -6212,7 +6212,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -6229,7 +6229,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -6380,7 +6380,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -6438,13 +6438,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -6512,7 +6512,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -6527,7 +6527,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -6609,7 +6609,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -6624,7 +6624,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -6667,7 +6667,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -6774,7 +6774,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -6791,7 +6791,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -6808,7 +6808,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -6959,7 +6959,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -6991,7 +6991,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -7000,7 +7000,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -7072,7 +7072,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -7130,7 +7130,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -7153,13 +7153,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -7227,7 +7227,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -7242,7 +7242,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -7324,7 +7324,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -7339,7 +7339,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -7382,7 +7382,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -7489,7 +7489,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -7506,7 +7506,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -7523,7 +7523,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -7675,7 +7675,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -7684,7 +7684,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -7756,7 +7756,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -7873,12 +7873,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -7943,12 +7943,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -8773,7 +8773,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -8941,7 +8941,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -9045,7 +9045,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -9077,7 +9077,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -9216,7 +9216,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -9286,7 +9286,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -9444,7 +9444,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -9453,7 +9453,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -9525,7 +9525,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -9566,13 +9566,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -9640,7 +9640,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -9655,7 +9655,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -9737,7 +9737,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -9752,7 +9752,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -9795,7 +9795,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -9902,7 +9902,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -9919,7 +9919,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -9936,7 +9936,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -10087,7 +10087,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -10145,13 +10145,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -10219,7 +10219,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -10234,7 +10234,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -10316,7 +10316,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -10331,7 +10331,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -10374,7 +10374,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -10481,7 +10481,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -10498,7 +10498,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -10515,7 +10515,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -10666,7 +10666,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -10698,7 +10698,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -10707,7 +10707,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -10779,7 +10779,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -10837,7 +10837,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -10860,13 +10860,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -10934,7 +10934,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -10949,7 +10949,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -11031,7 +11031,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -11046,7 +11046,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -11089,7 +11089,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -11196,7 +11196,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -11213,7 +11213,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -11230,7 +11230,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -11382,7 +11382,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -11391,7 +11391,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -11463,7 +11463,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -11580,12 +11580,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -11650,12 +11650,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -13151,7 +13151,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -13160,7 +13160,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -13232,7 +13232,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -13273,13 +13273,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -13347,7 +13347,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -13362,7 +13362,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -13444,7 +13444,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -13459,7 +13459,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -13502,7 +13502,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -13609,7 +13609,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -13626,7 +13626,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -13643,7 +13643,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -13794,7 +13794,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -13852,13 +13852,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -13926,7 +13926,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -13941,7 +13941,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -14023,7 +14023,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -14038,7 +14038,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -14081,7 +14081,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -14188,7 +14188,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -14205,7 +14205,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -14222,7 +14222,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -14373,7 +14373,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -14405,7 +14405,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -14414,7 +14414,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -14486,7 +14486,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -14544,7 +14544,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -14567,13 +14567,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -14641,7 +14641,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -14656,7 +14656,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -14738,7 +14738,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -14753,7 +14753,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -14796,7 +14796,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -14903,7 +14903,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -14920,7 +14920,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -14937,7 +14937,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -15089,7 +15089,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -15098,7 +15098,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -15170,7 +15170,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -15287,12 +15287,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -15357,12 +15357,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -15477,7 +15477,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -15645,7 +15645,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -15749,7 +15749,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -15781,7 +15781,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -15920,7 +15920,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -15990,7 +15990,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -17569,12 +17569,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -17639,12 +17639,12 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "residency description", + "aria-label": "engagement description", "class": "pf-c-form-control", "disabled": "", "id": "description", "name": "description", - "placeholder": "Description and notes for the Engagment", + "placeholder": "Description and notes for the Engagement", "style": "background-color:#EDEDED", }, "children": Array [], @@ -17749,7 +17749,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -17758,7 +17758,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -17830,7 +17830,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -17871,13 +17871,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -17945,7 +17945,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -17960,7 +17960,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -18042,7 +18042,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -18057,7 +18057,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -18100,7 +18100,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -18207,7 +18207,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -18224,7 +18224,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -18241,7 +18241,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -18392,7 +18392,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -18450,13 +18450,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -18524,7 +18524,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -18539,7 +18539,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -18621,7 +18621,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -18636,7 +18636,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -18679,7 +18679,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -18786,7 +18786,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -18803,7 +18803,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -18820,7 +18820,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -18971,7 +18971,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -19003,7 +19003,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -19012,7 +19012,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -19084,7 +19084,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -19142,7 +19142,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-dates-helper", + "id": "engagement-dates-helper", }, "children": Array [ Object { @@ -19165,13 +19165,13 @@ initialize { Object { "attribs": Object { "class": "pf-c-input-group", - "label": "Residency Duration", + "label": "Engagement Duration", }, "children": Array [ Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -19239,7 +19239,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -19254,7 +19254,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -19336,7 +19336,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -19351,7 +19351,7 @@ initialize { "next": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -19394,7 +19394,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -19501,7 +19501,7 @@ initialize { Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "Residency end date", + "aria-label": "The end date", "class": "pf-c-form-control", "disabled": "", "id": "end_date", @@ -19518,7 +19518,7 @@ initialize { "prev": Object { "attribs": Object { "aria-invalid": "false", - "aria-label": "The end date.", + "aria-label": "The start date.", "class": "pf-c-form-control", "disabled": "", "id": "start_date", @@ -19535,7 +19535,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-input-group__text", - "for": "residency-duration", + "for": "engagement-duration", "style": "background-color:#EDEDED", }, "children": Array [ @@ -19687,7 +19687,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-dates", + "for": "engagement-dates", }, "children": Array [ Object { @@ -19696,7 +19696,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -19768,7 +19768,7 @@ initialize { }, "children": Array [ Object { - "data": "Residency Dates", + "data": "Engagement Dates", "next": null, "parent": [Circular], "prev": null, @@ -19847,7 +19847,7 @@ initialize { Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -20015,7 +20015,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -20119,7 +20119,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -20151,7 +20151,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object { @@ -20290,7 +20290,7 @@ initialize { "attribs": Object { "aria-live": "polite", "class": "pf-c-form__helper-text", - "id": "residency-location-helper", + "id": "engagement-location-helper", }, "children": Array [ Object { @@ -20360,7 +20360,7 @@ initialize { "prev": Object { "attribs": Object { "class": "pf-c-form__label", - "for": "residency-location", + "for": "engagement-location", }, "children": Array [ Object {