rmit-programming-club / network-vis

A tool to visualisation coding activity and collaboration within a Github Organisation
GNU General Public License v3.0
9 stars 2 forks source link

Real Data for New Force Graph #30

Closed ghost closed 7 years ago

ghost commented 7 years ago

I changed the json endpoint to format data for the new force graph. Note: currently all nodes are the same size, color and shape. I changed example.json to use rmit-programming-club data. The force graph is currently using the static data in example.json.

example

If someone can figure out how to use the database instead, that would be great. This is more of a quick fix.

thundergolfer commented 7 years ago

Also @Raddus we want to port this graph over into the /profiles/organisation/* routes. The API endpoint that serves the data to D3 can stay in OrganisationsController, we just need the javascript to run in rendered views at the new URLs.

ghost commented 7 years ago

I'm gonna leave this unmerged until I get around to porting it over as you described.

If that should be a separate PR, merge this for me and let me know.

thundergolfer commented 7 years ago

@Raddus happy to merge and port later