From 32c0499bcaeb217f2da20ac2b710c2c3dc3443cc Mon Sep 17 00:00:00 2001 From: dret Date: Thu, 14 Nov 2024 13:43:28 +0100 Subject: [PATCH] suggesting names for folders 3-8 --- .../00-structure.adoc | 0 .../01-duration-terms.adoc | 0 .../02-learning-goals.adoc | 0 .../references.adoc | 0 .../00-structure.adoc | 0 .../01-duration-terms.adoc | 0 .../02-learning-goals.adoc | 0 .../references.adoc | 0 .../00-structure.adoc | 0 .../01-duration-terms.adoc | 0 .../02-learning-goals.adoc | 0 .../references.adoc | 0 docs/06-api-lifecycle/00-structure.adoc | 18 ++++++++++ docs/06-api-lifecycle/01-duration-terms.adoc | 29 ++++++++++++++++ docs/06-api-lifecycle/02-learning-goals.adoc | 34 +++++++++++++++++++ docs/06-api-lifecycle/references.adoc | 19 +++++++++++ docs/07-api-security/00-structure.adoc | 18 ++++++++++ docs/07-api-security/01-duration-terms.adoc | 29 ++++++++++++++++ docs/07-api-security/02-learning-goals.adoc | 34 +++++++++++++++++++ docs/07-api-security/references.adoc | 19 +++++++++++ docs/08-api-governance/00-structure.adoc | 18 ++++++++++ docs/08-api-governance/01-duration-terms.adoc | 29 ++++++++++++++++ docs/08-api-governance/02-learning-goals.adoc | 34 +++++++++++++++++++ docs/08-api-governance/references.adoc | 19 +++++++++++ docs/curriculum-api.adoc | 15 ++++++-- 25 files changed, 312 insertions(+), 3 deletions(-) rename docs/{03-module-block-3 => 03-api-styles}/00-structure.adoc (100%) rename docs/{03-module-block-3 => 03-api-styles}/01-duration-terms.adoc (100%) rename docs/{03-module-block-3 => 03-api-styles}/02-learning-goals.adoc (100%) rename docs/{03-module-block-3 => 03-api-styles}/references.adoc (100%) rename docs/{04-module-block-4 => 04-api-design}/00-structure.adoc (100%) rename docs/{04-module-block-4 => 04-api-design}/01-duration-terms.adoc (100%) rename docs/{04-module-block-4 => 04-api-design}/02-learning-goals.adoc (100%) rename docs/{04-module-block-4 => 04-api-design}/references.adoc (100%) rename docs/{05-module-block-5 => 05-openapi}/00-structure.adoc (100%) rename docs/{05-module-block-5 => 05-openapi}/01-duration-terms.adoc (100%) rename docs/{05-module-block-5 => 05-openapi}/02-learning-goals.adoc (100%) rename docs/{05-module-block-5 => 05-openapi}/references.adoc (100%) create mode 100644 docs/06-api-lifecycle/00-structure.adoc create mode 100644 docs/06-api-lifecycle/01-duration-terms.adoc create mode 100644 docs/06-api-lifecycle/02-learning-goals.adoc create mode 100644 docs/06-api-lifecycle/references.adoc create mode 100644 docs/07-api-security/00-structure.adoc create mode 100644 docs/07-api-security/01-duration-terms.adoc create mode 100644 docs/07-api-security/02-learning-goals.adoc create mode 100644 docs/07-api-security/references.adoc create mode 100644 docs/08-api-governance/00-structure.adoc create mode 100644 docs/08-api-governance/01-duration-terms.adoc create mode 100644 docs/08-api-governance/02-learning-goals.adoc create mode 100644 docs/08-api-governance/references.adoc diff --git a/docs/03-module-block-3/00-structure.adoc b/docs/03-api-styles/00-structure.adoc similarity index 100% rename from docs/03-module-block-3/00-structure.adoc rename to docs/03-api-styles/00-structure.adoc diff --git a/docs/03-module-block-3/01-duration-terms.adoc b/docs/03-api-styles/01-duration-terms.adoc similarity index 100% rename from docs/03-module-block-3/01-duration-terms.adoc rename to docs/03-api-styles/01-duration-terms.adoc diff --git a/docs/03-module-block-3/02-learning-goals.adoc b/docs/03-api-styles/02-learning-goals.adoc similarity index 100% rename from docs/03-module-block-3/02-learning-goals.adoc rename to docs/03-api-styles/02-learning-goals.adoc diff --git a/docs/03-module-block-3/references.adoc b/docs/03-api-styles/references.adoc similarity index 100% rename from docs/03-module-block-3/references.adoc rename to docs/03-api-styles/references.adoc diff --git a/docs/04-module-block-4/00-structure.adoc b/docs/04-api-design/00-structure.adoc similarity index 100% rename from docs/04-module-block-4/00-structure.adoc rename to docs/04-api-design/00-structure.adoc diff --git a/docs/04-module-block-4/01-duration-terms.adoc b/docs/04-api-design/01-duration-terms.adoc similarity index 100% rename from docs/04-module-block-4/01-duration-terms.adoc rename to docs/04-api-design/01-duration-terms.adoc diff --git a/docs/04-module-block-4/02-learning-goals.adoc b/docs/04-api-design/02-learning-goals.adoc similarity index 100% rename from docs/04-module-block-4/02-learning-goals.adoc rename to docs/04-api-design/02-learning-goals.adoc diff --git a/docs/04-module-block-4/references.adoc b/docs/04-api-design/references.adoc similarity index 100% rename from docs/04-module-block-4/references.adoc rename to docs/04-api-design/references.adoc diff --git a/docs/05-module-block-5/00-structure.adoc b/docs/05-openapi/00-structure.adoc similarity index 100% rename from docs/05-module-block-5/00-structure.adoc rename to docs/05-openapi/00-structure.adoc diff --git a/docs/05-module-block-5/01-duration-terms.adoc b/docs/05-openapi/01-duration-terms.adoc similarity index 100% rename from docs/05-module-block-5/01-duration-terms.adoc rename to docs/05-openapi/01-duration-terms.adoc diff --git a/docs/05-module-block-5/02-learning-goals.adoc b/docs/05-openapi/02-learning-goals.adoc similarity index 100% rename from docs/05-module-block-5/02-learning-goals.adoc rename to docs/05-openapi/02-learning-goals.adoc diff --git a/docs/05-module-block-5/references.adoc b/docs/05-openapi/references.adoc similarity index 100% rename from docs/05-module-block-5/references.adoc rename to docs/05-openapi/references.adoc diff --git a/docs/06-api-lifecycle/00-structure.adoc b/docs/06-api-lifecycle/00-structure.adoc new file mode 100644 index 0000000..9a32fdf --- /dev/null +++ b/docs/06-api-lifecycle/00-structure.adoc @@ -0,0 +1,18 @@ +// header file for curriculum section 5: Lerneinheit 5 +// (c) iSAQB e.V. (https://isaqb.org) +// ==================================================== + +// tag::DE[] +== Und so heißt Modul 5 +// end::DE[] + +// tag::EN[] +== And This is Module no 5 +// end::EN[] + +include::01-duration-terms.adoc[{include_configuration}] + +include::02-learning-goals.adoc[{include_configuration}] + +// references (if any!) +include::references.adoc[{include_configuration}] diff --git a/docs/06-api-lifecycle/01-duration-terms.adoc b/docs/06-api-lifecycle/01-duration-terms.adoc new file mode 100644 index 0000000..d1bb5f8 --- /dev/null +++ b/docs/06-api-lifecycle/01-duration-terms.adoc @@ -0,0 +1,29 @@ +// tag::DE[] +|=== +| Dauer: XXX Min. | Übungszeit: XXX Min. +|=== + +=== Begriffe und Konzepte +Begriff 1, Begriff 2, Begriff 3 + +// end::DE[] + +// tag::EN[] +|=== +| Duration: XXX min | Practice time: XXX min +|=== + +=== Terms and Principles +Term 1, Term 2, Term 3 + +// end::EN[] + +[NOTE] +==== +Überschrift in 00-structure.adoc ersetzen +==== + +[NOTE] +==== +Sinnvolle Zeiten für Dauer und Übungszeit eintragen, vernünftige Begriffe aufzählen. +==== diff --git a/docs/06-api-lifecycle/02-learning-goals.adoc b/docs/06-api-lifecycle/02-learning-goals.adoc new file mode 100644 index 0000000..026e525 --- /dev/null +++ b/docs/06-api-lifecycle/02-learning-goals.adoc @@ -0,0 +1,34 @@ +=== {learning-goals} + + +// tag::DE[] +[[LZ-5-1]] +==== LZ 5-1: Dies ist das erste Lernziel in Kapitel 5, lorem ipsum sit dolor + +Hier wird beschrieben, was Teilnehmer:innen in diesem Lernziel lernen sollen. Das kann in Prosa-Text +in ganzen Sätzen oder in Aufzählungen mit Unterpunkten erfolgen. Dabei kann auch unterschieden werden, +wie wichtig einzelne Aspekte des Lernziels sind. Es kann hier bereits auf Literatur verwiesen werden. + +* Erstes Teilziel +* Zweites Unterthema +* Dritter Aspekt + +[[LZ-5-2]] +==== LZ 5-2: Hier ist ein zweites Lernziel in diesem Kapitel +tbd. +// end::DE[] + +// tag::EN[] +[[LG-5-1]] +==== LG 5-1: TBD +tbd. + +[[LG-5-2]] +==== LG 5-2: TBD +tbd. +// end::EN[] + +[NOTE] +==== +Die einzelnen Lernziele müssen nicht als einfache Aufzählungen mit Unterpunkten aufgeführt werden, sondern können auch gerne in ganzen Sätzen formuliert werden, welche die einzelnen Punkte (sofern möglich) integrieren. +==== diff --git a/docs/06-api-lifecycle/references.adoc b/docs/06-api-lifecycle/references.adoc new file mode 100644 index 0000000..459da49 --- /dev/null +++ b/docs/06-api-lifecycle/references.adoc @@ -0,0 +1,19 @@ +=== {references} + +<> + +[NOTE] +==== +Eine Quelle wird über `\<