Browse Source

Update text copy for 'Reasonable preference reason' fields to improve clarity

pull/3044/head
Manny Dinssa 4 weeks ago
parent
commit
930a9276b8
  1. 10
      app/services/bulk_upload/lettings/year2023/row_parser.rb
  2. 10
      app/services/bulk_upload/lettings/year2024/row_parser.rb
  3. 10
      app/services/bulk_upload/lettings/year2025/row_parser.rb

10
app/services/bulk_upload/lettings/year2023/row_parser.rb

@ -115,11 +115,11 @@ class BulkUpload::Lettings::Year2023::RowParser
field_108: "What is the postcode of the household’s last settled home?", field_108: "What is the postcode of the household’s last settled home?",
field_109: "What is the local authority of the household’s last settled home?", field_109: "What is the local authority of the household’s last settled home?",
field_110: "Was the household given 'reasonable preference' by the local authority?", field_110: "Was the household given 'reasonable preference' by the local authority?",
field_111: "Reasonable preference reason They were homeless or about to lose their home (within 56 days)", field_111: "Reasonable preference reason - They were homeless or about to lose their home (within 56 days)",
field_112: "Reasonable preference reason They were living in insanitary, overcrowded or unsatisfactory housing", field_112: "Reasonable preference reason - They were living in insanitary, overcrowded or unsatisfactory housing",
field_113: "Reasonable preference reason They needed to move on medical and welfare reasons (including disability)", field_113: "Reasonable preference reason - They needed to move on medical and welfare reasons (including disability)",
field_114: "Reasonable preference reason They needed to move to avoid hardship to themselves or others", field_114: "Reasonable preference reason - They needed to move to avoid hardship to themselves or others",
field_115: "Reasonable preference reason Don’t know", field_115: "Reasonable preference reason - Don’t know",
field_116: "Was the letting made under the Choice-Based Lettings (CBL)?", field_116: "Was the letting made under the Choice-Based Lettings (CBL)?",
field_117: "Was the letting made under the Common Allocation Policy (CAP)?", field_117: "Was the letting made under the Common Allocation Policy (CAP)?",
field_118: "Was the letting made under the Common Housing Register (CHR)?", field_118: "Was the letting made under the Common Housing Register (CHR)?",

10
app/services/bulk_upload/lettings/year2024/row_parser.rb

@ -111,11 +111,11 @@ class BulkUpload::Lettings::Year2024::RowParser
field_104: "What is the postcode of the household’s last settled home?", field_104: "What is the postcode of the household’s last settled home?",
field_105: "What is the local authority of the household’s last settled home?", field_105: "What is the local authority of the household’s last settled home?",
field_106: "Was the household given 'reasonable preference' by the local authority?", field_106: "Was the household given 'reasonable preference' by the local authority?",
field_107: "Reasonable preference reason They were homeless or about to lose their home (within 56 days)", field_107: "Reasonable preference reason - They were homeless or about to lose their home (within 56 days)",
field_108: "Reasonable preference reason They were living in insanitary, overcrowded or unsatisfactory housing", field_108: "Reasonable preference reason - They were living in insanitary, overcrowded or unsatisfactory housing",
field_109: "Reasonable preference reason They needed to move on medical and welfare reasons (including disability)", field_109: "Reasonable preference reason - They needed to move on medical and welfare reasons (including disability)",
field_110: "Reasonable preference reason They needed to move to avoid hardship to themselves or others", field_110: "Reasonable preference reason - They needed to move to avoid hardship to themselves or others",
field_111: "Reasonable preference reason Don’t know", field_111: "Reasonable preference reason - Don’t know",
field_112: "Was the letting made under the Choice-Based Lettings (CBL)?", field_112: "Was the letting made under the Choice-Based Lettings (CBL)?",
field_113: "Was the letting made under the Common Allocation Policy (CAP)?", field_113: "Was the letting made under the Common Allocation Policy (CAP)?",
field_114: "Was the letting made under the Common Housing Register (CHR)?", field_114: "Was the letting made under the Common Housing Register (CHR)?",

10
app/services/bulk_upload/lettings/year2025/row_parser.rb

@ -111,11 +111,11 @@ class BulkUpload::Lettings::Year2025::RowParser
field_104: "What is the postcode of the household’s last settled home?", field_104: "What is the postcode of the household’s last settled home?",
field_105: "What is the local authority of the household’s last settled home?", field_105: "What is the local authority of the household’s last settled home?",
field_106: "Was the household given 'reasonable preference' by the local authority?", field_106: "Was the household given 'reasonable preference' by the local authority?",
field_107: "Reasonable preference reason They were homeless or about to lose their home (within 56 days)", field_107: "Reasonable preference reason - They were homeless or about to lose their home (within 56 days)",
field_108: "Reasonable preference reason They were living in insanitary, overcrowded or unsatisfactory housing", field_108: "Reasonable preference reason - They were living in insanitary, overcrowded or unsatisfactory housing",
field_109: "Reasonable preference reason They needed to move on medical and welfare reasons (including disability)", field_109: "Reasonable preference reason - They needed to move on medical and welfare reasons (including disability)",
field_110: "Reasonable preference reason They needed to move to avoid hardship to themselves or others", field_110: "Reasonable preference reason - They needed to move to avoid hardship to themselves or others",
field_111: "Reasonable preference reason Don’t know", field_111: "Reasonable preference reason - Don’t know",
field_112: "Was the letting made under the Choice-Based Lettings (CBL)?", field_112: "Was the letting made under the Choice-Based Lettings (CBL)?",
field_113: "Was the letting made under the Common Allocation Policy (CAP)?", field_113: "Was the letting made under the Common Allocation Policy (CAP)?",
field_114: "Was the letting made under the Common Housing Register (CHR)?", field_114: "Was the letting made under the Common Housing Register (CHR)?",

Loading…
Cancel
Save