added kanban.bash to tracking - is it good idea? I think yes actually!
This commit is contained in:
parent
206d795d56
commit
76a3316ba5
12
.kanban/.kanban.conf
Normal file
12
.kanban/.kanban.conf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# kanban config file
|
||||||
|
#statuses=('TODO' 'HOLD' 'DOING' 'DONE' 'NOTES' 'BACKLOG')
|
||||||
|
statuses=('TODO' 'DOING' 'DONE')
|
||||||
|
|
||||||
|
XSMALL=119 # show small kanban for terminalwidth < 119 chars
|
||||||
|
SMALLSCREEN=('TODO' 'DOING' 'DONE') # define simplified kanban board statuses
|
||||||
|
|
||||||
|
# maximum amount of todos within status (triggers warning when exceeds)
|
||||||
|
declare -A maximum_todo
|
||||||
|
maximum_todo[HOLD]=10
|
||||||
|
maximum_todo[DOING]=5
|
||||||
|
|
2
.kanban/.kanban.csv
Normal file
2
.kanban/.kanban.csv
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
"DONE","env","kanban@SSH","D","2022-06-09@15:13"
|
||||||
|
"DOING","env","automount backup hdd","D","2022-06-09@15:21"
|
|
Loading…
x
Reference in New Issue
Block a user