Skip to content

Commit

Permalink
Merge pull request #690 from isaqb-org/update-gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-wolf authored Jan 6, 2025
2 parents 6a1bb68 + 2bb14bc commit 55ec6ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ docs/learning-objectives.adoc
release-docs/~*
docs/learning-goals.adoc
curriculum-foundation.code-workspace
bin
4 changes: 2 additions & 2 deletions docs/03-design/LG-03-02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Softwarearchitekt:innen können:
* Softwarearchitekturen auf Basis bekannter funktionaler und Qualitätsanforderungen für nicht sicherheits- oder unternehmenskritische Softwaresysteme entwerfen und angemessen kommunizieren und dokumentieren
* Strukturentscheidungen hinsichtlich Systemzerlegung und Bausteinstruktur treffen, dabei Abhängigkeiten zwischen Bausteinen festlegen (siehe <<LG-03-06>>)
* gegenseitige Abhängigkeiten und Abwägungen bezüglich {glossary_url}architectural-decision[Architekturentscheidungen] erkennen und begründen
* Begriffe {glossary_url}blockbox[Blackbox] und {glossary_url}whitebox[Whitebox] erklären und zielgerichtet anwenden
* Begriffe {glossary_url}blackbox[Blackbox] und {glossary_url}whitebox[Whitebox] erklären und zielgerichtet anwenden
* schrittweise Verfeinerung und Spezifikation von Bausteinen durchführen
* Architektursichten entwerfen, insbesondere Baustein-, Laufzeit- und Verteilungssicht (siehe <<LG-04-05>>)
* die aus Entscheidungen resultierenden Konsequenzen auf den Quellcode erklären
Expand All @@ -26,7 +26,7 @@ Software architects are able to:
* design and appropriately communicate and document software architectures based upon known functional and quality requirements for software systems that are neither safety- nor business-critical
* make structural decisions regarding system decomposition and building-block structure, thereby defining dependencies between building blocks (see <<LG-03-06>>)
* recognize and justify interdependencies and trade-offs between {glossary_url}architectural-decision[architecture decisions];
* explain the terms {glossary_url}blockbox[black box] and {glossary_url}whitebox[white box] and apply them purposefully
* explain the terms {glossary_url}blackbox[black box] and {glossary_url}whitebox[white box] and apply them purposefully
* apply stepwise refinement and specification of building blocks
* design architecture views, especially building-block view, runtime view and deployment view (see <<LG-04-05>>)
* explain the consequences of decisions on the corresponding source code
Expand Down

0 comments on commit 55ec6ec

Please sign in to comment.