-
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
TANF Section 1 validation clean-up #2681
Comments
in scenarios where fam affil == 3: caretaker, some states (e.g. SD) will space-fill many of the T2 data values. this is currently being flagged as errors in prod @lfrohlich @ysong001 @ttran-hub |
that would be problem, as states did use space-fill before |
@ysong001 TDRS and TDP suggests that maybe only a handful of states are doing this. to be sure, we'll need to look into the T2 data elements in TDRS that have space-filled values for items like: |
I was wondering if the non-required person can use blanks, CA asked that they use blanks for the data elements they don't report |
given the results above and given our coding instructions guidance (referenced below) we should discuss how to handle. One reminder is that, currently, while these issues will appear in the feedback report, the data are still being added to the db.
|
@ysong001 @lfrohlich i'm creating a new ticket for space-filling. |
@jtimpe this ticket has been refined. |
for the case number fix needed, can we explore using |
moved this to #2794 |
capturing sync with @ysong001 on 3/5:
|
@ADPennington copy that. Thank you for clarifying. I have updated the PR with your other recommendations and re-requested your review. |
Description:
After #2369 is implemented, some of the validation checks for TANF Section 1 data need updates, either due to on-going revisions OFA is making based on STT feedback to the new coding instructions or because the pre-specified checks have not been implemented. These include:
DATE_OF_BIRTH
in the T2 and T3 records are stored and validated as integers instead of date (YYYYMMDD)WORK_PART_STATUS
values are01,02,05,07,09,15,16,17,18,99
if item 48 == 11 and AGE < 19, then item 38 != 1
FIPS_CODE
still needs to be stored in T1 from the header record (state_fips
)FUNDING_STREAM
value options will revert back to only having 2 options. OFA has decided not to use value3
.GENDER
should allow for space-fill (T2 and T3)OTHER_AMOUNT
andTRANSITION_SERVICES_AMOUNT
should be excluded from sum amount cat 3 validator.DISPOSITION
only has one possible value now. anything that isnt1
should be flagged as out of range.Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Notes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Supporting Documentation:
Please include any relevant log snippets/files/screen shots
Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
The text was updated successfully, but these errors were encountered: