From 12c73870720818185d584617a8e9238123d77733 Mon Sep 17 00:00:00 2001
From: Julien Calixte
Date: Tue, 7 Jan 2025 22:07:04 +0100
Subject: [PATCH] fix: talking about cycle time and ensure we have a lot of
simulation
---
src/modules/pull-system/FlowArticle.vue | 20 +++++++++----------
.../pull-system/feature/FlowDashboard.vue | 4 ++--
.../pull-system/feature/feature-store.ts | 10 +++++-----
.../simulation/SimulationControls.vue | 2 +-
.../simulation/SimulationDashboard.vue | 4 ++--
.../simulation/simulation-store.ts | 10 +++++-----
6 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/src/modules/pull-system/FlowArticle.vue b/src/modules/pull-system/FlowArticle.vue
index 231da18..3926368 100644
--- a/src/modules/pull-system/FlowArticle.vue
+++ b/src/modules/pull-system/FlowArticle.vue
@@ -43,9 +43,9 @@ const feature: Feature = {
different strategy patterns and which is the most effective.
- Let's see what happens when we want to create a Newsletter mobile app.
- We have some functionalities to implement and we want to measure how
- long it takes.
+ Let's see what happens when we want to create a news mobile app. We have
+ some functionalities to implement and we want to measure how long it
+ takes.
- Pull systems seem better. But before any conclusion, comparing two
- simulations is not enough. Let's generate 200 projects delivering the 20
- features of the Newsletter app and see what happens.
+ Let's simulate... 1000 news mobile app! 500 for each system and see what
+ are the trends.
- Okay, now we're pretty sure! The takt time is quite close actually. But
- as the quality issue increase in the push system, these defects and
- corrections pile up and generate at about 15 days of difference. For a
- long time, I wanted a proof
+ Okay, now we're pretty sure! The cycle time - the time needed to
+ complete one feature - is quite close actually. But as the quality issue
+ increase in the push system, these defects and corrections pile up and
+ generate at about 15 days of difference. For a long time, I wanted a
+ proof
to trust the process, that's the beauty of simulations. It's
quite impossible to convince people when we're in the middle of the
battle. If teams change every time, you are doomed to get this problem
diff --git a/src/modules/pull-system/feature/FlowDashboard.vue b/src/modules/pull-system/feature/FlowDashboard.vue
index 731956f..6dfc15f 100644
--- a/src/modules/pull-system/feature/FlowDashboard.vue
+++ b/src/modules/pull-system/feature/FlowDashboard.vue
@@ -46,9 +46,9 @@ const featureStore = useFeatureStore()