put everything in mind in the article body

This commit is contained in:
Julien Calixte
2023-07-31 15:33:18 +02:00
parent c8c1e29293
commit bf92461a89
4 changed files with 14 additions and 17 deletions

View File

@@ -1,15 +1,3 @@
# Thinking People System # Thinking People System
A interactive website to better understand the 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.

View File

@@ -4,13 +4,21 @@
<div class="flow-hypothesis"> <div class="flow-hypothesis">
<p>Hypothesis:</p> <p>Hypothesis:</p>
<ol> <ol>
<li>it takes the same amount of time for each team to complete a task</li> <li>
it takes the same amount of time for each team to complete a task
<span class="meaning">same task time</span>
</li>
<li>teams have no other external dependencies</li>
<li> <li>
teams know exactly what they need to produce their part, they will tag teams know exactly what they need to produce their part, they will tag
any defects they found when verifying the feature is good. any defects they found when verifying the feature is good.
</li> </li>
<li>the team where the defect appears must rework the feature.</li> <li>
0 defect policy: the team where the defect appears must rework the
feature.
</li>
<li>release team never fails</li> <li>release team never fails</li>
<li>there is no limit on how many defects a feature can have.</li>
</ol> </ol>
</div> </div>
</template> </template>

View File

@@ -11,8 +11,9 @@
</p> </p>
<p> <p>
When money and pressure are in the game, fear, uncertainty, and doubt 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 spread out rapidly. So we rush, as fast as we can, and we produce as many
nothing to do, it becomes a disaster. features as we can. And if a team has nothing to do, it becomes a disaster
as it is money lost.
</p> </p>
</div> </div>
</template> </template>

View File

@@ -11,7 +11,7 @@ const feature: Feature = {
name: 'As a user, in the homepage, I can login', name: 'As a user, in the homepage, I can login',
complexity: 3, complexity: 3,
leadTime: 2, leadTime: 2,
qualityIssue: 2, qualityIssue: 4,
status: 'doing', status: 'doing',
step: 2 step: 2
} }