-
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
Tribal Section 4 Parsing & Validation #2762
Conversation
- Added support for tribal parsing
- Removed unused function
…into 1114-tribal-s1
This reverts commit 5850dc8.
…into 1115-tribal-s2
…into 1116-tribal-s3
…into 1117-tribal-s4
…1115-tribal-s2
…into 1116-tribal-s3
…into 1117-tribal-s4
…1117-tribal-s4
required=True, | ||
validators=[ | ||
validators.dateYearIsLargerThan(1998), | ||
validators.quarterIsValid(), |
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.
@elipe17 i discovered an issue with this validator.
- If the quarter is a space, then no error is raised in the logs or the feedback report
- if the quarter = 0 or > 4, then this message is returned in the logs
Invalid quarter value.
and the processing status stays in the "pending" state which does not generate a feedback report.
I believe this is an edge case, but does need to be addressed in a new ticket.
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.
@@ -348,8 +348,8 @@ | |||
), | |||
Field( | |||
item="39", | |||
name="PARENT_WITH_MINOR_CHILD", | |||
friendly_name="parent with minor child", | |||
name="PARENT_MINOR_CHILD", |
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.
checked this. lgtm 👍🏾
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.
@elipe17 this is ready to merge. i created a new ticket to clean up the validation for cal qtr since this field is present in several schemas. Great work! 🚀
Summary of Changes
Pull request closes Tribal TANF Stratum Data (04) File Parsing - As a data analyst, I want my data files to be parsed so that my submission can be validated/accepted by TDP #1117
How to Test
tribal_section_4_fake.txt
.Deliverables
More details on how deliverables herein are assessed included here.
Deliverable 1: Accepted Features
Checklist of ACs:
Deliverable 2: Tested Code
CodeCov Report
comment in PR)CodeCov Report
comment in PR)Deliverable 3: Properly Styled Code
Deliverable 4: Accessible
iamjolly
andttran-hub
using Accessibility Insights reveal any errors introduced in this PR?Deliverable 5: Deployed
Deliverable 6: Documented
Deliverable 7: Secure
Deliverable 8: User Research
Research product(s) clearly articulate(s):