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" /> <FlowHypothesis class="text" />
<SeparatorIcon /> <SeparatorIcon />
<FlowSetup class="text" /> <FlowSetup class="text" />
<FeatureSteps alias="introducing" />
<FlowDashboard class="above" /> <FlowDashboard class="above" />
<FeatureSteps alias="playground" /> <FeatureSteps alias="playground" />
<SimulationControls type="single" class="above" /> <SimulationControls type="single" class="above" />

View File

@@ -89,14 +89,12 @@ const feature: Feature = {
</p> </p>
<h3>Blue bin: the security stock</h3> <h3>Blue bin: the security stock</h3>
<p> <p>
Blue bins are your security stock, to make sure teams can work without any Blue bins are your security stock, they make sure teams can work without
blockers. It's to make sure the next team will always have material to any blockers. The next team will always have material to transform. But it
transform. But it comes with a cost: overburden, stagnation (increase lead comes with a cost: too many blue bins add overburden, stagnation
time) and duplicated mistakes (increasing lead time) and duplicated mistakes. The less you have, the
<span class="meaning">not simulated here</span>. The less you have, the more the team can focus. But the more you have, the more secure you are to
less your team has mental charge. The more you have, the more secure you make teams work, we have to find the good balance.
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.
</p> </p>
</div> </div>
</template> </template>

View File

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