feat: better article construction

This commit is contained in:
Julien Calixte
2024-12-20 16:00:41 +01:00
parent ce8d948ee9
commit 13d93818d6
3 changed files with 7 additions and 10 deletions

View File

@@ -21,7 +21,6 @@ import SimulationDashboard from '@/modules/simulation/SimulationDashboard.vue'
<FlowHypothesis class="text" />
<SeparatorIcon />
<FlowSetup class="text" />
<FeatureSteps alias="introducing" />
<FlowDashboard class="above" />
<FeatureSteps alias="playground" />
<SimulationControls type="single" class="above" />

View File

@@ -89,14 +89,12 @@ const feature: Feature = {
</p>
<h3>Blue bin: the security stock</h3>
<p>
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
<span class="meaning">not simulated here</span>. 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.
</p>
</div>
</template>

View File

@@ -8,6 +8,7 @@ const featureStore = useFeatureStore()
<template>
<div class="flow-dashboard">
<SeparatorIcon />
<div class="row cards">
<div class="card">
Features
@@ -57,7 +58,6 @@ const featureStore = useFeatureStore()
</div>
</div>
</div>
<SeparatorIcon />
<FlowControls />
</div>
</template>