ONSdigital / eq-survey-runner

eQ Survey Runner
MIT License
21 stars 14 forks source link

construction_0002 changes. #2890

Closed ashtuck closed 2 years ago

ashtuck commented 2 years ago

What is the context of this PR?

Change and updates to contruction_0002.json.

How to review

Author link:

https://prod-author.prod.eq.ons.digital/#/q/cc4dedc2-d8bf-42a6-9695-3ce58146da2e/page/26537570-11bc-4ece-a0c7-aeb2fb65f9ee/preview eQ ID

228

Survey name: CAT (employ)

For devs:

Navigate to https://prod-publisher.prod.eq.ons.digital/publish/ Copy and paste the questionnaire JSON into the relevant JSON file in Runner Ensure eq_id, survey_id, form_type and data_version are unchanged from the previous wave (compare with the JSON you just replaced to know what these values are) Ensure the trad_as metadata validator (found at the end of the JSON document) is optional_string (it will default to string in the JSON you grab from Author) Within the preview_content block of the JSON (near the top of the page, around line 32) add a description property into the content property to create a hyperlink, it's value is unchanged from the previous wave (compare with the JSON you just replaced to know what this value is) remove the extra metadata field for "employment_date" at end of questionnaire. When you are done making changes, or further updates, run yarn format and push the code to GitHub.

Checklist