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 file chooser #35

Closed SwapnilShahGit closed 6 years ago

SwapnilShahGit commented 6 years ago

The current file chooser opens up a window for the user to select a file and opens up a main window for the user to continue the work flow. The current implementation does not create a config file that will be shared by all the javascript files in the project. This config file will contain the path to the git file and more resources that are required in the future. [#24]

SwapnilShahGit commented 6 years ago

TODO: I need to create a config file that will store the location of the .git folder

SwapnilShahGit commented 6 years ago

Finished storing a local config using.