Loomio
Sun 6 Jan 2013 9:53PM

Diaspora reshare visualization

M matl Public Seen by 77

As I promised Faldrian, I would like to share his feature with you:

Posted by [email protected]:

" I think Faldrian 's ([email protected]) reshare tree graph should be added to the official Diaspora code → https://nerdpol.ch/posts/140805
Now, what it does is: It analyses all the hierarchies of reshares of a post and displays them in a tree graph. It also shows how many likes and comments of the respective reshares.
Now [email protected] changed the code around a bit and made an implementation with 3d.js so it looks like a net and you can move it around.
Either one or both of them should be added to Diaspora and be made available with a button in the single post view. Then when you press the button the graph should lay over the post, quite like a fancybox.
The first picture shows Faldrian's implementation, the second Mablae's and the third one how it could look with the button in the single post view.

Link: http://mablae.taurus.uberspace.de/diaspora_vis/

The Sources for the 3D.js Implementation are here: https://github.com/mablae/diaspora-reshare-visualization "

JH

Jonne Haß Mon 7 Jan 2013 6:41PM

Isn't a pure JS implementation possible too? I'd love to take the load of that to the client, we've enough scaling issues already.

F

Flaburgan Tue 8 Jan 2013 11:27AM

@mablae do you know backbone.js ? It will be very amazing to have your tool in backbone.

Thank you for your work !