From 13d93818d6a7e719c4cd49e3239ad06f49365ef5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 20 Dec 2024 16:00:41 +0100 Subject: [PATCH] feat: better article construction --- src/modules/FlowArticle.vue | 1 - src/modules/article/FlowSetup.vue | 14 ++++++-------- src/modules/feature/FlowDashboard.vue | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/modules/FlowArticle.vue b/src/modules/FlowArticle.vue index 57e4f68..ade571b 100644 --- a/src/modules/FlowArticle.vue +++ b/src/modules/FlowArticle.vue @@ -21,7 +21,6 @@ import SimulationDashboard from '@/modules/simulation/SimulationDashboard.vue' - diff --git a/src/modules/article/FlowSetup.vue b/src/modules/article/FlowSetup.vue index 875c22b..5188976 100644 --- a/src/modules/article/FlowSetup.vue +++ b/src/modules/article/FlowSetup.vue @@ -89,14 +89,12 @@ const feature: Feature = {

Blue bin: the security stock

- Blue bins are your security stock, to make sure teams can work without any - blockers. It's to make sure the next team will always have material to - transform. But it comes with a cost: overburden, stagnation (increase lead - time) and duplicated mistakes - not simulated here. The less you have, the - less your team has mental charge. The more you have, the more secure you - are to make teams work. One solution: simplify your flow and lower the - number of operation the teams have to do to deliver a feature. + Blue bins are your security stock, they make sure teams can work without + any blockers. The next team will always have material to transform. But it + comes with a cost: too many blue bins add overburden, stagnation + (increasing lead time) and duplicated mistakes. The less you have, the + more the team can focus. But the more you have, the more secure you are to + make teams work, we have to find the good balance.

diff --git a/src/modules/feature/FlowDashboard.vue b/src/modules/feature/FlowDashboard.vue index f4a40a0..4964181 100644 --- a/src/modules/feature/FlowDashboard.vue +++ b/src/modules/feature/FlowDashboard.vue @@ -8,6 +8,7 @@ const featureStore = useFeatureStore()