added kanban.bash to tracking - is it good idea? I think yes actually!

This commit is contained in:
Richard Thier 2022-06-09 18:36:47 +02:00
parent 206d795d56
commit 76a3316ba5
2 changed files with 14 additions and 0 deletions

12
.kanban/.kanban.conf Normal file
View 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
View 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"
1 DONE env kanban@SSH D 2022-06-09@15:13
2 DOING env automount backup hdd D 2022-06-09@15:21