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:

    -
  1. it takes the same amount of time for each team to complete a task
  2. +
  3. + it takes the same amount of time for each team to complete a task + same task time +
  4. +
  5. teams have no other external dependencies
  6. teams know exactly what they need to produce their part, they will tag any defects they found when verifying the feature is good.
  7. -
  8. the team where the defect appears must rework the feature.
  9. +
  10. + 0 defect policy: the team where the defect appears must rework the + feature. +
  11. release team never fails
  12. +
  13. 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 }