Commit Graph

  • b52c27782c
    tweak copy for 2022/2023 lettings access needs Q (#1014) Phil Lee 2022-12-01 09:22:55 +0000
  • af73f4bff4 Create relevant tests Kat 2022-11-30 14:53:48 +0000
  • 856d87f53b Pull out confirmed set to null because they're also not marked as confirmed Kat 2022-11-30 10:17:13 +0000
  • 9237f0d5f6 Add sorting per org Kat 2022-11-29 12:53:43 +0000
  • 15d847c477 test: update model and helper location tests natdeanlewissoftwire 2022-11-30 17:28:53 +0000
  • 3e16e03de9 feat: if location with no details added, route to normal path rather than check answers natdeanlewissoftwire 2022-11-30 16:36:40 +0000
  • d66616a60f feat: further linking behaviour with routes and referrers, don't add new location automatically to new schemes natdeanlewissoftwire 2022-11-30 16:26:05 +0000
  • 7c9ffa38e4 Only hide created_by question for non support users Kat 2022-11-30 16:08:06 +0000
  • 3295e85005
    Add hint text to household rent or charges question (#1042) James Rose 2022-11-30 15:46:42 +0000
  • a62846c212
    CLDC-1666 Update locations table (#987) SamSeed-Softwire 2022-11-30 15:31:56 +0000
  • e4e203fb73 test: add missing location validations for nil postcode & mobility type Sam Seed 2022-11-29 16:25:17 +0000
  • fb3e500fdd test: make location incomplete status depend on location.confirmed Sam Seed 2022-11-29 16:24:45 +0000
  • 38587fa19f refactor: ensure display_scheme_attributes always takes user type Sam Seed 2022-11-29 11:07:53 +0000
  • 66e088bb7d style: reorder tag helper spec to match tag helper Sam Seed 2022-11-29 10:56:33 +0000
  • 8e6b6087d0 test: don't set scheme id explicitly in schemes_helper_spec Sam Seed 2022-11-23 10:50:10 +0000
  • 9b79f971ee style: lint code Sam Seed 2022-11-22 18:07:36 +0000
  • fe0e566588 test: that when owning = managing, "Organisation providing support" hidden Sam Seed 2022-11-22 18:01:32 +0000
  • e8bb7d638d style: correct indentation in spec/helpers/schemes_helper_spec.rb Sam Seed 2022-11-22 17:49:05 +0000
  • 98f8b206cb test: check scheme toggle off => no scheme status shown Sam Seed 2022-11-22 17:40:54 +0000
  • ef1a3412d0 test: make 'returns correct display attributes' tests sensible Sam Seed 2022-11-22 17:07:51 +0000
  • 3edc7ce20f test: improvements to tests Sam Seed 2022-11-21 11:46:29 +0000
  • 39a7ef4223 refactor: make consistent the removal of fields from SchemeHelper base_attributes Sam Seed 2022-11-18 15:22:52 +0000
  • 53537f146f feat: move logic from views/schemes/show into schemes_helper Sam Seed 2022-11-18 15:22:06 +0000
  • aa24e3a722 style: lint Sam Seed 2022-11-17 16:38:24 +0000
  • 71916fcb29 refactor: use Rails routes in all places in locations index page Sam Seed 2022-11-17 14:14:10 +0000
  • 0e8b05da39 refactor: don't use html inside ruby in locations index page Sam Seed 2022-11-17 14:13:50 +0000
  • e8e0ef21a6 feat: use the existing location_toggle_enabled instead of new_locations_table_layout_enabled Sam Seed 2022-11-17 12:58:13 +0000
  • 3f756365e7 test: mock new locations layout feature toggle in tests Sam Seed 2022-11-17 11:24:32 +0000
  • b813a3cd99 feat: only make scheme details and locations pages 2/3 scale if feature toggle on Sam Seed 2022-11-16 18:30:40 +0000
  • da8be55e90 feat: scale the scheme details page by 2/3 to match the locations list page Sam Seed 2022-11-16 18:20:40 +0000
  • 9e4291213f feat: always scale locations list by 2/3, not just when new layout used Sam Seed 2022-11-16 18:20:24 +0000
  • 267032998e test: update locations helper test to match new field naming and ordering Sam Seed 2022-11-16 15:34:06 +0000
  • eb0a6fc9fc test: check for mobility_type and location_admin_district in locations_controller as support user Sam Seed 2022-11-16 15:23:35 +0000
  • 37b12cff9e test: re-add tests for locations page when new layout not enabled Sam Seed 2022-11-16 15:22:50 +0000
  • 2cbdf0e7c0 feat: update wording and ordering for 'view location details' page Sam Seed 2022-11-16 13:53:46 +0000
  • 2e9da179b0 feat: change ' ' to "" in location_spec Sam Seed 2022-11-15 17:02:39 +0000
  • 4cfa15718c feat: reorder postcode and code in locations table Sam Seed 2022-11-15 16:17:21 +0000
  • ea1a5a8728 feat: reference location, not @location, in scheme_location_path Sam Seed 2022-11-15 16:12:35 +0000
  • 281043d3aa feat: simplify "scheme_id: @scheme.id" to "@scheme" Sam Seed 2022-11-15 12:57:53 +0000
  • bab45f4b6c feat: use route helpers to get scheme_location path Sam Seed 2022-11-15 12:57:19 +0000
  • a354d3ac73 feat: hide new locations table layout behind feature flag Sam Seed 2022-11-15 12:16:27 +0000
  • 20f9a470eb feat: simplify logic for incomplete status SamSeed-Softwire 2022-11-15 11:20:01 +0000
  • b20f8bba6f test: that status=incomplete when mandatory info is missing Sam Seed 2022-11-11 20:10:19 +0000
  • c537849b3b test: update locations list test in schemes feature tests Sam Seed 2022-11-11 19:24:14 +0000
  • 601b269d2e test: update locations list test in locations_controller_spec.rb Sam Seed 2022-11-11 19:17:34 +0000
  • 1338758b1c test: update test text to match what's being tested Sam Seed 2022-11-11 19:01:29 +0000
  • bd8de451c8 test: all status tag helpers Sam Seed 2022-11-11 18:45:03 +0000
  • 0752329d9f feat: add incomplete to location status method Sam Seed 2022-11-11 18:43:44 +0000
  • 8703ffc47c feat: make the locations table (plus related content above & below) 2/3 width Sam Seed 2022-11-11 15:46:15 +0000
  • 4ac96bc51a test: pick the simplest format for the tag helper tests Sam Seed 2022-11-11 15:45:45 +0000
  • 439c56a3a8 test: start adding status tag tests Sam Seed 2022-11-11 12:31:58 +0000
  • d1ecd12304 feat: add status col to locations table Sam Seed 2022-11-11 09:43:29 +0000
  • 050bbb39b8 feat: remove redundant cols from locations table Sam Seed 2022-11-11 09:43:19 +0000
  • 409a24b333
    Cldc 1609 schemes and location validations (#1022) kosiakkatrina 2022-11-30 11:46:08 +0000
  • e7dbb2b4fa feat: add more back behaviour for new scheme path and fix local auth validation natdeanlewissoftwire 2022-11-30 11:44:43 +0000
  • 76a4a05a69 feat: add new back behaviour for new scheme path and tests wip natdeanlewissoftwire 2022-11-30 11:12:54 +0000
  • a91c8da62e
    Update available_from methods (#1026) kosiakkatrina 2022-11-30 11:07:24 +0000
  • d801209896 test: wip tests natdeanlewissoftwire 2022-11-30 10:15:07 +0000
  • 0b2fda2cc4 Add some docs Kat 2022-11-30 10:12:42 +0000
  • 81f5c7f633 Fix tests Kat 2022-11-30 09:38:50 +0000
  • 94e41f5eec test: wip tests natdeanlewissoftwire 2022-11-30 09:18:01 +0000
  • 31741ba146 feat: use rails route natdeanlewissoftwire 2022-11-30 09:17:05 +0000
  • 546e44d924 refactor: remove redundant create natdeanlewissoftwire 2022-11-29 17:59:04 +0000
  • cb653bbc05 refactor: cleanup of redundant code natdeanlewissoftwire 2022-11-29 17:28:02 +0000
  • 8e996ca5df does not let the user navigate to questions for previous collection year logs Kat 2022-11-29 17:02:06 +0000
  • e125a698dd
    Add troubleshooting review apps section to docs (#1041) SamSeed-Softwire 2022-11-29 17:02:00 +0000
  • 24ff6b3e89 refactor: erblinting natdeanlewissoftwire 2022-11-29 17:01:56 +0000
  • 9a9e09043f docs: fix typos SamSeed-Softwire 2022-11-29 13:31:25 +0000
  • 0ab195c18a docs: rename overall section title SamSeed-Softwire 2022-11-29 13:30:44 +0000
  • 32ae20e733 docs: add troubleshooting review apps section Sam Seed 2022-11-29 13:18:39 +0000
  • 7da0d306a8 feat: more updated dynamic text and linking natdeanlewissoftwire 2022-11-29 16:41:40 +0000
  • 274ef0fd6e feat: add updated availability text in check_answers natdeanlewissoftwire 2022-11-29 16:28:51 +0000
  • b7b8f26064 Merge branch 'main' into CLDC-1669-add-location-redesign natdeanlewissoftwire 2022-11-29 15:43:53 +0000
  • 6cb6c2f81c feat: add date model validation natdeanlewissoftwire 2022-11-29 15:43:24 +0000
  • d9bd519797 Refactor status validations Kat 2022-11-29 12:30:25 +0000
  • 0cb1137d2e Refactor validations Kat 2022-11-29 10:36:05 +0000
  • 1294264ce8 Extract scheme validation method Kat 2022-11-28 11:07:38 +0000
  • 4943b62b10 remove reverse and update ordering Kat 2022-11-28 10:56:18 +0000
  • 61bf8feefa rename method Kat 2022-11-24 13:56:11 +0000
  • 42f88a2672 refactor Kat 2022-11-24 13:53:26 +0000
  • 053b3995d9 rebase Kat 2022-11-24 10:34:34 +0000
  • 7e5c9217a7 move status_during_startdate into validations files Kat 2022-11-24 09:36:32 +0000
  • ed560a6d40 fix error message Kat 2022-11-24 08:59:21 +0000
  • ccf454d88c fix some edge dates and add activating_soon schemes error Kat 2022-11-23 16:44:40 +0000
  • 6a52923f5b add diferent error message Kat 2022-11-23 15:26:50 +0000
  • 1ab17c527b Fix validations in tests Kat 2022-11-23 11:17:45 +0000
  • 366c8bfc01 Add validation to scheme_id Kat 2022-11-23 10:05:48 +0000
  • eaddc19da5 choose newest reactivation date Kat 2022-11-23 08:59:50 +0000
  • 91c7bb8d43 return dates for errors Kat 2022-11-23 08:44:50 +0000
  • 3f6924b8eb wip Kat 2022-11-22 12:01:59 +0000
  • 62a5e72097 update error messages Kat 2022-11-22 11:27:52 +0000
  • e7e20adb32 add validation to scheme id Kat 2022-11-22 10:55:41 +0000
  • 7de52458bc Add validation to location Kat 2022-11-22 10:54:01 +0000
  • bf596f4d24 Add base errors for start date Kat 2022-11-22 10:51:42 +0000
  • e2b47d4b24 do not allow the aswers from previous collection windows to be changed Kat 2022-11-29 14:03:47 +0000
  • 255ecf6a30 Conditionally display a correct review log text Kat 2022-11-29 09:09:19 +0000
  • 367864f2de Add hint text to household rent or charges question James Rose 2022-11-29 14:53:49 +0000
  • 5e7ce3756d refactor: railsification natdeanlewissoftwire 2022-11-29 14:25:27 +0000
  • e73b266a6d feat: copy update natdeanlewissoftwire 2022-11-29 14:15:02 +0000
  • fc47499e7e feat: validate on model (except startdate) natdeanlewissoftwire 2022-11-29 14:13:34 +0000