cofacts/rumors-db

create users from existing entities

ztsai opened this issue · 0 comments

ztsai commented
  • fetch all entities with userId and appId (articles, replyrequests, articlereplyfeedbacks, etc...) and create users for each unique (appId, userId) pair, where the new user id is appId_sha(userId)
  • update userId for entities mentioned above
  • analytics only has docUserId and no appId, need to refetch all data from replies
  • unit tests integration tests