natdeanlewissoftwire
1b4adf167e
feat: add migration and updated schema
2 years ago
natdeanlewissoftwire
63d1daf200
refactor: spacing
2 years ago
natdeanlewissoftwire
d9564cfca5
tests: add tests for question and page
2 years ago
natdeanlewissoftwire
dfe95e2356
feat: update tests (and add housingneeds_type to schema that was previously missing)
2 years ago
natdeanlewissoftwire
f48e75691c
feat: add migration and updated schema
2 years ago
natdeanlewissoftwire
669c8678a8
feat: add boyer_company page and question (migration still to be committed)
2 years ago
natdeanlewissoftwire
bcd5b04e48
Merge remote-tracking branch 'origin/CLDC-1482-sales-log-buyer-company' into CLDC-1482-sales-log-buyer-company
...
# Conflicts:
# spec/models/form/sales/subsections/setup_spec.rb
# spec/models/form_handler_spec.rb
2 years ago
natdeanlewissoftwire
96ea4ccb57
Merge branch 'main' into CLDC-1482-sales-log-buyer-company
2 years ago
natdeanlewissoftwire
b4848c3cd8
refactor: spacing
2 years ago
natdeanlewissoftwire
f9d759a754
tests: add tests for question and page
2 years ago
natdeanlewissoftwire
1ddcbd4897
feat: update tests (and add housingneeds_type to schema that was previously missing)
2 years ago
David May-Miller
9716df7742
CLDC-1625 Added create new sales log for this organisation button on organisation view ( #920 )
2 years ago
natdeanlewissoftwire
0c4d064fe4
feat: add migration and updated schema
2 years ago
natdeanlewissoftwire
6e6d13f718
feat: add boyer_company page and question (migration still to be committed)
2 years ago
natdeanlewissoftwire
4e2d204289
Cldc 1522 buyer 2 relationship ( #921 )
...
* feat: add buyer 2-1 relationship question and page (migration and schema to come in next commit)
* feat: add buyer 2-1 migration and schema
* feat: update schema
* feat: add depends_on and tests
* feat: add hint text
* tests: add new tests
* refactor: lint appeasing
* test: update no. of pages
2 years ago
natdeanlewissoftwire
7309768e08
Cldc 1522 buyer 2 relationship ( #919 )
...
* feat: add buyer 2-1 relationship question and page (migration and schema to come in next commit)
* feat: add buyer 2-1 migration and schema
* feat: update schema
* feat: add depends_on and tests
* feat: add hint text
* tests: add new tests
* refactor: lint appeasing
2 years ago
Ted-U
ccdc842cf9
Cldc 1548 purchase price sales question ( #918 )
...
* add type of building question to sales
* update check answer label
* fix tests
* run migration
* fix test
2 years ago
Dushan
ae349cd68f
add changes for buyer 2 age ( #916 )
2 years ago
natdeanlewissoftwire
9a51f7261c
Cldc 1390 la lookup fallback ( #861 )
...
* feat: add la manual edit page
* feat: make autocomplete accesible and la readable
* feat: add correct skip and linking behaviour, also rename fallback page
* feat: add page not found and tidy la list
* feat: add redirection behaviour
* feat: add coping with nil add_another_location query string
* test: add postcodes mocks to return local authorities
* feat: validate local authority to not be nil or "Select an option"
* feat: persist add_another_location even on validation failure
* feat: remove url query parsing, put validation before values added to db
* refactor: spacing
* tests: add new tests for edit-local-authority
* tests: remove redundant bangs
2 years ago
Dushan
78d805f704
model changes ( #915 )
2 years ago
James Rose
18b81a43c0
Add Sidekiq web to project ( #914 )
...
This is only accessible when you are logged in as a support user. It is accessible at /sidekiq
2 years ago
baarkerlounger
401d5498b4
Add workers to production manifest ( #913 )
2 years ago
natdeanlewissoftwire
0acf0dbda8
feat: update test
2 years ago
natdeanlewissoftwire
fc1acfd2ea
Merge remote-tracking branch 'origin/CLDC-1482-sales-log-buyer-company' into CLDC-1482-sales-log-buyer-company
...
# Conflicts:
# app/models/form/sales/subsections/setup.rb
# db/schema.rb
# spec/models/form/sales/subsections/setup_spec.rb
# spec/models/form_handler_spec.rb
# spec/models/form_spec.rb
2 years ago
natdeanlewissoftwire
6ddf59f8e3
refactor: spacing
2 years ago
natdeanlewissoftwire
223f4e072b
tests: add tests for question and page
2 years ago
natdeanlewissoftwire
923d07f674
feat: update tests (and add housingneeds_type to schema that was previously missing)
2 years ago
natdeanlewissoftwire
b367c58971
feat: add migration and updated schema
2 years ago
natdeanlewissoftwire
49ae302a94
feat: add boyer_company page and question (migration still to be committed)
2 years ago
Jack S
cc93afa486
[CLDC-1484] Add prefer not to say to Age 1 question ( #910 )
2 years ago
Dushan
0712c694e7
changes for buyer live ( #892 )
...
feat: add migration and updated schema
fix specs
fix schema
fix db field name and specs
2 years ago
baarkerlounger
d72168ab08
Make purchid optional ( #908 )
2 years ago
James Rose
1aaa97bc8a
Revert "add sales building type question"
...
This reverts commit 2daa1f64cc
.
2 years ago
Ted-U
2daa1f64cc
add sales building type question
2 years ago
kosiakkatrina
f8f0624938
Cldc 1430 csv export ( #888 )
...
* Remove an unused ethnic_other column
* remove sale_completion_date from lettings logs
* Add collection start year
* Remove sale_or_letting column
* Rename rent_type to rent_type_detail in the export
* Format dates
* refactor
* Fix test
2 years ago
baarkerlounger
bcf9132004
CLDC-1511: Add "Will buyer 1 live in the property?" question ( #905 )
...
* Add "Will buyer 1 live in the property?" question
* Factory
2 years ago
Dushan
554b660f1a
update values ( #904 )
2 years ago
kosiakkatrina
ac3f864ad1
Extract voiddate out of the if statement ( #903 )
2 years ago
kosiakkatrina
2698ea1f4a
Cldc 1485 lead tenant gender ( #902 )
...
* Add gender 1 question
* Add gender identity 1 page
* rename files
* Add specs, add page to subsection
* Add sex1 column
* Add answer options to the gender question
* update tests, add depends on for subsection
* remove buyer_1_age from setup
* Change quotes to apostrophes
* Tests
2 years ago
kosiakkatrina
fb9e1c50e6
Folder structure ( #901 )
...
* Update the folder structure
* Add specs
* testy 💁♀️
* Update names in tests 🫠
2 years ago
kosiakkatrina
9bf189a919
set vacdays after setting the voiddate ( #900 )
2 years ago
bibblobcode
3b2b207c71
[CLDC-1484] Add Buyer 1 age question ( #898 )
...
* [CLDC-1484] Add buyer 1 questions to Sales form
* [CLDC-1484] Add Age1 page and sections
* [CLDC-1484] Enable rspec --only-failures
* Rubocop lint
2 years ago
kosiakkatrina
38f897a843
Cldc 1479 joint buyers ( #885 )
...
* Add number joint buyers page and question
* Add jointmore column
* fix form tests
* Add in progress trait and status test for sales log
* Fix test
2 years ago
baarkerlounger
f93cc49d78
Bump doc deps ( #897 )
2 years ago
baarkerlounger
2c06ec9d74
Bump dependencies ( #896 )
2 years ago
Ted-U
4a648a144b
CLDC 1465 Add beds question to saleslog ( #890 )
...
* Add beds question to saleslog
* move beds question to property section
* fix property filepath references
* fix failing tests
* add tests to form spec
* fix migration
2 years ago
baarkerlounger
653b844f36
Handle import validation failures ( #895 )
...
* Set age and relat to nil when inconsistent
* Set homeless and reasonable preference due to homelessness to nil if inconsistent
* Age not answered case
* Refused is also valid
* Check relationship has been answered
2 years ago
natdeanlewissoftwire
4696529c34
feat: update schema
2 years ago
natdeanlewissoftwire
da5bc33c1e
Merge branch 'main' into CLDC-1482-sales-log-buyer-company
...
# Conflicts:
# db/schema.rb
2 years ago
natdeanlewissoftwire
d597eb9d85
refactor: spacing
2 years ago