Manny Dinssa
bc5ba65b88
Keep existing details for monthly charged check, common to other subsections
10 months ago
Manny Dinssa
d7e2a6bf8d
Keep existing details for combined income check, common to other subsections
10 months ago
Manny Dinssa
4380e440a8
Keep existing details for buyer income 1 and 2 check, common to other subsections
10 months ago
Manny Dinssa
df45443f6c
Keep existing header and check answer label for about price value check, common to other subsections
10 months ago
Manny Dinssa
a035a221e7
Keep default page header for uprn confirmation and selection
10 months ago
Manny Dinssa
e43c86e236
Fix lint
10 months ago
Manny Dinssa
331b308818
Remove 2022-only property questions and pages
10 months ago
Manny Dinssa
d7a2e19215
Remove comment
10 months ago
Manny Dinssa
3840baafea
Add subsection method to page instance
10 months ago
Manny Dinssa
69e059446e
Put hint text on one line
10 months ago
Manny Dinssa
4fd2c732e2
Fix copy key
10 months ago
Manny Dinssa
2f5a811cd3
Indentation
10 months ago
Manny Dinssa
898768019b
Add page headers
10 months ago
Manny Dinssa
f75c5f3ba2
Move question details to translation files
10 months ago
Rachael Booth
a795d96aa0
Merge branch 'main' into SetupSalesCopy
10 months ago
Rachael Booth
2dd204d0be
Fix tests
10 months ago
Rachael Booth
0cb0add7a7
Fix lint
10 months ago
Rachael Booth
9a4f2bc52d
Add tests where there is logic on page/question to decide copy key
10 months ago
Rachael Booth
10e96cc165
Add tests for copy key and copy to page and question specs
10 months ago
kosiakkatrina
61abd747b0
Refactor collection resources to use storage service ( #2684 )
...
* Refactor collection resources to use storage service
* Add a feature flag
* Update tests
* Update stubs
10 months ago
Rachael Booth
9f9d755131
Remove text tests from pages and questions
10 months ago
kosiakkatrina
0425fe0a49
CLDC-3517 Download collection resources from S3 ( #2671 )
...
* Get collection resources from S3
* Remove resource files from codebase
* Stub some collection resource requests
* Use env var for bucket name
* Update some tests
* Extract methods into a service
10 months ago
Rachael Booth
19aa7be182
CLDC-3662: Recalculate status for 2024 logs missing la ( #2681 )
10 months ago
kosiakkatrina
d16f71981a
CLDC-3619 Add duplicate schemes after merge view ( #2655 )
...
* Add duplicate sets scope to schemes
* Add rake task to write duplicate scheme sets
* Add duplicate sets scope to locations
* Add rake task to write duplicate locations
* lint
* Update location duplicate count
* Add scheme_id back to DUPLICATE_LOCATION_ATTRIBUTES
* Add display duplicate schemes banner method
* Add banner to the schemes page
* Add page content
* Allow confirming duplicate schemes
* Update display_duplicate_schemes_banner? method
* Make title dynamic
10 months ago
Rachael Booth
713fb83c7a
Handle when some text is undefined in questions not yet using translation files
10 months ago
kosiakkatrina
6cdf3bbf63
Correctly caption message to sentry ( #2679 )
10 months ago
Rachael Booth
f359ac326a
Tidy
10 months ago
Rachael Booth
dc2c7d5d8d
...and again
10 months ago
Rachael Booth
b48f5ab422
And again...
10 months ago
Rachael Booth
0e037beeee
Merge branch 'main' into SetupSalesCopy
10 months ago
Rachael Booth
594fb9c2e8
More test fixes
10 months ago
Rachael Booth
4901547d03
Tidy
10 months ago
kosiakkatrina
a74e3799f6
Memoise empty address options result ( #2675 )
10 months ago
Rachael Booth
f892f75631
More fixes
10 months ago
Rachael Booth
bd69ec56d4
More fixes
10 months ago
Rachael Booth
c9192aa4d6
Fix page header
10 months ago
Rachael Booth
27fc1277ae
Remove test word
10 months ago
Rachael Booth
bd47018f47
CLDC-3650: Pull out copy for sales setup section questions to translation file
10 months ago
Manny Dinssa
42419bd193
CLDC-3626 Changes to filtering by specific users ( #2646 )
10 months ago
kosiakkatrina
a9dc4db5d6
Change max width for notification banner ( #2664 )
10 months ago
Rachael Booth
961f1b7f93
CLDC-3423: Add sales soft validation for person over retirement age not retired ( #2644 )
...
* CLDC-3423: Add sales soft validation for person over retirement age not retired
* Add rake task to recalculate log status when new validation is triggered
10 months ago
Manny Dinssa
53c3b3e61a
CLDC-3633 Full stops in error messages ( #2628 )
...
* Make full stops consistent in error messages
* Fix test
* Update few hardcoded errors
* Update join in remaining row parsers
* Update some more tests
* Update more hard coded BU errors
* Fix typo I introduced - bedrooms to bedroom
---------
Co-authored-by: Kat <katrina@kosiak.co.uk>
Co-authored-by: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com>
10 months ago
kosiakkatrina
971229da4e
Make collection_year_radio_options same as side filter options ( #2668 )
10 months ago
Rachael Booth
615ebfeff8
WIP
10 months ago
dependabot[bot]
ec0d7a027a
Bump webrick from 1.8.1 to 1.8.2 in /docs ( #2670 )
...
Bumps [webrick](https://github.com/ruby/webrick ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases )
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2 )
---
updated-dependencies:
- dependency-name: webrick
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
Rachael Booth
fcbc969017
CLDC-3616: Adjust PR link for review apps to new domain ( #2669 )
10 months ago
Rachael Booth
eeca40521f
WIP
10 months ago
kosiakkatrina
f269a88abc
Update xml exports ( #2543 )
...
* Refactor manifest creation into a separate job
* Add users export service
* Call user export service
* Rename exports table
* Update data export job spec
* Update naming
* Refactor shared logic into parent class
* Update initialize
* Allow exporting users individually
* Update data export task tests
* Move method and update task argument
* Add phone extension to the user export
* Add static period to filename
* Make recent logs export depend on the collection
* CLDC-3534 Export organisation data (#2599 )
* Add organisation export service
* Call organisations export and write manifest
* Add some additional fields to export
* Add period to organisation export filename
* Update provider_type and add new fields
* Filter exports by the collection
* Update tests
* Update fields exported in lettings export (#2652 )
* Add new fields for user ids (#2661 )
* Undo lettings export field changes
10 months ago
kosiakkatrina
f99bd9756c
Capture failed bulk uploads ( #2667 )
...
* Capture failed bulk uploads
* Update capture exception to capture message
10 months ago
kosiakkatrina
d366849354
Sanitise search input for order ( #2662 )
...
* Sanitise search input for order
* Update scope
10 months ago