natdeanlewissoftwire
c4a45482c8
feat: wip commit error messages
3 years ago
natdeanlewissoftwire
1acafbc3aa
feat: use accessible autocomplete (now working)
3 years ago
natdeanlewissoftwire
a0a78f19b1
feat: use accessible autocomplete (not working)
3 years ago
natdeanlewissoftwire
9a185e9ef3
Merge branch 'main' into CLDC-1662-add-housing-provider
...
# Conflicts:
# app/controllers/organisation_relationships_controller.rb
# app/views/organisation_relationships/housing_providers.html.erb
# config/routes.rb
3 years ago
natdeanlewissoftwire
c52745ce24
feat: add data passing behaviour without accessible autocomplete
3 years ago
natdeanlewissoftwire
f18cfd3dcf
feat: remove redundant code
3 years ago
natdeanlewissoftwire
3b9f09cacf
feat: wip add housing provider functionality hard coded to add FooBar LTD as provider to DLUHC
3 years ago
natdeanlewissoftwire
3ffafaa51c
feat: add wip housing provider behaviour without functioning search
3 years ago
natdeanlewissoftwire
367c783082
feat: tidy up routing
3 years ago
natdeanlewissoftwire
1bfb05a0d3
feat: add housing provider page with details and button
3 years ago
natdeanlewissoftwire
4aede34cf0
Cldc 1661 housing providers branch ( #950 )
...
* wip
* Rename managing_agents column
* add managing relationship
* f
* feat: add my features branched off managing agents branch
* feat: update nav behaviour
* feat: simplify housing_providers view
* feat: fix pluralise to default to plural rather than singular
* feat: remove managing agent related code so can be merged directly
* tests: update tests and add new ones for housing_providers
* refactor: rubocop conciliation
* tests: fix failing navigation tests
* tests: one more plural test
* refactor: erb linting
* refactor: erb linting
* feat: right-align "Remove" text
* feat: update nokogiri to pass bundler-audit
* feat: grey out search button
* feat: remove section-break
Co-authored-by: Jack S <jacopo.scotti@softwire.com>
3 years ago
natdeanlewissoftwire
e67f779b5c
feat: remove section-break
3 years ago
natdeanlewissoftwire
abff1c93b4
feat: grey out search button
3 years ago
natdeanlewissoftwire
874b3d2dc3
feat: update nokogiri to pass bundler-audit
3 years ago
natdeanlewissoftwire
93f4ff8b1a
feat: right-align "Remove" text
3 years ago
natdeanlewissoftwire
11df34e293
refactor: erb linting
3 years ago
natdeanlewissoftwire
cbf2de98f1
refactor: erb linting
3 years ago
natdeanlewissoftwire
2834ff2692
tests: one more plural test
3 years ago
natdeanlewissoftwire
75f88ca4cf
tests: fix failing navigation tests
3 years ago
natdeanlewissoftwire
c1b95805e9
refactor: rubocop conciliation
3 years ago
natdeanlewissoftwire
a70457e728
tests: update tests and add new ones for housing_providers
3 years ago
natdeanlewissoftwire
025bf571d3
feat: remove managing agent related code so can be merged directly
3 years ago
natdeanlewissoftwire
96474d7c92
feat: fix pluralise to default to plural rather than singular
3 years ago
natdeanlewissoftwire
6409f6b62d
feat: simplify housing_providers view
3 years ago
natdeanlewissoftwire
0a73d3c347
feat: update nav behaviour
3 years ago
natdeanlewissoftwire
038fb6e485
feat: add my features branched off managing agents branch
3 years ago
Jack S
4743fb6fba
f
3 years ago
Jack S
baa052f802
add managing relationship
3 years ago
Jack S
1943357db1
Rename managing_agents column
3 years ago
Jack S
7adf58feae
wip
3 years ago
Jack S
75206fdde9
[CLDC-1679] Add relationshop type to org relationship ( #947 )
3 years ago
Jack S
fd85f2a19e
[CLDC-1512] Add buyer1 income ( #940 )
...
* Add tests for household wheelchair
* [CLDC-1512] Add buyer 1 income
* Add guidance to question
3 years ago
Sam
57de10622a
CLDC-1505 Buyer 1 working situation must be an adult ( #945 )
3 years ago
natdeanlewissoftwire
67435e9fa6
Cldc 1529 add more ages ( #943 )
...
* feat: add person2_age
* feat: add person2_age
* feat: add all 4 additional people ages
* tests: add tests and make old tests pass
3 years ago
natdeanlewissoftwire
d7f650a283
feat: add validation for voiddate and mrcdate when startdate changed … ( #942 )
...
* feat: add validation for voiddate and mrcdate when startdate changed after these have been added later
* test: add tests for new validations
* refactor: remove unnecessary parens
3 years ago
natdeanlewissoftwire
27f3046c4f
feat: update linking behaviour ( #938 )
...
* feat: update linking behaviour
* feat: update linking behaviour for jointpur
* refactor: improve spacing
3 years ago
natdeanlewissoftwire
72dfcbf8db
Cldc 1529 person 1 age ( #939 )
...
* feat: add person 1 age question
* feat: add new tests and fix old tests
* feat: linting
3 years ago
Ted-U
c52a30ae0c
[CLDC-1467] add type of building question to sales ( #911 )
...
* add type of building question to sales
* update check answer label
* fix tests
* [CLDC-1467] Use correct page ID
Co-authored-by: Jack S <jacopo.scotti@softwire.com>
3 years ago
Jack S
f2716ef0c1
[CLDC-1502] Add household wheelchair question ( #935 )
3 years ago
natdeanlewissoftwire
333dbfe5bb
Cldc 1522 buyer 2 relationship ( #936 )
...
* 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
* feat: remove text input for Other option
* feat: update schema
3 years ago
natdeanlewissoftwire
8dc808a7db
Cldc 1527 others in property ( #934 )
...
* feat: add functionality and make tests pass
* tests: add new tests
* refactor: appease linting
* feat: update schema
* feat: update test
3 years ago
Sam
c34f922d76
CLDC-1505 Buyer 1 working situation ( #932 )
...
* CLDC-1505 Buyer 1 working situation
* Update sales log factory
3 years ago
James Rose
a136a70139
Check that we have an inferred check answers value before extracting its value ( #933 )
...
It's possible that this method returns true despite not having an `inferred_check_answers_value` set. This is an obvious smell that we will return to fix.
3 years ago
natdeanlewissoftwire
9a0629004d
Cldc 1574 privacy notice ( #931 )
...
* feat: core functionality
* feat: update schema.rb
* feat: add link for privacy notice, refactor to separate tenant/buyer
* feat: make privacy notices open in new tab
* test: make previous tests pass
* test: add new tests
3 years ago
kosiakkatrina
b22c6c961a
Cldc 1503 lead nationality ( #909 )
...
* Add nationality and other nationality questions
* Add nationality page
* Add national columns
* Add hidden_in_check_answers
* Update conditional question controller to work with both log types
* update tests
* lint
* Remove console.log
* tests and migration
* typo
* tests
* tests
* feat: update schema and tests
* Add nationality and other nationality questions
* Add nationality page
* Add national columns
* Add hidden_in_check_answers
* Update conditional question controller to work with both log types
* update tests
* lint
* Remove console.log
* tests and migration
* typo
* tests
* feat: update schema and tests
* tests: update tests
* feat: update schema.rb
Co-authored-by: natdeanlewissoftwire <nat.dean-lewis@softwire.com>
3 years ago
natdeanlewissoftwire
3ef5408451
Cldc 1525 buyer2 working situation ( #930 )
...
* feat: add functionality
* tests: make tests pass
* tests: add new tests
* feat: update schema
* tests: update tests
* feat: fix order of pages
* feat: fix order of pages
3 years ago
natdeanlewissoftwire
23c086d5da
Cldc 1525 buyer2 working situation ( #929 )
...
* feat: add functionality
* tests: make tests pass
* tests: add new tests
* feat: update schema
* tests: update tests
3 years ago
natdeanlewissoftwire
83e1469b4f
Cldc 1526 buyer 2 live in ( #928 )
...
* feat: add functionality
* tests: make existing tests pass
* tests: add new tests
3 years ago
natdeanlewissoftwire
0981ce7c4a
Cldc 1480 buyer interview ( #927 )
...
* feat: add functionality
* test: make old tests pass
* test: add new tests
* [CLDC-1524] Add buyer 2 gender question (#926 )
* changes for buyer 2 gender
* Rubocop
Co-authored-by: Jack S <jacopo.scotti@softwire.com>
* feat: add updated schema post rebase
* refactor: remove blank line
* test: update tests
Co-authored-by: Dushan <47317567+dushan-madetech@users.noreply.github.com>
Co-authored-by: Jack S <jacopo.scotti@softwire.com>
3 years ago
Dushan
04c2e7b638
[CLDC-1524] Add buyer 2 gender question ( #926 )
...
* changes for buyer 2 gender
* Rubocop
Co-authored-by: Jack S <jacopo.scotti@softwire.com>
3 years ago