Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

squanto
Copy link
Contributor

@squanto squanto commented Feb 25, 2025

Link to pivotal/JIRA issue

https://codeforamerica.atlassian.net/browse/FYST-902

Is PM acceptance required? (delete one)

  • Yes - don't merge until JIRA issue is accepted!

Reminder: merge main into this branch and get green tests before merging to main

What was done?

  • Add az 1099r to final az review screen

How to test?

  • Navigate through an az return to final review page

Screenshots (for visual changes)

Screenshot 2025-02-25 at 12 15 54 PM

Copy link

Heroku app: https://gyr-review-app-5639-411eafa06a67.herokuapp.com/
View logs: heroku logs --app gyr-review-app-5639 (optionally add --tail)

Co-authored-by: Hugo Melo <[email protected]>
Copy link
Contributor

@arinchoi03 arinchoi03 left a 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| %>
Copy link
Contributor

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 %>


Copy link
Contributor

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
Copy link
Contributor

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, well need to collect some basic information.
- To get started, we'll need to collect some basic information.
Copy link
Contributor

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: Were here to help,
04_we_re_here_to_help: We're here to help,
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooh this is new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants