- Improved the ideas details

This commit is contained in:
Paul Beckingham 2008-06-24 02:02:02 -04:00
parent 44ca388b52
commit be6136c1e9

View file

@ -3,15 +3,17 @@ Real Parsing
implement flex/bison parser implement flex/bison parser
User-Defined Reports User-Defined Reports
report.xxx=id,project(2+),priority(1-),description report.large=id,uuid,project,priority,entry,start,due,active,tags,description
change all list-based reports to user-defined report.long=id,project,priority,entry,start,due,tags,description
report.list=id,project,priority,due,active,description
report.ls=id,project,priority,description
Generalized Report Writer Sorting is always: due+ priority- project+
provide column list, sort order, filter
ID UUID Project Priority Entry Start Due Active Tags Description
Test Suite Test Suite
allow .taskrc override allow .taskrc override
debug=on to cause all cout to be csv debug=on to cause all cout to be csv
regression tests for every bug, command, feature regression tests for every bug, command, feature