mirror of https://github.com/voidlizard/hbs2
fixme updated, reports added
This commit is contained in:
parent
bcee0a00ef
commit
31cced71af
|
@ -16,3 +16,27 @@ fixme-id-show-len 10
|
||||||
|
|
||||||
fixme-list-full-row-pref ">>> "
|
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
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{{#items}}
|
||||||
|
{{id}}|[{{workflow}}]|{{tag}}|{{assigned}}|{{title}}
|
||||||
|
{{/items}}
|
|
@ -9,11 +9,11 @@
|
||||||
"suckless-conf": "suckless-conf"
|
"suckless-conf": "suckless-conf"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676292942,
|
"lastModified": 1676368017,
|
||||||
"narHash": "sha256-G3/GjUD2jAYyy1cWxFUxwX2SjpdryzJky895BpgEhMU=",
|
"narHash": "sha256-AWHEUx3hlLlVcLsEUxSi2qI9n2XbyvmjdkBtnGXHpIY=",
|
||||||
"owner": "voidlizard",
|
"owner": "voidlizard",
|
||||||
"repo": "fixme",
|
"repo": "fixme",
|
||||||
"rev": "e974563c45ca3739bbdb572428d05ca8c77217cb",
|
"rev": "bd7bf162f33052a8f1063e5805e483d49280e441",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue