Mercurial > roundup-cc
view doc/old_TODO.creole @ 36:59e1659a0a0b tip
Update 'TODO.creole'
* Old TODOs moved to 'doc/old_TODO.creole'
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Mon, 26 Nov 2018 16:52:45 +0100 |
parents | |
children |
line wrap: on
line source
== Show total of issues, including those without priority (20180709ber) examples/collect_demo2.py shows how to collect all issues, even those without priority, the display part should be completed. Technically the display would need to be more dynamic. == Allow tracking of issues per keyword(s) and status (20180709ber) It makes sense to be able to track the status of issues in combination with keywords. For example if I'm using a keyword {{{version2}}} of my software, I'd like to know how many issues are open, being worked on or on testing. This would allow something like a burn down chart.