Browse Source

Update URL slugs for 2021/22 questions

pull/400/head
Paul Robert Lloyd 3 years ago
parent
commit
da26cba8dd
  1. 52
      config/forms/2021_2022.json

52
config/forms/2021_2022.json

@ -83,7 +83,7 @@
} }
} }
}, },
"startdate": { "tenancy_start_date": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -222,7 +222,7 @@
} }
} }
}, },
"do_you_know_the_local_authority": { "property_local_authority": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -611,7 +611,7 @@
} }
] ]
}, },
"unitletas": { "property_let_type": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1027,7 +1027,7 @@
} }
] ]
}, },
"tenancy_type_starter_text": { "starter_tenancy_type": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1071,7 +1071,7 @@
} }
] ]
}, },
"fixed_term_tenancy": { "tenancy_length": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1145,7 +1145,7 @@
} }
], ],
"pages": { "pages": {
"number_of_members": { "household_members": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1619,7 +1619,7 @@
} }
] ]
}, },
"person_2_relationship": { "person_2_relationship_to_lead": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1827,7 +1827,7 @@
} }
] ]
}, },
"person_3_relationship": { "person_3_relationship_to_lead": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -2032,7 +2032,7 @@
} }
] ]
}, },
"person_4_relationship": { "person_4_relationship_to_lead": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -2234,7 +2234,7 @@
} }
] ]
}, },
"person_5_relationship": { "person_5_relationship_to_lead": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -2433,7 +2433,7 @@
} }
] ]
}, },
"person_6_relationship": { "person_6_relationship_to_lead": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -2629,7 +2629,7 @@
} }
] ]
}, },
"person_7_relationship": { "person_7_relationship_to_lead": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -2822,7 +2822,7 @@
} }
] ]
}, },
"person_8_relationship": { "person_8_relationship_to_lead": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -3033,7 +3033,7 @@
} }
} }
}, },
"armed_forces_member": { "armed_forces_serving": {
"header": "", "header": "",
"description": "", "description": "",
"depends_on": [ "depends_on": [
@ -3067,7 +3067,7 @@
} }
} }
}, },
"armed_forces_reservist": { "armed_forces_injured": {
"header": "", "header": "",
"description": "", "description": "",
"depends_on": [ "depends_on": [
@ -3101,7 +3101,7 @@
} }
} }
}, },
"pregnancy": { "pregnant": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -3188,7 +3188,7 @@
} }
} }
}, },
"condition_effects": { "health_condition_effects": {
"header": "", "header": "",
"description": "", "description": "",
"depends_on": [ "depends_on": [
@ -3253,7 +3253,7 @@
} }
], ],
"pages": { "pages": {
"time_lived_in_la": { "time_lived_in_local_authority": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -3299,7 +3299,7 @@
} }
] ]
}, },
"time_on_la_waiting_list": { "time_on_waiting_list": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -3726,7 +3726,7 @@
} }
} }
}, },
"previous_la": { "previous_local_authority": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -4490,7 +4490,7 @@
} }
], ],
"pages": { "pages": {
"net_income_known": { "income_known": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -4516,7 +4516,7 @@
} }
} }
}, },
"net_income": { "income_amount": {
"depends_on": [ "depends_on": [
{ {
"net_income_known": 0 "net_income_known": 0
@ -4576,7 +4576,7 @@
} }
} }
}, },
"net_income_value_check": { "check_income_amount": {
"depends_on": [{ "net_income_soft_validation_triggered?": true }], "depends_on": [{ "net_income_soft_validation_triggered?": true }],
"title_text": "Net income is outside the expected range based on the main tenant’s working situation", "title_text": "Net income is outside the expected range based on the main tenant’s working situation",
"informative_text": { "informative_text": {
@ -4638,7 +4638,7 @@
} }
} }
}, },
"net_income_uc_proportion": { "benefits_proportion": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -5571,7 +5571,7 @@
} }
] ]
}, },
"rent_shortfall": { "outstanding": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -5601,7 +5601,7 @@
} }
] ]
}, },
"rent_shortfall_amount": { "outstanding_amount": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {

Loading…
Cancel
Save