Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

add % Done on redmine subject #123

Closed chemidy closed 3 years ago

chemidy commented 10 years ago

It will be cool to have % done of a feature on redmine subject feature !!!

monsieurchico commented 10 years ago

you want to retrieve the % done from redmine and display this info next to the retrieved feature's name in twgit ?

Sebastien-Hanicotte commented 10 years ago

Problem with such a feature is that disable the use of the .twgit_feature_subject caching file.

This cache was certainly proposed to limit the call to the Redmine API.

By the way, I'm not a big fan of the percentage in Redmine, I usually put 0% when not assigned, 50% when in progress and 100% when done... not so often a more precise information because it will too often be stuck at 98%, waiting for some review, aso ;)

ltoussaint commented 10 years ago

Maybe we could add an option to specify if we want to get progress. If yes, we need to remove cache system for this case.