mirror of
https://github.com/Karaka-Management/Organization-Guide.git
synced 2026-01-13 05:48:41 +00:00
15 lines
190 B
Markdown
15 lines
190 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
|
|
|