mirror of
https://github.com/coderofsalvation/podi.git
synced 2025-12-16 11:57:45 +01:00
work in progress [might break]
This commit is contained in:
11
.kanban/.kanban.conf
Normal file
11
.kanban/.kanban.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# kanban config file
|
||||
statuses=('TODO' 'HOLD' 'DOING' 'DONE' 'NOTES' 'BACKLOG')
|
||||
|
||||
XSMALL=119 # show small kanban for terminalwidth < 119 chars
|
||||
SMALLSCREEN=('DOING' 'TODO' 'HOLD') # 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
|
||||
|
||||
0
.kanban/.kanban.csv
Normal file
0
.kanban/.kanban.csv
Normal file
|
|
4
.kanban/IDEA.TXT
Normal file
4
.kanban/IDEA.TXT
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
# why?
|
||||
|
||||
while others are writing kubernetes-optimized javascriptbundlers on a blockchain, some people focus on simplicity.
|
||||
Reference in New Issue
Block a user