This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Open
Conversation
added 6 commits
April 29, 2022 21:58
…r for config/email is more important
…only use params to overwithe
Author
|
still need more to do but I'm curious to see what you think about my approach. |
Contributor
|
I don't understand the first part of your clarification. You state that "the GDPR prevents us from downloading any customer data". This is not actually true - if you sign a Data Processing Agreement (DPA) with the client (which you should, legally) you are totally entitled to download customer data. Is there anything I'm missing? I'm not even sure this functionality is actually needed. |
Author
|
the DPA is sign between customer and company but if the company makes outsourcing then I can't legally download the DB. |
Contributor
|
Then the outsourcing party has to sign a DPA with the customer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The GDPR prevents us from downloading any customer data so to get the faked database and not faked the live one on the server we will need an export command that will create a temporary db, clone the original db in to it, faked that db, export it and delete the temp db. Added another attribute to pick a specific place for export to go to, if not default is where the command is run.
In the identify command when pressing enter it will skip the current table instead of creating it, just makes it faster than to push "n" and enter.
I had cases where email was not identified correctly because it was too low in the list.
When creating the config file it's a good idea to let everybody know to what package throws config files belong to.
Added an auto-detection for m2 and c5 to skip writhing a long parameter list and also god for non-technical ppl
Added small boilerplate for c5 db