Skip to content

Instantly share code, notes, and snippets.

@diodon
Last active August 8, 2022 02:44
Show Gist options
  • Select an option

  • Save diodon/9c00235c4e7aefd02c7fca9db03bda62 to your computer and use it in GitHub Desktop.

Select an option

Save diodon/9c00235c4e7aefd02c7fca9db03bda62 to your computer and use it in GitHub Desktop.
RIMReP/DMS Organisation Diagram
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