GiTA-Client / GiTA

A desktop application that both helps students learn git and helps teaching assistants assess repositories. (No longer maintained.)
GNU General Public License v3.0
3 stars 0 forks source link

Add implementation for contribution view #40

Closed SwapnilShahGit closed 6 years ago

SwapnilShahGit commented 6 years ago

The call to generate the contribution view files need help from @nanuaraj as the command is not waiting for the generation to be completed. This commit also assumes that the user has Python and Gnuplot installed.

I created an issue #39 that deals with adding these two dependencies to the users computer.

SwapnilShahGit commented 6 years ago

TODO: I need to read the config file that has the .git folder and plug it into the contribution view generator appropriately.

SwapnilShahGit commented 6 years ago

@hobindar @nanuaraj the config has been pushed onto #35 and I will add the dynamic path once that PR is pushed onto master to avoid repeated code.

SwapnilShahGit commented 6 years ago

Please check [#46] before this one.