Skip to content

Commit

Permalink
Add Toyota's rules and scrumban #10
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Sep 16, 2024
1 parent 88e1532 commit 29c1f1f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions lectures/01_sdlc.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,6 @@ The major code hosting solutions (GitHub, GitLab, Bitbucket, Gitea) all have som
# SCUM + kanban = scrumban

- SCRUM and kanban can coexist
- quite new methodology

# references
44 changes: 44 additions & 0 deletions lectures/03_kanban.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,47 @@ changes needed
Visualizing these metrics using charts is recommended.
It does not matter what kind of charts are used as long as they enable a shared understanding of the Kanban system's current health and performance.
:::

# Toyota's six rules [@enwiki:1239509091]

:::::::::::: {.columns}
::::::::: {.column width="70%"}
1. Each process issues requests (kanban) to its suppliers when it consumes its supplies.
2. Each process produces according to the quantity and sequence of incoming requests.
3. No items are made or transported without a request.
4. The request associated with an item is always attached to it.
5. Processes must not send out defective items, to ensure that the finished products will be defect-free.
6. Limiting the number of pending requests makes the process more sensitive and reveals inefficiencies.

:::::::::
::::::::: {.column width="30%"}
![Kanban card together with the bag of bolts](figures/080527-F-0000A-001.JPG)

:::::::::
::::::::::::

# scrumban

:::::::::::: {.columns}
::::::::: {.column width="50%"}
Scrum contributes to scrumban:

- sprints
- daily standups
- retrospectives

:::::::::
::::::::: {.column width="50%"}
Kanban contributes to scrumban:

- board
- cards
- work-in-progress limits

:::::::::
::::::::::::

# references

::: refs
:::
Binary file added lectures/figures/080527-F-0000A-001.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29c1f1f

Please sign in to comment.