Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

[Discovery] EU-DSGVO: Check for personal user data in chat #864

Closed
Tracked by #805
Gargamil opened this issue Oct 18, 2018 · 1 comment
Closed
Tracked by #805

[Discovery] EU-DSGVO: Check for personal user data in chat #864

Gargamil opened this issue Oct 18, 2018 · 1 comment
Assignees

Comments

@Gargamil
Copy link
Collaborator

Gargamil commented Oct 18, 2018

User Story

As a:

Developer

I want:

check, if personal user data are stored in chat

so that:

EU-DSGVO Export / Delete can be adjusted #805

Acceptance criteria:

  • [ ]

Additional info:

Estimate:

4h

@Gargamil Gargamil mentioned this issue Oct 18, 2018
4 tasks
@Gargamil Gargamil self-assigned this Oct 18, 2018
@Gargamil
Copy link
Collaborator Author

Gargamil commented Oct 20, 2018

The Message model contains a field author (see below) whereby the user and his message (as personal data) can be identified.
So: To enforce DSGVO strictly, these data have to be exported / deleted, if the user wants to.
BUT. If these messages were deleted, the chat-context of these will be damaged

author: {
      type: mongoose.Schema.Types.ObjectId,
      required: true,
      ref: 'User'
    }

To be discussed: Whether to delete the chat data (and corrupt the associated chats) or leave the data and delete the author-id.

Furthermore, regarding export: Export the whole chats (with messages from other users) OR only export the affected messages from a specific user.

Group decision (Call 22.10.18): Only export messages of the corresponding user. Delete: to be discussed on meeting and with @utetrapp

@Gargamil Gargamil closed this as completed Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant