-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Convert benefits to a list. #981
Conversation
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.
Some awesome work here!
One note I couldn't add is that the updateClientValue
needs to be changed too. The way it's setting shelter and housing stuff is weird and this messes it up. You'll see when you look at it. Let me know if you need another eye on it since it's a bit wacky. Generally searching the code for hasSNAP
and hasSection8
will probably reveal any stray problems.
Other than those two things, I think we're good...
Btw, that's the kind of problem I think figuring out #952 would help. |
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.
So because of my own past mistakes the benefit orders are wrong, but that's on me. The work in this PR is lookin' good to me 👍
Fixes #964