Browse Source

feat: update hint copy (#1994)

pull/1988/head v0.3.70
natdeanlewissoftwire 1 year ago committed by GitHub
parent
commit
93c88ad37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/models/form/lettings/questions/referral.rb
  2. 1
      app/models/form/lettings/questions/referral_prp.rb
  3. 1
      app/models/form/lettings/questions/referral_supported_housing.rb
  4. 2
      app/models/form/lettings/questions/referral_supported_housing_prp.rb
  5. 12
      config/forms/2021_2022.json
  6. 12
      config/forms/2022_2023.json

1
app/models/form/lettings/questions/referral.rb

@ -14,6 +14,7 @@ class Form::Lettings::Questions::Referral < ::Form::Question
ANSWER_OPTIONS = { ANSWER_OPTIONS = {
"1" => { "1" => {
"value" => "Internal transfer", "value" => "Internal transfer",
"hint" => "Where the tenant has moved to another social property owned by the same landlord.",
}, },
"2" => { "2" => {
"value" => "Tenant applied directly (no referral or nomination)", "value" => "Tenant applied directly (no referral or nomination)",

1
app/models/form/lettings/questions/referral_prp.rb

@ -14,6 +14,7 @@ class Form::Lettings::Questions::ReferralPrp < ::Form::Question
ANSWER_OPTIONS = { ANSWER_OPTIONS = {
"1" => { "1" => {
"value" => "Internal transfer", "value" => "Internal transfer",
"hint" => "Where the tenant has moved to another social property owned by the same landlord.",
}, },
"2" => { "2" => {
"value" => "Tenant applied directly (no nomination)", "value" => "Tenant applied directly (no nomination)",

1
app/models/form/lettings/questions/referral_supported_housing.rb

@ -14,6 +14,7 @@ class Form::Lettings::Questions::ReferralSupportedHousing < ::Form::Question
ANSWER_OPTIONS = { ANSWER_OPTIONS = {
"1" => { "1" => {
"value" => "Internal transfer", "value" => "Internal transfer",
"hint" => "Where the tenant has moved to another social property owned by the same landlord.",
}, },
"2" => { "2" => {
"value" => "Tenant applied directly (no referral)", "value" => "Tenant applied directly (no referral)",

2
app/models/form/lettings/questions/referral_supported_housing_prp.rb

@ -12,7 +12,7 @@ class Form::Lettings::Questions::ReferralSupportedHousingPrp < ::Form::Question
end end
ANSWER_OPTIONS = { ANSWER_OPTIONS = {
"1" => { "value" => "Internal transfer" }, "1" => { "value" => "Internal transfer", "hint" => "Where the tenant has moved to another social property owned by the same landlord." },
"2" => { "value" => "Tenant applied directly (no referral or nomination)" }, "2" => { "value" => "Tenant applied directly (no referral or nomination)" },
"3" => { "value" => "Nominated by a local housing authority" }, "3" => { "value" => "Nominated by a local housing authority" },
"4" => { "value" => "Referred by local authority housing department" }, "4" => { "value" => "Referred by local authority housing department" },

12
config/forms/2021_2022.json

@ -7074,7 +7074,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no referral or nomination)" "value": "Tenant applied directly (no referral or nomination)"
@ -7131,7 +7132,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no nomination)" "value": "Tenant applied directly (no nomination)"
@ -7194,7 +7196,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no referral)" "value": "Tenant applied directly (no referral)"
@ -7254,7 +7257,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no referral or nomination)" "value": "Tenant applied directly (no referral or nomination)"

12
config/forms/2022_2023.json

@ -6991,7 +6991,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no referral or nomination)" "value": "Tenant applied directly (no referral or nomination)"
@ -7048,7 +7049,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no nomination)" "value": "Tenant applied directly (no nomination)"
@ -7111,7 +7113,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no referral)" "value": "Tenant applied directly (no referral)"
@ -7171,7 +7174,8 @@
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
"value": "Internal transfer" "value": "Internal transfer",
"hint": "Where the tenant has moved to another social property owned by the same landlord."
}, },
"2": { "2": {
"value": "Tenant applied directly (no referral or nomination)" "value": "Tenant applied directly (no referral or nomination)"

Loading…
Cancel
Save