Skip to content

Commit

Permalink
Switch on ff and add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-laa committed Jul 10, 2023
1 parent 6dbfbee commit c5292db
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/models/change_logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class ChangeLogs
UPDATES = [
{ key: :household_flow, change_on: "2023-6-6" },
{ key: :special_applicants, change_on: "2023-6-15" },
{ key: :cw_forms, change_on: "2023-7-10" },
].freeze

BANNERS = [
Expand Down
4 changes: 4 additions & 0 deletions app/views/change_logs/history_texts/_cw_forms.html.slim
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
p.govuk-body = t("change_logs.cw_forms.text")
ul.govuk-list.govuk-list--bullet
- t("change_logs.cw_forms.bullets").each do |bullet|
li = bullet
8 changes: 8 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2133,6 +2133,14 @@ en:
bullets:
- prisoners, police officers, members of HM Forces, clients who are bankrupt and clients who live outside the UK
- clarification on when the finances of applicants under 18 are assessed
cw_forms:
text: "When a controlled work check is completed, this service will add the results to a downloadable PDF for the civil controlled work forms that collect a client’s financial information:"
bullets:
- "CW1: financial eligibility for legal aid clients"
- "CW1&2MH: legal help and controlled legal representation (mental health)"
- "CW2IMM: controlled legal representation (Immigration)"
- "CW5: financial eligibility form for clients wanting family mediation"
- "CIVMEANS7: financial assessment for family mediation"
controlled_work_document_selections:
new:
title: Which controlled work (CW) form do you need?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cfe:

featureFlags:
sentry: ENABLED
cwForms: NOT_ENABLED
cwForms: ENABLED
specialApplicantGroups: ENABLED
selfEmployed: NOT_ENABLED
overrides: NOT_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/laa-estimate-eligibility/values/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cfe:

featureFlags:
sentry: ENABLED
cwForms: NOT_ENABLED
cwForms: ENABLED
specialApplicantGroups: ENABLED
selfEmployed: NOT_ENABLED
overrides: NOT_ENABLED
Expand Down

0 comments on commit c5292db

Please sign in to comment.