Browse Source

Merge branch 'main' into CLDC-3241-Part-1-Explanation-of-variables-on-CSVs

pull/2585/head
Manny Dinssa 2 years ago committed by GitHub
parent
commit
7eee04f012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      README.md
  2. 2
      app/services/bulk_upload/lettings/year2023/row_parser.rb
  3. BIN
      docs/images/service.jpeg
  4. BIN
      docs/images/service.png

4
README.md

@ -3,7 +3,7 @@
[![Production CI/CD Pipeline](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/production_pipeline.yml/badge.svg)](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/production_pipeline.yml)
[![Staging CI/CD Pipeline](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/staging_pipeline.yml/badge.svg)](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/staging_pipeline.yml)
Ruby on Rails app that handles the submission of lettings and sales of social housing data in England. Currently in private beta.
Ruby on Rails app that handles the submission of lettings and sales of social housing data in England. Currently in public beta.
## Domain documentation
@ -15,4 +15,4 @@ Ruby on Rails app that handles the submission of lettings and sales of social ho
## User interface
![View of the logs list](docs/images/service.png)
![View of the logs list](docs/images/service.jpeg)

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

@ -48,7 +48,7 @@ class BulkUpload::Lettings::Year2023::RowParser
field_42: "If 'Other', what is the type of tenancy?",
field_43: "What is the length of the fixed-term tenancy to the nearest year?",
field_44: "Is this letting sheltered accommodation?",
field_45: "Has tenant seen the DLUHC privacy notice?",
field_45: "Has tenant seen the MHCLG privacy notice?",
field_46: "What is the lead tenant's age?",
field_47: "Which of these best describes the lead tenant's gender identity?",
field_48: "Which of these best describes the lead tenant's ethnic background?",

BIN
docs/images/service.jpeg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
docs/images/service.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 KiB

Loading…
Cancel
Save