-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feat/add condition #716
Feat/add condition #716
Conversation
src/Types/ApiFormData.ts
Outdated
student: boolean | null; | ||
student_full_time?: boolean | null; | ||
pregnant: boolean | null; | ||
unemployed?: boolean | null; | ||
worked_in_last_18_mos?: boolean | null; | ||
visually_impaired: boolean | null; | ||
disabled: boolean | null; | ||
veteran?: boolean | null; | ||
medicaid?: boolean | null; | ||
disability_medicaid?: boolean | null; |
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 wait until I change the API to make these changes to the API types so that I can remove them all at one time.
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.
Yes. I've added them back in to this PR. It looks like @sydney-devine created a ticket for us to do this: Gary-Community-Ventures/benefits-api#158 . Can you also update the Swagger Docs when you work on this ticket?
ClickUp Ticket: https://app.clickup.com/t/8685ejmf7
What (if any) features are you implementing?
longTermDisability
to theconditionOptions
.What (if anything) did you refactor?
ApiHouseholdMember
.Were there any issues that arose? (As of 11/8/23 this Policy Engine issue has been resolved)
Results
page, I get the following500
server error which appears to be caused by aResponse [502]
error from Policy Engine on this file.../programs/programs/policyengine/policyengine.py
:longTermDisability
field is working on theeligibility
endpoint? It is currently working on ourscreens
endpoint.Household Member
fields?Updated
conditions
in theHouseholdDataBlock
on Desktop:Updated
conditions
listed in theConfirmation
component on Desktop:Updated
conditions
in theHouseholdDataBlock
on Mobile:Updated
conditions
listed in theConfirmation
component on Mobile: