kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Refactor `file.ts` to existing `file.service.ts`, first step to file panel #194

Closed qw closed 5 years ago

qw commented 5 years ago

file.ts still exists and its functions should be moved to the existing file.service.ts.

We aim to concentrate file related functions in order for those to be refactored. Then we have functions ready for file.component.ts.

Excaleo commented 5 years ago

Should be pending on #207 since I think I modified the global export of repoFullPath and replaced it with singleton access to the RepositoryService