-
Notifications
You must be signed in to change notification settings - Fork 1
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
ALCS obfuscation 2.0 #1429
ALCS obfuscation 2.0 #1429
Conversation
fake.last_name(), | ||
fake.company(), | ||
fake.phone_number(), | ||
"11@11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is somewhat common to use that email for testing. Should we leave this as 11@11, or would it be better to have something like obfuscated@email
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm using 11@11 as the default email since it will be 100% wrong and will not cause emails to be sent
{get_update_column_query("department")}, | ||
{get_update_column_query("phone_number")}, | ||
{get_update_column_query("email")}, | ||
{get_update_column_query("ocp_bylaw_name")}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is ocp necessary to obfuscate? Name of bylaw isn't exactly identifiable info
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem with old data is that sometimes people put info into the wrong field. This field is free input and that is the reason why I'm obfuscating it
{get_update_column_query("email")}, | ||
{get_update_column_query("ocp_bylaw_name")}, | ||
{get_update_column_query("ocp_designation")}, | ||
{get_update_column_query("zoning_bylaw_name")}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
No description provided.