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:
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 }