feat: add Einzelunternehmer board (Beruflich)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
12
index.html
12
index.html
@@ -861,6 +861,15 @@ const DEFAULTS = {
|
||||
{id:'done', label:'Done', tasks:[]},
|
||||
]
|
||||
},
|
||||
einzelunternehmer: {
|
||||
name:'Einzelunternehmer', goal:'Finanzen, Buchhaltung, Steuern, Verwaltung als Freelancer.',
|
||||
wipLimit:3, throughput:1, sle:{days:30,p:85},
|
||||
cols:[
|
||||
{id:'ready', label:'Ready', tasks:[]},
|
||||
{id:'wip', label:'In Progress', tasks:[]},
|
||||
{id:'done', label:'Done', tasks:[]},
|
||||
]
|
||||
},
|
||||
soloprojekt: {
|
||||
name:'Soloprojekt', goal:'',
|
||||
wipLimit:3, throughput:2, sle:{days:14,p:85},
|
||||
@@ -893,7 +902,8 @@ const BOARD_META = {
|
||||
tiefgang: {group:'Musik', color:'#2dd4bf', ring:'1p'},
|
||||
mdimmusic: {group:'Musik', color:'#c084fc', ring:'1p'},
|
||||
droii: {group:'Musik', color:'#f87171', ring:'1p'},
|
||||
soloprojekt:{group:'Musik', color:'#fbbf24', ring:'1p'},
|
||||
soloprojekt: {group:'Musik', color:'#fbbf24', ring:'1p'},
|
||||
einzelunternehmer:{group:'Beruflich',color:'#4ade80', ring:'1p'},
|
||||
};
|
||||
|
||||
const RINGS = ['0','1p','1w','2','3','?'];
|
||||
|
||||
Reference in New Issue
Block a user