Fork me on GitHub
#clojure-nl
<
2018-07-03
>
skuro07:07:02

planning, meetings, supporting lusers (not a fan of the word but answering the same question for three times makes me bitter)

helios08:07:28

writing code for compliance to GDPR!

helios08:07:42

i have a question, actually

helios08:07:48

for things that are IDs in my system, when exporting the data, can I keep stuff expressed as an ID or do i have to translate what the id means? Practical example: a user chooses in his profile that they are a "unicorn" but that value is represented in my system as 123. When exporting their data do i have to show Unicorn or can I keep 123 (and the mapping 123 -> Unicorn is only in my system)?

gklijs08:07:37

@helios Is your question related to having the right to see your information? In that case I think you should make some effort to make the data understandable to the user.

helios08:07:47

yes it is for that purpose

lmergen12:07:53

@helios you can keep naming it either 123 or unicorn.. it's not about the actual numbers/ids, but whether you can possibly corelate it to just a single person

helios12:07:10

@lmergen it's for the data portability, not for identifying or not

lmergen12:07:31

you mean the data export stuff ?

lmergen12:07:54

as far as i can tell, no one truly knows the answer to this question

helios12:07:01

ah, ok, as i imagined 🙂

lmergen12:07:07

and i say this as someone who had to go through this process before 🙂

lmergen12:07:40

the way i was adviced, was that you can perfectly normalize this stuff

lmergen12:07:45

so keep calling it 123

lmergen12:07:53

but you need to have a lookup table somewhere

lmergen12:07:00

you can't obscure the data

helios12:07:02

i had the mapping id->name easily available so i just used the names in the export

lmergen12:07:04

but hell, no one knows

helios12:07:15

yeah, i imagine

thomas15:07:17

so goodnight from me 😉

lmergen17:07:07

but what if you enter and leave the same channel multiple times a day :thinking_face: