No description
Find a file
2025-05-21 14:41:08 +02:00
know-how new: Added Instructions to wipe a repository. 2025-05-21 14:41:08 +02:00
resources new: add ocr.bash scriptto streamline ocr file creation. 2025-03-12 16:21:43 +01:00
.gitignore update: Add DS_Store to gitignore. 2024-12-23 16:14:22 +01:00
.order new: Beschreibung der Stages hinzugefügt. 2025-01-16 15:09:08 +01:00
agile-working.md update: Task mangament in Kanban max. work items added. 2025-01-16 15:09:08 +01:00
branching-code-review-process.md new: Documentation for Branching and Code Reviews, 2024-06-15 17:24:52 +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
documentation-guidelines.md new: Markdown und Ascii Doc zu Document Guidlines hinzugefügt. 2024-12-18 13:10:25 +01:00
faq.md new: Neuer Ansatz für FAQ beschrieben und Query erstellt. 2024-05-22 13:16:43 +02:00
getting-started.md new: Git ssh key documentation hinzugefügt. 2024-10-07 15:33:33 +02:00
network.md update: Network diagramms added for Traefik. 2025-04-30 08:24:07 +02:00
programming-language-recommendations.md new: Added more features for comparsion; Terminology improved; Legend for scales added; 2025-01-27 17:08:23 +01:00
README.md new: Namingconvention gemäss AzureNamingTool ergänzt. 2025-01-16 15:09:32 +01:00
requirements-engineering-process.md update: LLM Prompt ergänzt. 2024-12-26 11:46:19 +01:00
requirements-gathering-interview.md update: Requirements Engineering Prozess dokumentiert und Beispiel-Fragebogen angepasst. 2024-11-28 13:33:36 +01:00
sbom.md new: Added possible Webinars. 2025-01-20 12:59:02 +01:00
service-catalogue.md new: Added a repo for Docker-Compose applications. 2024-05-16 18:36:43 +02:00
stages.md new: Beschreibung der Stages hinzugefügt. 2025-01-16 15:09:08 +01:00
traceability-concept.md fix: Typo fixed in documentation. 2025-01-13 14:56:02 +01:00
versioning.md update: Add hint for path for release notes script to docs. 2024-06-06 23:41:31 +02:00
vms-and-lxcs.md update: Setup of LXC updated. 2025-04-30 08:23:26 +02:00
welcome.md update: Welcome message updated. 2025-01-16 15:07:25 +01:00

Engineering Portal

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

Conventions

Naming conventions

As we are heavily using Microsoft Azure and Azure DevOps, we are following the naming conventions provided by Microsoft:

Furthermore, we are using the AzureNamingTool:

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.