kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

[Feature] Remember recent repositories #157

Open andystewart12 opened 6 years ago

andystewart12 commented 6 years ago

At the moment the only way to switch between different repositories that the user has already cloned into a local repository is to search for them by opening up a file explorer. It would be useful if the app had an "Open recent..." functionality, and gave the user a list of repositories that they have recently been working with so they can switch between them easily. I think that this classifies as a medium issue because the implementation itself will mostly only involve finding a way to store the file paths of cloned repositories and developing the necessary interface elements. This rest of the implementation of this feature will essentially be building on the code already developed for opening local repositories through the file explorer. @softeng-701

softeng-701 commented 6 years ago

@andystewart12 Approved