Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tribal Section 1 Parsing & Validation (#2742)
* Added formating for header and autofit columns * Formatted the headers * added year/month to the columns * Added contants - translation column * added friendly names to T1 and T2 * added friendly name to m1 and m2 * added friendly name to m3 * added friendly_name to t3 * added friendly_name to t4 and t5 * added friendly_name to t7 * correct missing friendly_name * correction on failing tests * addedfriendly name to excel report * linting * linting * linting * delete contants.py * added test for json field in error model * linting * linting * linting * - Added Tribal models, docs, admin refs - Added support for tribal parsing * - Update t1 field validators * - t2/t3 field validators * 2599-added friendly name to postparsing validators * - Updated cat3 validators * - Updated how we detect tribe code * - Added error handling for inconsistent header info wrt tribe code - Added new test * - Updated test * - Grammar fix - Removed unused function * refining the validator tests * - Format with Black - Add missing tests * - Fix lint * added returning fields names to validators * added friendly_name to error field * linting * corrections on views/tests * corrections for fields * failing test corrected * failing test corrected * correcting test failures * linting * corrected the excel fiel generator * removed excessive space in validator * linting * - Updated based on review feedback * - removing debug assert * - Fix lint * listing * - deconflicting migrations * - Fixing test * added m6 * lint * corrected new line break * refactored validator logic * - resolving conflict * - Fix lint errors * - Resolve conflict * linting and correction on t1 * friendly_name correction from comments * friendly_name correction * corrected failing test for m5 * refactor the field_json creation DRY * - Renamed tribal files - Updated to allow case aggregates - Updated datafile to have a more convenient date range - Updated tests to capture case aggregates * - Reduced file size - Updated test * - Fix lint errors * friendly_name corrections * - Adding friendly names to tribal * - Fixing typo * linting and cleaning errors * linting * correction on friendly_names * corrected friendly_name for test_util * correction child care - number of months * fixed a few more typos and some spacing. (#2767) * fixed a few more typos and some spacing. * fixed linting issues * missed a spot. --------- Co-authored-by: George Hudson <ghudson@teamraft.com> * - knowledge center * - Integrating Jans changes. Parametrizing values_is_empty * - Update based on review feedback * - Updated length checks * - removing fips code * Update tdrs-backend/tdpservice/parsers/schema_defs/tribal_tanf/t2.py Co-authored-by: Alex P. <63075587+ADPennington@users.noreply.github.com> * Update tdrs-backend/tdpservice/parsers/schema_defs/tribal_tanf/t3.py Co-authored-by: Alex P. <63075587+ADPennington@users.noreply.github.com> * Update tdrs-backend/tdpservice/parsers/schema_defs/tribal_tanf/t3.py Co-authored-by: Alex P. <63075587+ADPennington@users.noreply.github.com> * Update tdrs-backend/tdpservice/parsers/schema_defs/tribal_tanf/t3.py Co-authored-by: Alex P. <63075587+ADPennington@users.noreply.github.com> * - update based on review * - Fix migration * - Fixed name clash on PARENT_MINOR_CHILD * Revert "- Fixed name clash on PARENT_MINOR_CHILD" This reverts commit 5850dc8. --------- Co-authored-by: Mo Sohani <msohani@goraft.tech> Co-authored-by: raftmsohani <97037188+raftmsohani@users.noreply.github.com> Co-authored-by: George Hudson <georgehudson78@gmail.com> Co-authored-by: George Hudson <ghudson@teamraft.com> Co-authored-by: Alex P. <63075587+ADPennington@users.noreply.github.com>
- Loading branch information