Skip to content

Commit

Permalink
Remove finalSignPost and redirect to docUploadIntro instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Mar 26, 2024
1 parent 602b1cc commit 148b61f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 139 deletions.
12 changes: 3 additions & 9 deletions src/main/resources/flows-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ flow:
- name: householdSignPost
expeditedSnapStart:
nextScreens:
- name: finalSignPost
- name: legalStuff
condition: IsMinimumApplication
- name: householdHasAdditionalMembers
householdIncomeLast30Days:
Expand Down Expand Up @@ -160,10 +160,10 @@ flow:
- name: expeditedSnapDeferredNotice
expeditedSnapQualificationNotice:
nextScreens:
- name: finalSignPost
- name: legalStuff
expeditedSnapDeferredNotice:
nextScreens:
- name: finalSignPost
- name: legalStuff
incomeSignPost:
nextScreens:
- name: incomeLessThan150
Expand Down Expand Up @@ -275,12 +275,6 @@ flow:
condition: HasChildSupportExpenses
- name: docUploadIntro
expensesChildSupportAmount:
nextScreens:
- name: finalSignPost
finalSignPost:
nextScreens:
- name: registerToVote
registerToVote:
nextScreens:
- name: docUploadIntro
docUploadIntro:
Expand Down
21 changes: 0 additions & 21 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -754,27 +754,6 @@ childsupportexpenses-amount.title=Child Support Expenses Amount
childsupportexpenses-amount.header=How much do the people on your application pay for court-ordered child support every month?
childsupportexpenses-amount.subheader=<p>If you live with roommates who aren't applying with you, only include how much the people on your application pay.</p><p>Type '0' if you don't pay anything.</p>

#Final Signpost
final-signpost.title=Final Signpost
final-signpost.step=Step 5 of 6
final-signpost.header=Submitting your application
final-signpost.boxedcontent=We'll ask about
final-signpost.content-1=EBT card
final-signpost.content-2=Authorized representative
final-signpost.content-3=Registering to vote
final-signpost.content-4=Race and ethnicity
final-signpost.content-5=Agreeing to terms

voter-registration.title=Register to Vote
voter-registration.header=If you are not registered to vote where you live now, would you like to apply to register to vote here today?
voter-registration.subheader=Applying to register or declining to register to vote will not affect the amount of assistance that you will be provided by this agency.
voter-registration.yes=Yes, I would like to register to vote
voter-registration.no=No, I don't want or need to register to vote now
vote-registration.expanded.header1=Will this impact the amount of assistance I could get?
vote-registration.expanded.body1=Applying to register or declining to register to vote will not affect the amount of assistance that you will be provided by this agency.
vote-registration.expanded.header2=Is someone trying to stop your right to vote?
vote-registration.expanded.body2=If you believe that someone has interfered with your right to register or to decline to register to vote, your right to privacy in deciding whether to register or in applying to register to vote, or your right to choose your own political party or other political preference, you may file a complaint with the Louisiana Secretary of State, Commissioner of Elections, P.O. Box 94125, Baton Rouge, LA 70804-9125 or by calling <a href="tel:+12259220900">(225) 922-0900</a> or <a href="tel:+18008832805">1-800-883-2805 </a>.

race-ethnicity-selection.title=Race / Ethnicity Selection
race-ethnicity-selection.header=Tell us more about yourself
race-ethnicity-selection.subheader=Adding details about race and ethnicity is optional. It will not affect your application status.
Expand Down
40 changes: 0 additions & 40 deletions src/main/resources/templates/mdBenefitsFlow/finalSignPost.html

This file was deleted.

69 changes: 0 additions & 69 deletions src/main/resources/templates/mdBenefitsFlow/registerToVote.html

This file was deleted.

0 comments on commit 148b61f

Please sign in to comment.