kblincoe / VisualGit_SE701_2019_3

1 stars 0 forks source link

Add tagging support #29

Open victorlian opened 5 years ago

victorlian commented 5 years ago

Feature request:

Add support for tagging commits in the past and/or the current commit that has yet to be pushed. This will allow users to mark important points in their repository for example "v1.0" without needing to search for a certain commit message/checksum. Users should also be able to view the tags on the main page.

lucyJiang279 commented 5 years ago

After spending two days on this, I have come up with the following. There are many components to this issue:

lucyJiang279 commented 5 years ago

I've managed to create a panel for viewing past commits and can populate it with data. However, I have not been able to populate it with commit data from the graphing.ts class. Currently it looks like the only way to do it is to directly modify the html as done with displaying repositories and branches, which I don't have the capabilities to do.