fixme updated, reports added

This commit is contained in:
Dmitry Zuikov 2023-02-14 12:51:18 +03:00
parent bcee0a00ef
commit 31cced71af
3 changed files with 30 additions and 3 deletions

View File

@ -16,3 +16,27 @@ fixme-id-show-len 10
fixme-list-full-row-pref ">>> "
fixme-attribs assigned workflow resolution
fixme-value-set workflow new backlog wip test fixed done
[ fixme-report all json
(render builtin:microstache report-wip.tpl)
(post builtin:columns | 10 8 8 10 _)
]
[ fixme-report wip json
(render builtin:microstache report-wip.tpl)
(post builtin:columns | 10 8 8 10 _)
(query ?workflow:test)
(query ?workflow:wip)
(query ?workflow:fixed)
(query ?workflow:done)
]
[ fixme-report wip-json json
]

3
.fixme/report-wip.tpl Normal file
View File

@ -0,0 +1,3 @@
{{#items}}
{{id}}|[{{workflow}}]|{{tag}}|{{assigned}}|{{title}}
{{/items}}

View File

@ -9,11 +9,11 @@
"suckless-conf": "suckless-conf"
},
"locked": {
"lastModified": 1676292942,
"narHash": "sha256-G3/GjUD2jAYyy1cWxFUxwX2SjpdryzJky895BpgEhMU=",
"lastModified": 1676368017,
"narHash": "sha256-AWHEUx3hlLlVcLsEUxSi2qI9n2XbyvmjdkBtnGXHpIY=",
"owner": "voidlizard",
"repo": "fixme",
"rev": "e974563c45ca3739bbdb572428d05ca8c77217cb",
"rev": "bd7bf162f33052a8f1063e5805e483d49280e441",
"type": "github"
},
"original": {