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

WIP - initial gdpr erase command. #375

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lakinwecker
Copy link
Collaborator

Not ready for merge yet, but I have some questions, so I thought I'd send it.

@@ -688,7 +688,8 @@ def lone_view(self, round_number=None, team_number=None):

class ICalPlayerView(BaseView, ICalMixin):
def view(self, username):
player = get_object_or_404(Player, lichess_username__iexact=username)
player = get_object_or_404(
Player, lichess_username__iexact=username, gdpr_erased=False)

Choose a reason for hiding this comment

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

since the players information will be scrubbed, do we need this filter? Why not get the player and have a hint that the information is gdpr scrubbed? (maybe it is a GDPR restriction that's why I'm asking :P)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Because this page will list out all of the games they played and teams they were part of. This allows someone who is interested to work out who they were. The scrubbing is intended to stop that. So we made the decision to remove this page to make it harder to work out who they are.

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

2 participants