Skip to content

Commit

Permalink
update analytics file settings
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-gracia committed Sep 26, 2023
1 parent f81cc54 commit f84cc18
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
39 changes: 39 additions & 0 deletions config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ shared:
- created_at
- school_id
- student_loan
- ip_address
addresses:
- id
- addressable_type
Expand All @@ -57,3 +58,41 @@ shared:
- postcode
users:
- email
qa_statuses:
- id
- application_id
- status
- date
- created_at
- updated_at
forms:
- id
- given_name
- middle_name
- family_name
- email_address
- phone_number
- date_of_birth
- nationality
- sex
- passport_number
- subject
- visa_type
- date_of_entry
- start_date
- address_line_1
- address_line_2
- city
- postcode
- application_route
- state_funded_secondary_school
- one_year
- school_name
- school_headteacher_name
- school_address_line_1
- school_address_line_2
- school_city
- school_postcode
- created_at
- updated_at
- student_loan
28 changes: 28 additions & 0 deletions config/analytics_blocklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,31 @@
- id
- created_at
- updated_at
:audits:
- id
- auditable_id
- auditable_type
- associated_id
- associated_type
- user_id
- user_type
- username
- action
- audited_changes
- version
- comment
- remote_address
- request_uuid
- created_at
:flipper_gates:
- id
- feature_key
- key
- value
- created_at
- updated_at
:flipper_features:
- id
- key
- created_at
- updated_at
15 changes: 15 additions & 0 deletions config/analytics_pii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@ shared:
- email_address
- phone_number
- passport_number
forms:
- given_name
- middle_name
- family_name
- email_address
- phone_number
- nationality
- sex
- passport_number
- visa_type
- address_line_1
- address_line_2
- city
- postcode
- school_headteacher_name

0 comments on commit f84cc18

Please sign in to comment.