Nican / Furland

Building a real-time twitter graph of your friends
267 stars 14 forks source link

mutualsOnly for nodes #3

Open MaxBittker opened 2 years ago

MaxBittker commented 2 years ago

Hi, so much fun exploring this, gives me a warm feeling of belonging :)

Was wondering what you think of an option to limit nodes to only show people who are mutuals with me? Or am I misunderstanding the existing options and this is how it works now?

Nican commented 2 years ago

I mean- it is doable. It would be a nice option.

The easy option would be just to add some extra code to never add edges to nodes who are not mutual with the Person of Interest.

But there are multiple ways to think about this. Would the edge weights also only be for people who are mutual? That would be really expensive to calculate.