feat: add Einzelunternehmer board (Beruflich)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Robin Choice
2026-05-20 16:26:32 +02:00
parent 670f9c999e
commit 2ef7e4d5e6

View File

@@ -861,6 +861,15 @@ const DEFAULTS = {
{id:'done', label:'Done', tasks:[]}, {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: { soloprojekt: {
name:'Soloprojekt', goal:'', name:'Soloprojekt', goal:'',
wipLimit:3, throughput:2, sle:{days:14,p:85}, wipLimit:3, throughput:2, sle:{days:14,p:85},
@@ -894,6 +903,7 @@ const BOARD_META = {
mdimmusic: {group:'Musik', color:'#c084fc', ring:'1p'}, mdimmusic: {group:'Musik', color:'#c084fc', ring:'1p'},
droii: {group:'Musik', color:'#f87171', 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','?']; const RINGS = ['0','1p','1w','2','3','?'];