natdeanlewissoftwire
6141c7db1d
feat: accept best "good" match in bulk upload
2 years ago
natdeanlewissoftwire
d6c8e8ad1c
Merge branch 'main' into CLDC-2069-find-UPRN-by-address
...
# Conflicts:
# config/locales/en.yml
# spec/models/form/lettings/pages/uprn_spec.rb
2 years ago
natdeanlewissoftwire
575ef2ca21
feat: allow uprn known to be skipped, and set 0.4 min precision
2 years ago
kosiakkatrina
57b43d34c0
CLDC-3180 Update lettings question numbering ( #2255 )
...
* Update question numbers for 2024 lettings
* Stub form start date in question tests
* Stub form start date in page tests
* Fix a typo
* Refactor default question number
* Refactor people question numbers
* Update some question numbers
* Update missing tests
* Update UPRN known question number
* Reorder questions, revert earnings number switch
2 years ago
kosiakkatrina
5866b7d04e
Add 2024 purchase ranges ( #2277 )
2 years ago
kosiakkatrina
ff68bf6e56
Update sales paper form ( #2290 )
2 years ago
Robert Sullivan
8693037132
CLDC-1944: Replace soft date validation with hard date validation for 2024 and allow dates before 2000 ( #2280 )
...
* CLDC-1944: Replace soft date validation with hard date validation for 2024 and allow dates before 2000 in cases of soft validation failure
2 years ago
natdeanlewissoftwire
dd0b4bcf50
feat: add no address found page
2 years ago
natdeanlewissoftwire
e538cc40db
Merge remote-tracking branch 'origin/CLDC-2069-find-UPRN-by-address' into CLDC-2069-find-UPRN-by-address
...
# Conflicts:
# db/schema.rb
2 years ago
natdeanlewissoftwire
3d815a3764
feat: don't set minimum match for initial search
2 years ago
natdeanlewissoftwire
246829cc95
feat: add question tests
2 years ago
natdeanlewissoftwire
2fc3ae522e
feat: confirm uprn on address update
2 years ago
natdeanlewissoftwire
5d1d75ec61
feat: add page tests
2 years ago
natdeanlewissoftwire
047819296f
feat: improve error handling and don't accept "no match" precisions
2 years ago
natdeanlewissoftwire
109dec4a1b
feat: allow re-entering different uprns
2 years ago
natdeanlewissoftwire
7253db7026
feat: handle case when no addresses are found
2 years ago
natdeanlewissoftwire
64e7be7c63
feat: add service error to address_selection
2 years ago
natdeanlewissoftwire
25d8ab1503
feat: use -1 for not listed address for extensibility
2 years ago
natdeanlewissoftwire
6cfb0d86ff
feat: update shared log examples tests
2 years ago
natdeanlewissoftwire
6f0dc0a31f
feat: migrate new fields to sales logs
2 years ago
natdeanlewissoftwire
066d7df8dc
feat: revert precision schema update
2 years ago
natdeanlewissoftwire
eb988cd1ee
feat: update data presenter and test
2 years ago
natdeanlewissoftwire
6c58725c3b
feat: display inputs in answer label
2 years ago
natdeanlewissoftwire
43b77eedca
feat: add migration
2 years ago
natdeanlewissoftwire
7239b3d0d8
feat: store address input separately
2 years ago
natdeanlewissoftwire
263a52f6a9
feat: test address client
2 years ago
natdeanlewissoftwire
9fe551a116
feat: make nil safe
2 years ago
natdeanlewissoftwire
974a54747f
refactor: remove commented lines
2 years ago
natdeanlewissoftwire
3e11a9144b
refactor: lint
2 years ago
natdeanlewissoftwire
043e5ff4eb
feat: build out alternative routes through the address lookup flow
2 years ago
natdeanlewissoftwire
4efa7fd23b
feat: mvp commit with address selector from address line 1 and postcode using OS places find endpoint
2 years ago
natdeanlewissoftwire
927217f82c
Update schema since rails 7 ( #2282 )
...
* feat: update schema since rails 7
* feat: update tests
2 years ago
Robert Sullivan
49e72da0d9
CLDC-3245: Make Q59 optional ( #2271 )
2 years ago
natdeanlewissoftwire
57395be99b
feat: don't set minimum match for initial search
2 years ago
natdeanlewissoftwire
2fffaf8e78
feat: add question tests
2 years ago
natdeanlewissoftwire
6bbb9af408
feat: confirm uprn on address update
2 years ago
natdeanlewissoftwire
5961938de1
feat: add page tests
2 years ago
natdeanlewissoftwire
99f5ae007f
feat: improve error handling and don't accept "no match" precisions
2 years ago
natdeanlewissoftwire
8c8f01d346
feat: allow re-entering different uprns
2 years ago
natdeanlewissoftwire
80861fe2d8
feat: handle case when no addresses are found
2 years ago
natdeanlewissoftwire
1afee2c66f
feat: add service error to address_selection
2 years ago
natdeanlewissoftwire
d61e83bdf7
feat: use -1 for not listed address for extensibility
2 years ago
kosiakkatrina
ff55bed2b2
CLDC-2220 Update buyer pluralisation ( #2272 )
...
* Pluralise buyer in household characteristics/setup
* Pluralise buyer in sales information sections
* Pluralise buyer in savings
* Pluralise other buyers, update privacy notice test
* Pluralise buyer in validations and translations
* Route to pages when joint purchase is not answered
* Fix apostrophes
* Update translations
* More updates
2 years ago
natdeanlewissoftwire
779e528ed0
feat: update shared log examples tests
2 years ago
Rachael Booth
642b9cdaf2
CLDC-3264: Setup to allow using future form on staging for testing ( #2279 )
...
* CLDC-3264: Setup to allow using future form on staging for testing
* Update bulk upload year_spec tests
* Fix indentation
* Disable future form use on review apps for testing
* Move lettings startdate 14 day validation to enforce order
* Update tests
* Restore future form use on review apps
2 years ago
kosiakkatrina
e99f4302b3
CLDC-3246 Update homepage in progress links ( #2258 )
...
* Link to in progress logs for open collections only
* Check specific log type crossovers
2 years ago
kosiakkatrina
9c6a06b6a5
CLDC-2238 Update question headers and hint texts ( #2269 )
...
* Update question headers and hint texts
* Fix typo
2 years ago
natdeanlewissoftwire
b8259c68fc
feat: migrate new fields to sales logs
2 years ago
natdeanlewissoftwire
94b0ba0999
Merge remote-tracking branch 'origin/CLDC-2069-find-UPRN-by-address' into CLDC-2069-find-UPRN-by-address
2 years ago
natdeanlewissoftwire
40b25c664d
feat: revert precision schema update
2 years ago