kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Repository Service to manage opened repository information #126

Closed qw closed 5 years ago

qw commented 5 years ago

It would be nice for repository related things to be managed by a service. For instance the currently opened repo, the current branch, the list of remotes and what not.

There exists a repo service though it just had old function moved over and has no proper structure.

r4inee commented 5 years ago

See #134 and comments in authenticate.ts too (to do with auto-fetching the user's repo list after authentication) 👍

hybrio commented 5 years ago

might want to take a look at octonode's repo functionalities as this may be easier to implement than it seems.

Excaleo commented 5 years ago

This is taking longer than expected.

Currently, I have:

I have injected this as a service into the add repo component, however, the front end updates of the repo information still needs to be done.

Also, it seems like I will be unable to fully remove the repo.ts file until git.ts is refactored into a service.