mirror of
https://github.com/Karaka-Management/Organization-Guide.git
synced 2026-01-11 21:08:41 +00:00
12 lines
199 B
Markdown
12 lines
199 B
Markdown
# Management Flowchart
|
|
|
|
```mermaid
|
|
graph TD;
|
|
PLAN[Plan]-->IMPLEMENT[Implement]
|
|
IMPLEMENT-->CONTROL[Control]
|
|
CONTROL-->OPTIMIZE[Optimize]
|
|
OPTIMIZE-->PLAN
|
|
```
|
|
|
|
2022-01-01 - Version 1.0
|