-
Notifications
You must be signed in to change notification settings - Fork 1
Description
An interesting question that was brought up at Jun 2019 hackerdrinks at ReferralCandy was if we could map the social graph of hackerdrinks attendees.
Could we understand which member introduced whom? eg. Person:A -introduced -> Person:B
With that data we could understand our community a little better.
A secondary layer to this would mapping additional relationships between members, eg.
Person:C -works_with:Company:X-> Person:D
Person:C -is_attending-> Event:HackerdrinksJul2019
One potential avenue to map these relationships is via a Telegram bot introduced to the hackerdrinks group, where members could declare their relationships with other members, eg. acting as PersonB, we could say tell the bot
/relate introduced_by @PersonA
which could then record the relationship that PersonB was introduced to the group by PersonA