generated from isaqb-org/advanced-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from isaqb-org/06-module
06-module: Softwarearchitektur und Qualitätsziele
- Loading branch information
Showing
5 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// header file for curriculum section 5: Lerneinheit 5 | ||
// (c) iSAQB e.V. (https://isaqb.org) | ||
// ==================================================== | ||
|
||
// tag::DE[] | ||
== Softwarearchitektur und Qualitätsziele | ||
// end::DE[] | ||
|
||
// tag::EN[] | ||
== Software architecture and quality goals | ||
// end::EN[] | ||
|
||
include::01-duration-terms.adoc[{include_configuration}] | ||
|
||
include::02-learning-goals.adoc[{include_configuration}] | ||
|
||
// references (if any!) | ||
include::references.adoc[{include_configuration}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// tag::DE[] | ||
|=== | ||
| Dauer: 90 Min. | Übungszeit: 30 Min. | ||
|=== | ||
|
||
=== Begriffe und Konzepte | ||
Qualitätsziele, ISO 25010, Monolith, Microservices, Inter-Prozess-Kommunikation, Datenbanken | ||
|
||
// end::DE[] | ||
|
||
// tag::EN[] | ||
|=== | ||
| Duration: 90 min | Practice time: 30 min | ||
|=== | ||
|
||
=== Terms and Principles | ||
quality goals, ISO 25010, monolith, microservices, inter-prozess communication, databases | ||
|
||
// end::EN[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
=== {learning-goals} | ||
|
||
|
||
// tag::DE[] | ||
[[LZ-6-1]] | ||
==== LZ 6-1: Qualitätsmodelle und Energieeffizienz | ||
Die Teilnehmenden kennen unterschiedliche Qualitätsmodelle und können Qualitätsattribute zum Thema Energieeffizienz beschreiben und in die Qualitätsmodelle einordnen. Darüber hinaus sind die Teilnehmenden in der Lage Qualitätsszenarien für Qualitätsattribute im Bereich Energieeffizienz zu formulieren und kennen die Wechselwirkungen mit anderen Qualitätsattributen. | ||
|
||
[[LZ-6-2]] | ||
==== LZ 6-2: Architekturstile und Energieeffizienz | ||
Die Teilnehmenden können unterschiedliche Architekturstile und deren Auswirkungen auf die Energieeffizienz einschätzen. | ||
|
||
[[LZ-6-3]] | ||
==== LZ 6-3: Kommunikation und Energieeffizienz | ||
Die Teilnehmenden kennen unterschiedliche Arten der Kommunikation zwischen Bausteinen hinsichtlich Formaten, Protokollen und APIs und können deren Energieeffizienz einschätzen. | ||
|
||
[[LZ-6-4]] | ||
==== LZ 6-4: Datenbanken und Energieeffizienz | ||
Die Teilnehmenden kennen unterschiedliche Arten von Datenbankmodellen (relational, NoSQL, etc.) und sind in der Lage Optimierungspotentiale bei Datenbanken zu identifizieren. | ||
// end::DE[] | ||
|
||
// tag::EN[] | ||
[[LG-6-1]] | ||
==== LG 6-1: TODO | ||
TODO | ||
|
||
[[LG-6-2]] | ||
==== LG 6-2: TODO | ||
TODO | ||
|
||
[[LG-6-3]] | ||
==== LG 6-3: TODO | ||
TODO | ||
|
||
[[LG-6-4]] | ||
==== LG 6-4: TODO | ||
TODO | ||
// end::EN[] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
=== {references} | ||
|
||
<<qmiso>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters