Mercurial > roundup-cc
diff README.creole @ 20:3bb3d9a9f1b7
Filter by keywords and states.
Configuration via configuration file.
"No prio" grapf is displayed.
(./display_issues_demo.py is not yet dynamic, it needs all states)
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Mon, 22 Oct 2018 16:49:58 +0200 |
parents | adca5b3780d2 |
children | 7a523e13fcb3 |
line wrap: on
line diff
--- a/README.creole Mon Jul 09 14:49:44 2018 +0200 +++ b/README.creole Mon Oct 22 16:49:58 2018 +0200 @@ -8,16 +8,18 @@ Run ./demo.py from a roundup-tracker to have a running tracker. {{{ -cp examples/collect_demo1.py c1.py -./c1.py +cp examples/collect_demo3.py c3.py +cp examples/config3.ini . +# change config3.ini +./c3.py # create or change some issues -./c1.py +./c3.py # to inspect the database contents -sqlite3 demo1.db 'select * from issues;' +sqlite3 demo3.db 'select * from issues;' -./display_issues_demo.py >demo1.html -chromium demo1.html +./display_issues_demo.py >demo3.html +chromium demo3.html }}}