Last active
August 8, 2022 02:44
-
-
Save diodon/9c00235c4e7aefd02c7fca9db03bda62 to your computer and use it in GitHub Desktop.
RIMReP/DMS Organisation Diagram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| graph TD | |
| A[Project Leader] | |
| B[fa:fa-code Dev Lead] | |
| C[fa:fa-table Data Lead] | |
| A0[Admin] | |
| A --> B | |
| A --> C | |
| B --> D[fa:fa-cloud Cloud Eng] | |
| B --> E[fa:fa-code DevOps] | |
| C --> F[fa:fa-table Data Eng 1] | |
| C --> G[fa:fa-table Data Eng 2] | |
| style B fill:#3d779f | |
| style D fill:#3d779f | |
| style E fill:#3d779f | |
| style C fill:#aa5500 | |
| style F fill:#aa5500 | |
| style G fill:#aa5500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment