kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Create GraphService #174

Open Menake opened 5 years ago

Menake commented 5 years ago

This issue is related to creating an angular service for taking finding the commit history for the currently opened project and creating the nodes and edges from this information. This is already done in places in graphing.ts and abstractGraphing.ts so will need to move the required functionality into here.

This data will then be used by the GraphNetworkService described in #173 to render the graph.

The current graphing and abstractGraphing files have many global functions and variables so I will mark this as a large task for now.