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

Show a GDPR-warning when creating a user #466

Closed
Stezido opened this issue Apr 1, 2020 · 0 comments · Fixed by #479
Closed

Show a GDPR-warning when creating a user #466

Stezido opened this issue Apr 1, 2020 · 0 comments · Fixed by #479
Assignees

Comments

@Stezido
Copy link
Contributor

Stezido commented Apr 1, 2020

Description

When a user id is not GDPR conform its permanently put onto the blockchain. When creating a user a warning has to be showed to prevent the user creating a user with personal data.
This warning is only a quick solution, for a solution that doesn't rely on user's actions a more complex technical solution is needed

Thoughts

One possible solution would be to save an autogenerated id onto the blockchain and the rest of the user-profile to a database connected to the master node of an organization. The id on the blockchain is then linked to the local database. The id can be deactivated by adding a deactivate flag to the id on the blockchain. The rest of the user profile can normally be deleted. The only shared data via blockchain would be the user id. A downside would be that Trubudget can't use the user profiles of other organizations. The only way to achieve that is that the data is available locally in the database.... For ideas HOW to achieve that more thoughts are needed.

Ideas and thoughts welcome!

This issue was closed.
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 a pull request may close this issue.

2 participants