-
Notifications
You must be signed in to change notification settings - Fork 16
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
[LUPEYALPHA-954] FE admin tasks #3157
Conversation
return unless awaiting_task? | ||
|
||
no_data || no_match || matched | ||
end | ||
|
||
private | ||
|
||
def required? | ||
claim.eligibility.teacher_reference_number.present? |
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.
not sure if this negatively impacts other policies?
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 think this should be ok, most of the other journeys require a TRN from the claimant to submit, IRP doesn't but it doesn't use this claim verifier
def employment | ||
[] | ||
end | ||
|
||
def identity_confirmation | ||
[] | ||
end | ||
|
||
def student_loan_plan | ||
[] | ||
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.
placeholders
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.
Nice 👍
I think pulling out a class for the policies task lists is a great idea
return unless awaiting_task? | ||
|
||
no_data || no_match || matched | ||
end | ||
|
||
private | ||
|
||
def required? | ||
claim.eligibility.teacher_reference_number.present? |
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 think this should be ok, most of the other journeys require a TRN from the claimant to submit, IRP doesn't but it doesn't use this claim verifier
unless claim.policy.further_education_payments? | ||
case policy | ||
when Policies::FurtherEducationPayments | ||
Policies::FurtherEducationPayments::ClaimCheckingTasks |
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.
👍 nice
7168d24
to
02c0999
Compare
02c0999
to
f482e5c
Compare
Context