No description
Find a file
2024-06-06 23:28:16 +02:00
resources new: Release script order of commits can now be specified. 2024-06-06 23:28:16 +02:00
.gitignore update: moved content from former seperated "agile working" repo 2024-05-13 09:51:53 +02:00
.order update: Verbesserung der Dokumentation und des Skripts für die Erstellungb eines Change Logs. 2024-05-22 10:46:53 +02:00
agile-working.md Fix Typo 2024-05-16 11:12:00 +02:00
CHANGELOG.md update: Verbesserung der Dokumentation und des Skripts für die Erstellungb eines Change Logs. 2024-05-22 10:46:53 +02:00
code-review-process.md add further suggestions for content 2024-05-11 20:45:40 +02:00
documentation-guidelines.md update: Move chapter release Notes to Versioning part of the documentation. 2024-05-30 22:03:19 +02:00
faq.md new: Neuer Ansatz für FAQ beschrieben und Query erstellt. 2024-05-22 13:16:43 +02:00
getting-started.md update: Improve onboarding documentation and include lessons learned from customer projects. 2024-05-14 17:12:01 +02:00
network.md add network diagram draft 2024-05-11 23:02:45 +02:00
README.md new: Added a repo for Docker-Compose applications. 2024-05-16 18:36:43 +02:00
requirements-gathering-interview.md new: Requirements gathering beginners guide added. 2024-05-30 22:03:39 +02:00
service-catalogue.md new: Added a repo for Docker-Compose applications. 2024-05-16 18:36:43 +02:00
traceability-concept.md new: first draft of a tracability concept big picture. 2024-05-30 22:04:36 +02:00
versioning.md update: Move chapter release Notes to Versioning part of the documentation. 2024-05-30 22:03:19 +02:00
welcome.md update: Improve onboarding documentation and include lessons learned from customer projects. 2024-05-14 17:12:01 +02:00

Engineering Portal

This space is for the engineering team to share knowledge, resources, and best practices.

Sructure of the repository

We are trying to keep the repositories small and structured. The following overview shows the general structure and the most important repositories.

Engineering Portal Structure

Documentation repositories

The documentation repositories should help to find best know how, practices and guidelines. No matter if you are new to the team or if you have been working in an different area in the past, you should be able to find the information you need.

  • docs-onboarding: the current repository you are reading. It should contain all information needed to get started.

Infrastructure repositories

The infrastructure repositories should contain all information about the infrastructure we are using and it's configuration.

Application repositories

The application repositories should contain all information about the applications we are providing.

  • app-docker-compose: We are maintaining Docker Compose files which contain the configuration for the applications we are providing.

CI/CD repositories

The CI/CD repositories should contain all information about the CI/CD pipelines we are using.

  • cicd-pipeline-library: We are maintaining Azure DevOps Pipeline templates which should ensure constant quality and improvement.