create users from existing entities
ztsai opened this issue · 0 comments
ztsai commented
- fetch all entities with
userId
andappId
(articles
,replyrequests
,articlereplyfeedbacks
, etc...) and create users for each unique (appId
,userId
) pair, where the new user id isappId_sha(userId)
- update
userId
for entities mentioned above -
analytics
only hasdocUserId
and noappId
, need to refetch all data fromreplies
-
unit testsintegration tests
- design collision handling -> lowered priority and tracked in cofacts/rumors-api#222