add further suggestions for content
This commit is contained in:
parent
775eded9f6
commit
19f0400fce
9 changed files with 61 additions and 18 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@startuml engineer-portal-structure
|
||||
|
||||
skinparam rectangle {
|
||||
BackgroundColor<<Documentation>> Wheat
|
||||
BackgroundColor<<Infrastructure>> LightBlue
|
||||
|
|
@ -10,25 +11,17 @@ skinparam roundcorner 20
|
|||
skinparam shadowing false
|
||||
|
||||
rectangle "Engineer Portal Structure" as Structure {
|
||||
rectangle "Documentation Repos" <<Documentation>> {
|
||||
rectangle "docs-onboarding\n- Welcome\n- Team Structures\n- Dev Environment" as Onboarding
|
||||
rectangle "docs-agile-working\n- Planning of work\n- Colaboration" as AgileDocs
|
||||
rectangle "docs-security-policies\n- Compliance\n- Data Policies" as SecurityDocs
|
||||
rectangle "Documentation repositories" <<Documentation>> {
|
||||
rectangle "docs-cloudstream-onboarding\n- Welcome\n- Getting Started\n- Documentation Guidelines\n- Code Review Process\n- FAQ" as Onboarding
|
||||
rectangle "docs-agile-working\n- Communication\n- Documentation\n- The PI and sprints\n- Task management kanban setup" as AgileDocs
|
||||
}
|
||||
rectangle "Infrastructure Repos" <<Infrastructure>> {
|
||||
rectangle "infra-terraform\n- Azure Modules\n- IaC consumer examples" as Terraform
|
||||
rectangle "infra-ansible\n- Config Management\n- Server Roles" as Ansible
|
||||
rectangle "Infrastructure repositories" <<Infrastructure>> {
|
||||
rectangle "infra-terraform-modulelibrary\n- Azure Modules\n- IaC consumer examples" as Terraform
|
||||
rectangle "infra-ansible-adoconfiguration\n- Config Management\n- Server Roles" as Ansible
|
||||
}
|
||||
rectangle "Application Repos" <<Applications>> {
|
||||
rectangle "app-python-services\n- Service APIs\n- Data Apps" as PythonApps
|
||||
rectangle "app-dotnet-apis\n- RESTful APIs\n- Backend Services" as DotnetApps
|
||||
}
|
||||
rectangle "Tools & Utilities Repos" <<Tools>> {
|
||||
rectangle "tools-scripts\n- Utility Scripts\n- Diagnostic Tools" as Scripts
|
||||
}
|
||||
rectangle "CI/CD Repos" <<CICD>> {
|
||||
rectangle "ci-cd-pipelines\n- YAML Definitions\n- Build Configs" as CICD
|
||||
rectangle "CI/CD repositories" <<CICD>> {
|
||||
rectangle "cicd-pipeline-library\n- YAML Definitions\n- Build Configs" as CICD
|
||||
}
|
||||
}
|
||||
|
||||
@enduml
|
||||
@enduml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue