Skip to content

Commit

Permalink
add parent attrs to student fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaney committed Jul 3, 2024
1 parent b10ae8a commit 41b4f54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions compass/fixtures/uw_person/student.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
"new_continuing_returning_code": "0",
"new_continuing_returning_desc": "CONTINUING",
"parent_name": "Average,Joe",
"parent_addr_4digit_zip": "1353",
"parent_addr_5digit_zip": "94306",
"parent_addr_city": "PALO ALTO",
"parent_addr_country": null,
"parent_addr_line1": "2323 PRINCETON ST",
"parent_addr_line2": null,
"parent_addr_postal_code": null,
"parent_addr_state": "CA",
"parent_phone_number": "(404) 867-5309",
"perm_addr_4digit_zip": "1353",
"perm_addr_5digit_zip": "94306",
"perm_addr_city": "PALO ALTO",
Expand All @@ -87,6 +96,7 @@
"perm_addr_line2": null,
"perm_addr_postal_code": null,
"perm_addr_state": "CA",
"perm_phone_number": "(404) 867-5309",
"previous_institution_name": "PALO ALTO SENIOR H S",
"previous_institution_type": "1",
"previous_institution_type_desc": "HIGH SCHOOL",
Expand Down

0 comments on commit 41b4f54

Please sign in to comment.