You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would probably involve refactoring the data model so that rather than event instance "participants" being a text string, to the case where we had
classEventInstancehas_many: usersend
so when the hangout sent back a participant string we would parse it into a users and link with join table.
We know at the moment at least 2/3 of users don't have G+ accounts and so won't link to existing user accounts. (we could try to calculate what percentage of participants in hangouts don't have corresponding AV accounts using G+)
QUESTION
should we have a new entity called participant to distinguish from user?
thinking about snapshots of the hangout
classEventInstancehas_many:snapshotsend
snapshots initially could be just the json data and timestamp ...
currently we only know who appeared in a hangout, but not when they arrived and left
The text was updated successfully, but these errors were encountered: