-
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-1868] NC: only ask about 1099rs with taxable amt #5680
[FYST-1868] NC: only ask about 1099rs with taxable amt #5680
Conversation
…r by utilizing eligible_109rs
…e 1099r is when taxable_income exists
Heroku app: https://gyr-review-app-5680-cbe3f7fdc8fd.herokuapp.com/ |
@@ -313,4 +313,15 @@ | |||
end | |||
end | |||
|
|||
describe "#eligible_1099rs" do | |||
%w[az md nc nj].each do |state_code| |
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.
nj is not using this method, but wanted to document that this method does exist for them
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.
i'm guessing idaho already has a separate test for this because of its additional logic with mfs
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.
lgtm!
you can look at the individual commits to make sense of what's happening:
|
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.
lgtm!
…t-1099rs-with-taxable-amt
Link to pivotal/JIRA issue
Is PM acceptance required? (delete one)
Reminder: merge main into this branch and get green tests before merging to main
What was done?
eligible_1099rs
intoStateFileBaseIntake
since all states now (except NJ) requirestaxable_amount
to show aRetirementIncomeSubtractionController
descendant page. NC previously had no assumption about what was an eligible 1099r, so it utilized the base intake method foreligible_1099rs
which returnedstate_file1099_rs
(basically all 1099rs from df)self.show?
logic onRetirementIncomeSubtractionController
to be consistent across all states as wellHow to test?