From 4e9998610bf39279876a92cbca73b958cdc6ffb6 Mon Sep 17 00:00:00 2001 From: Mathias Bolt Lesniak Date: Thu, 2 May 2024 08:24:54 +0200 Subject: [PATCH] [FEATURE] S1 D1 Lesson titles, prerequisites, and goals (#772) Resolves: #33 #58 #59 #60 #61 #62 #63 #64 --- .../Stage-1-Introduction/Day-1/Lesson-1.rst | 30 ++++++++-------- .../Stage-1-Introduction/Day-1/Lesson-2.rst | 34 +++++++++++-------- .../Stage-1-Introduction/Day-1/Lesson-3.rst | 28 +++++++-------- .../Stage-1-Introduction/Day-1/Lesson-4.rst | 25 ++++++-------- .../Stage-1-Introduction/Day-1/Lesson-5.rst | 23 ++++--------- .../Stage-1-Introduction/Day-1/Lesson-6.rst | 19 ++++------- .../Stage-1-Introduction/Day-1/Lesson-7.rst | 25 ++++++-------- 7 files changed, 80 insertions(+), 104 deletions(-) diff --git a/Documentation/Stage-1-Introduction/Day-1/Lesson-1.rst b/Documentation/Stage-1-Introduction/Day-1/Lesson-1.rst index 630f635..5662722 100644 --- a/Documentation/Stage-1-Introduction/Day-1/Lesson-1.rst +++ b/Documentation/Stage-1-Introduction/Day-1/Lesson-1.rst @@ -2,9 +2,9 @@ .. _s1-d1-l1 -==================== -Lesson 1 — ADD TITLE -==================== +======================================== +Lesson 1 — Who Are We and What Is a CMS? +======================================== .. _s1-d1-l1-prerequisites-goals @@ -26,9 +26,7 @@ Theoretical prerequisites This lesson assumes that you already know the following: -* Item 1 -* Item 2 -* Item 3 +* The general prerequisites for Stage 1 .. _s1-d1-l1-practical-prerequisites @@ -38,9 +36,7 @@ Practical prerequisites Before you start this lesson, please have the following things ready: -* Item 1 -* Item 2 -* Item 3 +* The general prerequisites for Stage 1 .. _s1-d1-l1-goals @@ -55,9 +51,12 @@ Theoretical goals By the end of this lesson, you should know the following: -* Item 1 -* Item 2 -* Item 3 +* What the goals of the training is +* What will happen today +* What will happen this week +* Who the participants are (students and teachers) +* What the participants’ professional backgrounds are and what they already know about the topics. +* What (superficially) constitutes a content management system (CMS) .. _s1-d1-l1-practical-goals @@ -67,9 +66,10 @@ Practical goals By the end of this lesson, you should have completed the following: -* Item 1 -* Item 2 -* Item 3 +* Introduced yourself +* Gotten to know the names of the other participants (students and teachers) +* Gotten to know what the other participants professional backgrounds are +* Discussed what a CMS is .. _s1-d1-l1-resources diff --git a/Documentation/Stage-1-Introduction/Day-1/Lesson-2.rst b/Documentation/Stage-1-Introduction/Day-1/Lesson-2.rst index 44d445d..474573f 100644 --- a/Documentation/Stage-1-Introduction/Day-1/Lesson-2.rst +++ b/Documentation/Stage-1-Introduction/Day-1/Lesson-2.rst @@ -2,9 +2,9 @@ .. _s1-d1-l2 -==================== -Lesson 2 — ADD TITLE -==================== +==================================== +Lesson 2 — Introduction to TYPO3 CMS +==================================== .. _s1-d1-l2-prerequisites-goals @@ -26,9 +26,7 @@ Theoretical prerequisites This lesson assumes that you already know the following: -* Item 1 -* Item 2 -* Item 3 +* What (superficially) constitutes a content management system (CMS) .. _s1-d1-l2-practical-prerequisites @@ -38,9 +36,7 @@ Practical prerequisites Before you start this lesson, please have the following things ready: -* Item 1 -* Item 2 -* Item 3 +* The general prerequisites for Stage 1 .. _s1-d1-l2-goals @@ -55,9 +51,14 @@ Theoretical goals By the end of this lesson, you should know the following: -* Item 1 -* Item 2 -* Item 3 +* What TYPO3 is +* What TYPO3’s main strengths are +* How to log in to TYPO3 +* How to differentiate and use the main parts of the TYPO3 editing user interface +* How to create a new page in the TYPO3 page tree +* How to add content to a page in TYPO3 +* How to enable a page using the page tree’s context menu +* How to preview a page in the frontend using the page tree’s context menu .. _s1-d1-l2-practical-goals @@ -67,9 +68,12 @@ Practical goals By the end of this lesson, you should have completed the following: -* Item 1 -* Item 2 -* Item 3 +* Logged into a TYPO3 backend hosted remotely or on the teacher’s computer. +* Used and acquainted yourself the main parts of the TYPO3 user interface. +* Created a new page in the TYPO3 page tree +* Added content to a page in TYPO3 +* Enabled a page in TYPO3 +* Previewed a TYPO3 page in the frontend .. _s1-d1-l2-resources diff --git a/Documentation/Stage-1-Introduction/Day-1/Lesson-3.rst b/Documentation/Stage-1-Introduction/Day-1/Lesson-3.rst index 91d4fc1..7596e73 100644 --- a/Documentation/Stage-1-Introduction/Day-1/Lesson-3.rst +++ b/Documentation/Stage-1-Introduction/Day-1/Lesson-3.rst @@ -2,9 +2,9 @@ .. _s1-d1-l3 -==================== -Lesson 3 — ADD TITLE -==================== +================================= +Lesson 3 — Core Concepts of TYPO3 +================================= .. _s1-d1-l3-prerequisites-goals @@ -26,21 +26,17 @@ Theoretical prerequisites This lesson assumes that you already know the following: -* Item 1 -* Item 2 -* Item 3 +* The knowledge from today's previous lessons. -.. _s1-d1-l3-practical-prerequisites +.. _s1-d1-l3-l7-practical-prerequisites Practical prerequisites ~~~~~~~~~~~~~~~~~~~~~~~ Before you start this lesson, please have the following things ready: -* Item 1 -* Item 2 -* Item 3 +* You have completed the tasks in the previous lessons and have access to a TYPO3 backend. .. _s1-d1-l3-goals @@ -55,9 +51,10 @@ Theoretical goals By the end of this lesson, you should know the following: -* Item 1 -* Item 2 -* Item 3 +* What TYPO3 needs in order to function (database, PHP, server, etc.) +* How non-page records may be stored within pages in TYPO3. +* The relationship between sites and pages in TYPO3. +* The concept of content types in TYPO3. .. _s1-d1-l3-practical-goals @@ -67,9 +64,8 @@ Practical goals By the end of this lesson, you should have completed the following: -* Item 1 -* Item 2 -* Item 3 +* Viewed content elements as records using the List module. +* Created another type of record (not a content element) on a page. .. _s1-d1-l3-resources diff --git a/Documentation/Stage-1-Introduction/Day-1/Lesson-4.rst b/Documentation/Stage-1-Introduction/Day-1/Lesson-4.rst index 6eaf607..c103f25 100644 --- a/Documentation/Stage-1-Introduction/Day-1/Lesson-4.rst +++ b/Documentation/Stage-1-Introduction/Day-1/Lesson-4.rst @@ -2,9 +2,9 @@ .. _s1-d1-l4 -==================== -Lesson 4 — ADD TITLE -==================== +======================================================================= +Lesson 4 — What does it need? A Local Development Environment for TYPO3 +======================================================================= .. _s1-d1-l4-prerequisites-goals @@ -26,9 +26,7 @@ Theoretical prerequisites This lesson assumes that you already know the following: -* Item 1 -* Item 2 -* Item 3 +* The knowledge from today's previous lessons. .. _s1-d1-l4-practical-prerequisites @@ -38,9 +36,7 @@ Practical prerequisites Before you start this lesson, please have the following things ready: -* Item 1 -* Item 2 -* Item 3 +* The general prerequisites for Stage 1 .. _s1-d1-l4-goals @@ -55,9 +51,10 @@ Theoretical goals By the end of this lesson, you should know the following: -* Item 1 -* Item 2 -* Item 3 +* What server software TYPO3 needs in order to function +* What software isn't strictly required, but that makes TYPO3 function optimally +* The outline of a local development environment for TYPO3 based on Git, Docker, and DDEV +* The role Git, Docker, and DDEV play (what they are used for) .. _s1-d1-l4-practical-goals @@ -67,9 +64,7 @@ Practical goals By the end of this lesson, you should have completed the following: -* Item 1 -* Item 2 -* Item 3 +* Have installed Git on your computer .. _s1-d1-l4-resources diff --git a/Documentation/Stage-1-Introduction/Day-1/Lesson-5.rst b/Documentation/Stage-1-Introduction/Day-1/Lesson-5.rst index aa26e11..27178d5 100644 --- a/Documentation/Stage-1-Introduction/Day-1/Lesson-5.rst +++ b/Documentation/Stage-1-Introduction/Day-1/Lesson-5.rst @@ -2,9 +2,9 @@ .. _s1-d1-l5 -==================== -Lesson 5 — ADD TITLE -==================== +===================================== +Lesson 5 — Installing Docker and DDEV +===================================== .. _s1-d1-l5-prerequisites-goals @@ -26,9 +26,7 @@ Theoretical prerequisites This lesson assumes that you already know the following: -* Item 1 -* Item 2 -* Item 3 +* You have completed the previous lesson .. _s1-d1-l5-practical-prerequisites @@ -38,10 +36,7 @@ Practical prerequisites Before you start this lesson, please have the following things ready: -* Item 1 -* Item 2 -* Item 3 - +* You have started installing Git on your computer. .. _s1-d1-l5-goals @@ -55,9 +50,7 @@ Theoretical goals By the end of this lesson, you should know the following: -* Item 1 -* Item 2 -* Item 3 +* How to install Git, Docker, and DDEV on your local computer .. _s1-d1-l5-practical-goals @@ -67,9 +60,7 @@ Practical goals By the end of this lesson, you should have completed the following: -* Item 1 -* Item 2 -* Item 3 +* Completed installation of Git and Docker .. _s1-d1-l5-resources diff --git a/Documentation/Stage-1-Introduction/Day-1/Lesson-6.rst b/Documentation/Stage-1-Introduction/Day-1/Lesson-6.rst index b67e636..55c5a37 100644 --- a/Documentation/Stage-1-Introduction/Day-1/Lesson-6.rst +++ b/Documentation/Stage-1-Introduction/Day-1/Lesson-6.rst @@ -26,9 +26,7 @@ Theoretical prerequisites This lesson assumes that you already know the following: -* Item 1 -* Item 2 -* Item 3 +* The knowledge from today's previous lessons. .. _s1-d1-l6-practical-prerequisites @@ -38,9 +36,8 @@ Practical prerequisites Before you start this lesson, please have the following things ready: -* Item 1 -* Item 2 -* Item 3 +* Git is installed on your computer +* Docker is installed or in the process of installing on your computer. .. _s1-d1-l6-goals @@ -55,9 +52,8 @@ Theoretical goals By the end of this lesson, you should know the following: -* Item 1 -* Item 2 -* Item 3 +* How to start and stop Docker and DDEV +* Basic Git commands .. _s1-d1-l6-practical-goals @@ -67,9 +63,8 @@ Practical goals By the end of this lesson, you should have completed the following: -* Item 1 -* Item 2 -* Item 3 +* Installation of Docker and DDEV +* Pulled TYPO3's source files from a remote Git repository as the first step of installing the CMS. .. _s1-d1-l6-resources diff --git a/Documentation/Stage-1-Introduction/Day-1/Lesson-7.rst b/Documentation/Stage-1-Introduction/Day-1/Lesson-7.rst index f472004..860b9bf 100644 --- a/Documentation/Stage-1-Introduction/Day-1/Lesson-7.rst +++ b/Documentation/Stage-1-Introduction/Day-1/Lesson-7.rst @@ -2,9 +2,9 @@ .. _s1-d1-l7 -==================== -Lesson 7 — ADD TITLE -==================== +============================= +Lesson 7 — Recap and Catch-Up +============================= .. _s1-d1-l7-prerequisites-goals @@ -26,9 +26,7 @@ Theoretical prerequisites This lesson assumes that you already know the following: -* Item 1 -* Item 2 -* Item 3 +* The content of today's previous lessons. .. _s1-d1-l7-practical-prerequisites @@ -38,9 +36,8 @@ Practical prerequisites Before you start this lesson, please have the following things ready: -* Item 1 -* Item 2 -* Item 3 +* A list of your unanswered questions from previous lessons (if any). +* A list of any uncompleted tasks from previous lessons (if any) and what you need from the teacher to complete them. .. _s1-d1-l7-goals @@ -55,9 +52,9 @@ Theoretical goals By the end of this lesson, you should know the following: -* Item 1 -* Item 2 -* Item 3 +* The answers to any questions you have from earlier in the day or information about when the questions will be answered. +* How the day has gone for the other participants and what their questions are. +* What to expect for tomorrow. .. _s1-d1-l7-practical-goals @@ -67,9 +64,7 @@ Practical goals By the end of this lesson, you should have completed the following: -* Item 1 -* Item 2 -* Item 3 +* You should have completed any outstanding tasks or know what to do in order to complete them. .. _s1-d1-l7-resources