Skip to content

Commit af41c11

Browse files
authored
Merge pull request #84 from isaqb-org/80-update-overall-curriculum-structure-and-chapter-durations
#80 updated timetable and curriculum structure
2 parents 7928b33 + 36f860e commit af41c11

15 files changed

+73
-201
lines changed

docs/00b-basics/02-curriculum-structure-and-chronological-breakdown.adoc

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,41 @@
77
| Empfohlene Mindestdauer (min)
88
| Übungszeit (Minuten)
99

10-
| 1. Motivation
11-
| 30
12-
|
10+
| 1. Warum flexible Systeme einsetzen
11+
| {duration-chapter1-content}
12+
| {duration-chapter1-practice}
1313

14-
| 2. Modularisierung
15-
| 180
16-
| 75
14+
| 2. Modularisierung von Systemen in Teilsysteme
15+
| {duration-chapter2-content}
16+
| {duration-chapter2-practice}
1717

18-
| 3. Integration
19-
| 210
20-
| 90
18+
| 3. Softwaremodule und der Bezug zu Organisationsstrukturen
19+
| {duration-chapter3-content}
20+
| {duration-chapter3-practice}
2121

22-
| 4. Installation und Roll Out
23-
| 120
24-
| 30
22+
| 4. Integrationsmethoden & Protokolle
23+
| {duration-chapter4-content}
24+
| {duration-chapter4-practice}
2525

26-
| 5. Betrieb, Überwachung und Fehleranalyse
27-
| 150
28-
| 45
26+
| 5. Installation und Laufzeitumgebungen/ Plattformen
27+
| {duration-chapter5-content}
28+
| {duration-chapter5-practice}
2929

30-
| 6. Ausblick
31-
| 90
32-
|
30+
| 6. Betriebsmodelle
31+
| {duration-chapter6-content}
32+
| {duration-chapter6-practice}
3333

3434
|
3535
|
3636
|
3737

3838
| Summe
39-
| 780 (13 Std)
40-
| 240 (4 Std)
39+
| {duration-total-content}
40+
| {duration-total-practice}
4141
|===
4242

43-
In diesem Kontext stellt „Dauer" die Unterrichtszeit ohne Übungszeit dar.
44-
Die Zeitaufteilung zwischen Theorie und Übungen ist lediglich eine Empfehlung.
43+
In diesem Kontext stellt Mindestdauer" die Unterrichtszeit ohne Übungszeit dar, die ohne die als OPTIONAL markierten Inhalte auf die jeweilige Lernziele verwendet werden sollte.
44+
Die Zeitaufteilung zwischen Theorie und Übungen ist lediglich eine Empfehlung.
4545
Die Ausgestaltung der Beispiele und Übungen sind in diesem Lehrplan nicht vorgegeben.
4646

4747
// end::DE[]
@@ -55,37 +55,37 @@ Die Ausgestaltung der Beispiele und Übungen sind in diesem Lehrplan nicht vorge
5555
| Recommended duration (minutes)
5656
| Exercise time (minutes)
5757

58-
| 1. Motivation
59-
| 30
60-
|
58+
| 1. Why approach Flexible Systems
59+
| {duration-chapter1-content}
60+
| {duration-chapter1-practice}
6161

62-
| 2. Modularisation
63-
| 180
64-
| 75
62+
| 2. Modularization of Systems of Systems
63+
| {duration-chapter2-content}
64+
| {duration-chapter2-practice}
6565

66-
| 3. Integration
67-
| 210
68-
| 90
66+
| 3. Software Modules and the Organisation
67+
| {duration-chapter3-content}
68+
| {duration-chapter3-practice}
6969

70-
| 4. Installation and Roll Out
71-
| 120
72-
| 30
70+
| 4. Integration Methods & Protocols
71+
| {duration-chapter4-content}
72+
| {duration-chapter4-practice}
7373

74-
| 5. Operations, Monitoring, and Failure Analysis
75-
| 150
76-
| 45
74+
| 5. Deployment & Runtime/ Platform Methods
75+
| {duration-chapter5-content}
76+
| {duration-chapter5-practice}
7777

78-
| 6. Outlook
79-
| 90
80-
|
78+
| 6. Service Operation Models
79+
| {duration-chapter6-content}
80+
| {duration-chapter6-practice}
8181

8282
|
8383
|
8484
|
8585

8686
| Total
87-
| 780 (13h)
88-
| 240 (4h)
87+
| {duration-total-content}
88+
| {duration-total-practice}
8989
|===
9090

9191

docs/01-motivation/00-structure.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55

66
// tag::DE[]
7-
== Motivation
7+
== Warum flexible Systeme einsetzen
88
// end::DE[]
99

1010
// tag::EN[]
11-
== Motivation
11+
== Why approach Flexible Systems
1212
// end::EN[]
1313

1414

docs/01-motivation/01-duration-terms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// tag::DE[]
22
|===
3-
| Dauer: 120 Min. | Übungszeit: 0 Min.
3+
| Dauer: {duration-chapter1-content} Min. | Übungszeit: {duration-chapter1-practice} Min.
44
|===
55

66
=== Begriffe und Konzepte
@@ -9,7 +9,7 @@ Verfügbarkeit, Zuverlässigkeit, Time-to-Market, Flexibilität, Vorhersagbarkei
99

1010
// tag::EN[]
1111
|===
12-
| Duration: 120 min | Practice time: 0 min
12+
| Duration: {duration-chapter1-content} min | Practice time: {duration-chapter1-practice} min
1313
|===
1414

1515
=== Terms and Principles

docs/02-modularization/00-structure.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// ====================================================
44

55
// tag::DE[]
6-
== Modularisierung
6+
== Modularisierung von Systemen in Teilsysteme
77
// end::DE[]
88

99
// tag::EN[]
10-
== Modularization
10+
== Modularization of Systems of Systems
1111
// end::EN[]
1212

1313
include::01-duration-terms.adoc[{include_configuration}]

docs/02-modularization/01-duration-terms.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// tag::DE[]
22
|===
3-
| Dauer: 120 Min. | Übungszeit: 30 Min.
3+
| Dauer: {duration-chapter2-content} Min. | Übungszeit: {duration-chapter2-practice} Min.
44
|===
55

66
=== Begriffe und Konzepte
7+
78
- Motivation für die Dekomposition in kleinere Systeme
89
- Unterschiedliche Arten von Modularisierung, Kopplung
910
- Systemgrenzen als Mittel für Isolation
@@ -15,7 +16,7 @@
1516

1617
// tag::EN[]
1718
|===
18-
| Duration: 120 min | Practice time: 30 min
19+
| Duration: {duration-chapter2-content} min | Practice time: {duration-chapter2-practice} min
1920
|===
2021

2122
=== Terms and Principles

docs/03-modules-organization/01-duration-terms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// tag::DE[]
22
|===
3-
| Dauer: 60 Min. | Übungszeit: 30 Min.
3+
| Dauer: {duration-chapter3-content} Min. | Übungszeit: {duration-chapter3-practice} Min.
44
|===
55

66
=== Begriffe und Konzepte
@@ -9,7 +9,7 @@
99

1010
// tag::EN[]
1111
|===
12-
| Duration: 60 min | Practice time: 30 min
12+
| Duration: {duration-chapter3-content} min | Practice time: {duration-chapter3-practice} min
1313
|===
1414

1515
=== Terms and Principles

docs/04-integration/01-duration-terms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// tag::DE[]
22
|===
3-
| Dauer: 60 Min. | Übungszeit: 30 Min.
3+
| Dauer: {duration-chapter4-content} Min. | Übungszeit: {duration-chapter4-practice} Min.
44
|===
55

66
=== Begriffe und Konzepte
@@ -9,7 +9,7 @@
99

1010
// tag::EN[]
1111
|===
12-
| Duration: 60 min | Practice time: 30 min
12+
| Duration: {duration-chapter4-content} min | Practice time: {duration-chapter4-practice} min
1313
|===
1414

1515
=== Terms and Principles

docs/05-rollout/01-duration-terms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// tag::DE[]
22
|===
3-
| Dauer: 90 Min. | Übungszeit: 30 Min.
3+
| Dauer: {duration-chapter5-content} Min. | Übungszeit: {duration-chapter5-practice} Min.
44
|===
55

66
=== Begriffe und Konzepte
@@ -11,7 +11,7 @@ Moderner Betrieb, DevOps, Infrastructure as Code, Configuration Management.
1111

1212
// tag::EN[]
1313
|===
14-
| Duration: 90 min | Practice time: 30 min
14+
| Duration: {duration-chapter5-content} min | Practice time: {duration-chapter5-practice} min
1515
|===
1616

1717
=== Terms and Principles

docs/06-operations/01-duration-terms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// tag::DE[]
22
|===
3-
| Dauer: 90 Min. | Übungszeit: 30 Min.
3+
| Dauer: {duration-chapter6-content} Min. | Übungszeit: {duration-chapter6-practice} Min.
44
|===
55

66
=== Begriffe und Konzepte
@@ -10,7 +10,7 @@ Monitoring, Operations, Logging, Tracing, Metrics, Alerting.
1010

1111
// tag::EN[]
1212
|===
13-
| Duration: 90 min | Practice time: 30 min
13+
| Duration: {duration-chapter6-content} min | Practice time: {duration-chapter6-practice} min
1414
|===
1515

1616
=== Terms and Principles

docs/07-outlook/00-structure.adoc

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)