ops-trust / portal

Ops-Trust Platform - Portal
https://www.ops-trust.net
Apache License 2.0
21 stars 4 forks source link

Trust Graph Visualisation #36

Open massar opened 9 years ago

massar commented 9 years ago

It would be useful to have trust graphs embedded in the site so that one can see how one is connected to another person and thus how one could be introduced to a person one has not directly met.

morrowc commented 9 years ago

note that JTK had some code to do this, I think, and make a dot file to be graphed from?

On 01/06/2015 04:22 PM, Jeroen Massar wrote:

It would be useful to have trust graphs embedded in the site so that one can see how one is connected to another person and thus how one could be introduced to a person one has not directly met.


Reply to this email directly or view it on GitHub: https://github.com/ops-trust/portal/issues/36

massar commented 9 years ago

Yes, he has. That code renders the full trust-graph, which is something we should have at one point too.

This ticket is more about the direct connections one has and how one can reach somebody whose profile one is peeking at. The actual graph displayed that way will be much smaller.

I'll definitely check JTKs code to see what of his algorithm, can be used for this. Though likely I'll have to exclude various paths that are 'too long' thus it will be quite different ;)

morrowc commented 9 years ago

On 01/07/2015 04:04 AM, Jeroen Massar wrote:

Yes, he has. That code renders the full trust-graph, which is something we should have at one point too.

This ticket is more about the direct connections one has and how one can reach somebody whose profile one is peeking at. The actual graph displayed that way will be much smaller.

I'll definitely check JTKs code to see what of his algorithm, can be used for this. Though likely I'll have to exclude various paths that are 'too long' thus it will be quite different ;)

ah! ok, it seems like you could do some simple sql to pull out the levels 2 or 3 or N away from you from the vouch table(s).