Skip to content

Commit

Permalink
- Adding friendly names
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 4, 2023
1 parent 700f996 commit 68c6781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tdrs-backend/tdpservice/parsers/schema_defs/tribal_tanf/t7.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
Field(
item="0",
name="RecordType",
friendly_name="record type",
type="string",
startIndex=0,
endIndex=2,
Expand All @@ -41,6 +42,7 @@
Field(
item="3",
name="CALENDAR_QUARTER",
friendly_name="calendar quarter",
type="number",
startIndex=2,
endIndex=7,
Expand All @@ -54,6 +56,7 @@
transform_func=calendar_quarter_to_rpt_month_year(month_index),
item="3A",
name="RPT_MONTH_YEAR",
friendly_name="reporting month year",
type="number",
startIndex=2,
endIndex=7,
Expand All @@ -66,6 +69,7 @@
Field(
item="4",
name="TDRS_SECTION_IND",
friendly_name="tdrs section indicator",
type="string",
startIndex=section_ind_index,
endIndex=section_ind_index + 1,
Expand All @@ -75,6 +79,7 @@
Field(
item="5",
name="STRATUM",
friendly_name="stratum",
type="string",
startIndex=stratum_index,
endIndex=stratum_index + 2,
Expand All @@ -84,6 +89,7 @@
Field(
item=families_value_item_number,
name="FAMILIES_MONTH",
friendly_name="families month",
type="number",
startIndex=families_index,
endIndex=families_index + 7,
Expand Down

0 comments on commit 68c6781

Please sign in to comment.