Skip to content
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

Simple Forms: Track users in 20-10207 #16456

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

Thrillberg
Copy link
Contributor

@Thrillberg Thrillberg requested review from a team as code owners April 23, 2024 13:16
@va-vfs-bot va-vfs-bot temporarily deployed to 20-10207-track-user/main/main April 23, 2024 13:16 Inactive
@@ -97,7 +98,11 @@ def submission_date_stamps
[]
end

def track_user_identity(confirmation_number); end
def track_user_identity(confirmation_number)
identity = "#{data['preparer_type']} #{data['third_party_type']}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there any possibility of these being undefined?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes third party type can be nil but that would stringify to "". As long as we're not calling a method on nil itself, it should be ok.

@Thrillberg Thrillberg merged commit 5312b97 into master Apr 23, 2024
22 checks passed
@Thrillberg Thrillberg deleted the 20-10207-track-user branch April 23, 2024 15:40
ericboehs pushed a commit that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants