This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-03
Channels
- # aleph (3)
- # beginners (139)
- # boot (3)
- # cider (12)
- # cljs-dev (18)
- # clojure (100)
- # clojure-dev (21)
- # clojure-dusseldorf (5)
- # clojure-germany (1)
- # clojure-italy (35)
- # clojure-nl (26)
- # clojure-spec (4)
- # clojure-uk (60)
- # clojurescript (11)
- # clojutre (4)
- # cursive (21)
- # data-science (21)
- # datomic (47)
- # editors (3)
- # emacs (2)
- # events (4)
- # figwheel (2)
- # fulcro (28)
- # jobs (27)
- # jobs-discuss (21)
- # lein-figwheel (3)
- # midje (2)
- # off-topic (20)
- # om-next (4)
- # onyx (10)
- # overtone (1)
- # pedestal (2)
- # portkey (14)
- # re-frame (71)
- # reagent (44)
- # reitit (11)
- # remote-jobs (1)
- # ring-swagger (4)
- # shadow-cljs (64)
- # spacemacs (11)
- # testing (2)
- # tools-deps (8)
- # vim (8)
planning, meetings, supporting lusers (not a fan of the word but answering the same question for three times makes me bitter)
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)?
@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.
@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
afternoon
@joost-diepenmaat we tend to use UGT here: http://www.total-knowledge.com/~ilya/mips/ugt.html