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-1469 Update misc NC (+ global) copy #5285

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

Conversation

arinchoi03
Copy link
Contributor

@arinchoi03 arinchoi03 commented Dec 24, 2024

Link to pivotal/JIRA issue

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?

  • Updated copy for a reveal button to open "not supported" information -- since "not_supported" reveal button copy vary between nc vs other states, just moved the button into the partial so that I don't have to introduce some unwanted state_code == "nc" logic
  • passing in tax_payment_info_text as the displayed link text -- confirming with Madison right now whether this was intended to mimic taxes_owed page for all states
  • Updated option text for tax refund page, impacts all states
  • Updated department_of_taxation name for North Carolina, but unsure about this change as well, asking Q's

How to test?

  • Describe the testing approach taken to verify the changes, including:
    • Unit/integration/manual tests
    • Test data used
  • Risk Assessment
    • Need to ensure the not_supported reveal looks as before for all states (and updated reveal title copy for NC)
    • Update link copy for accepted return page for all states to match taxes_owed page link
    • Check nc/md/nc/id tax refund page for updated copy "By mail" vs "By direct deposit" to match figma
    • Updated name of taxation department of North Carolina (to using N.C. instead of North Carolina), this impacts a handful of cases, double checking with Madison if this is really something we want to change.

Screenshots (for visual changes)

  • Before
  • After
Screenshot 2024-12-23 at 9 21 21 PM Screenshot 2024-12-23 at 9 21 54 PM Screenshot 2024-12-23 at 9 26 45 PM

Copy link

Heroku app: https://gyr-review-app-5285-5baace8c6b47.herokuapp.com/
View logs: heroku logs --app gyr-review-app-5285 (optionally add --tail)

@arinchoi03
Copy link
Contributor Author

arinchoi03 commented Dec 24, 2024

all tests passing except for spec/lib/pdf_filler/md_el101_pdf_spec.rb signature specs :( Making a fix here #5286

https://app.circleci.com/pipelines/github/codeforamerica/vita-min/27795/workflows/08e0d4d5-3770-4f6e-b277-5bf923efe463/jobs/76663/tests

<%= render partial: "state_file/questions/eligible/#{current_state_code}_credits_unsupported" %>
</div>
</div>
<%= render partial: "state_file/questions/eligible/#{current_state_code}_credits_unsupported" %>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the reveal__button text is something different for nc now, so making it go into the respective partials seemed like a good solution

@@ -76,8 +76,8 @@ def state_intake_class_names
submission_builder_class: SubmissionBuilder::Ty2022::States::Az::AzReturnXml,
survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_0v0BnYNRoLIqzhY",
submission_type: "Form140",
tax_payment_info_text: "https://azdor.gov/make-payment-online",
tax_payment_info_url: "https://azdor.gov/making-payments-late-payments-and-filing-extensions",
Copy link
Contributor Author

@arinchoi03 arinchoi03 Dec 24, 2024

Choose a reason for hiding this comment

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

based on the app/views/state_file/questions/taxes_owed/edit.html.erb implementation, looks like tax_payment_url is the link text and tax_payment_info_url is the actual link we want to navigate to. This was not being used in the return_status, so making that consistent

Q here waiting on confirmation from Madison

direct_deposit: Direct deposit (fastest)
mail: Mail my payment (slower)
direct_deposit: By direct deposit (fastest)
mail: By mail (slower)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

recognizing this is a cross-state change, asking if this is what we want for all states:

Q Here

tax_refund_url: "https://eservices.dor.nc.gov/wheresmyrefund/SelectionServlet",
department_of_taxation: "North Carolina Department of Revenue",
department_of_taxation: "N.C. Department of Revenue",
Copy link
Contributor Author

@arinchoi03 arinchoi03 Dec 24, 2024

Choose a reason for hiding this comment

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

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.

1 participant