kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

Implement Issue management functionality #176

Closed bpar476 closed 6 years ago

bpar476 commented 6 years ago

There is a new "issues" menu on the right hand side of the application that updates when your repository changes as well as periodically updates to see if issues have been created since.

Users can view, create, close and comment on issues. Uses the octonode github api.

Fixes #37

softeng-701 commented 6 years ago

@bpar476 Looks good!