-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FYST-902] Add az 1099r to final review #5639
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Hugo Melo <[email protected]>
Heroku app: https://gyr-review-app-5639-411eafa06a67.herokuapp.com/ |
Co-authored-by: Hugo Melo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple comments, also noticing the screenshot you posted is a slightly off from the figma in the story (the bullet point should be further indented)
Also looks like tests failed!
|
||
<div class="spacing-below-5"> | ||
<ul class="list--bulleted"> | ||
<% current_intake.state_file1099_rs.each do |ten_ninety_nine_r| %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we name this state_file1099_r
here? I feel like it's easier to read and consistent with other parts of the code
@@ -200,3 +200,5 @@ | |||
|
|||
<%= render "state_file/questions/shared/review_footer" %> | |||
<% end %> | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove extra space
@@ -3,6 +3,7 @@ module Questions | |||
class AzReviewController < BaseReviewController | |||
def edit | |||
@show_dependent_months_in_home = true | |||
@show_retirement_income_deductions = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need this variable? If it's b/c we don't have a partial yet for the other 1099R deductions we could do something like:
<%= render :partial => "#{dynamic_partial}" rescue nil %>
See:
# app/views/state_file/questions/submission_confirmation/edit.html.erb
<%= render partial: "state_file/questions/submission_confirmation/#{current_state_code}_additional_content" rescue nil %>
@@ -103,7 +103,7 @@ en: | |||
edit: | |||
info: | |||
- File taxes online on your own using our partner website. This is our quickest option for households earning under $84,000 to file taxes and collect the tax credits you are owed! | |||
- To get started, we’ll need to collect some basic information. | |||
- To get started, we'll need to collect some basic information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this a deliberate change? I know we sometimes try to enforce one type of apostrophes vs another.
@@ -651,7 +651,7 @@ en: | |||
01_hi: Hi %{first_name}, | |||
02_this_is_gyr: This is GetYourRefund. Thank you for choosing our free %{diy_link} option! Need help while completing your return? See our %{guide_link} for step-by-step instructions, tips, and best practices. | |||
03_if_you_get_stuck: If you get stuck or have a question, chat with us %{chat_with_us_link} or email us at %{email_us_link}. | |||
04_we_re_here_to_help: We’re here to help, | |||
04_we_re_here_to_help: We're here to help, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
title: "Arizona retirement income deductions" | ||
uniformed_services: "Retired or retainer pay of the uniformed services of the United States" | ||
government_pension: "Qualifying federal, Arizona, or local government pension plan" | ||
none_apply: "None apply" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooh this is new
Link to pivotal/JIRA issue
https://codeforamerica.atlassian.net/browse/FYST-902
Is PM acceptance required? (delete one)
Reminder: merge main into this branch and get green tests before merging to main
What was done?
How to test?
Screenshots (for visual changes)