From bf92461a898b63a180ac62ea217896ff73967eec Mon Sep 17 00:00:00 2001
From: Julien Calixte
Date: Mon, 31 Jul 2023 15:33:18 +0200
Subject: [PATCH] put everything in mind in the article body
---
README.md | 12 ------------
src/modules/article/FlowHypothesis.vue | 12 ++++++++++--
src/modules/article/FlowIntro.vue | 5 +++--
src/modules/article/FlowSetup.vue | 2 +-
4 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index fb9841f..bafe103 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,3 @@
# Thinking People System
A interactive website to better understand the Thinking People System.
-
-## Feature flow
-
-### The project
-
-- 0 defect policy,
-- has no external dependancies,
-- the team has a strong opinion on Jidoka:
- - teams spot 100% of the defects,
- - teams do not take a feature who has defects,
- - the team who introduced the defect needs to rework on the feature.
-- there is no limit on how many defects a feature can have.
diff --git a/src/modules/article/FlowHypothesis.vue b/src/modules/article/FlowHypothesis.vue
index 31bad08..ded8445 100644
--- a/src/modules/article/FlowHypothesis.vue
+++ b/src/modules/article/FlowHypothesis.vue
@@ -4,13 +4,21 @@
Hypothesis:
- - it takes the same amount of time for each team to complete a task
+ -
+ it takes the same amount of time for each team to complete a task
+ same task time
+
+ - teams have no other external dependencies
-
teams know exactly what they need to produce their part, they will tag
any defects they found when verifying the feature is good.
- - the team where the defect appears must rework the feature.
+ -
+ 0 defect policy: the team where the defect appears must rework the
+ feature.
+
- release team never fails
+ - there is no limit on how many defects a feature can have.
diff --git a/src/modules/article/FlowIntro.vue b/src/modules/article/FlowIntro.vue
index ca4099b..f8ee509 100644
--- a/src/modules/article/FlowIntro.vue
+++ b/src/modules/article/FlowIntro.vue
@@ -11,8 +11,9 @@
When money and pressure are in the game, fear, uncertainty, and doubt
- spread out rapidly. So we rush, as fast as we can, and if a team has
- nothing to do, it becomes a disaster.
+ spread out rapidly. So we rush, as fast as we can, and we produce as many
+ features as we can. And if a team has nothing to do, it becomes a disaster
+ as it is money lost.
diff --git a/src/modules/article/FlowSetup.vue b/src/modules/article/FlowSetup.vue
index 6d66820..b95ecea 100644
--- a/src/modules/article/FlowSetup.vue
+++ b/src/modules/article/FlowSetup.vue
@@ -11,7 +11,7 @@ const feature: Feature = {
name: 'As a user, in the homepage, I can login',
complexity: 3,
leadTime: 2,
- qualityIssue: 2,
+ qualityIssue: 4,
status: 'doing',
step: 2
}