Restructure: Split chapters into dedicated files
This commit is contained in:
parent
d0f9653b17
commit
b54f6811f3
7 changed files with 33 additions and 23 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false
|
||||
}
|
||||
14
chapters/01-Project-Requirements.typ
Normal file
14
chapters/01-Project-Requirements.typ
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
= Project Requirements
|
||||
|
||||
This chapter will outline the requirements
|
||||
to be fulfilled by this project in regards to the DHBW.
|
||||
|
||||
Eines der Gruppenmitglieder muss bis zum TODO folgende Dateien hier hochladen:
|
||||
|
||||
- Ausarbeitung als PDF (use dhbw template later on)
|
||||
- Präsentation als PDF
|
||||
- Textdatei mit Teilnehmern, Projekttitel und Kurzbeschreibung
|
||||
- Programmentwurf (komplettes Repository, was bewertet wird) als ZIP / TAR
|
||||
|
||||
Die Prüfungsleistung muss bis spätestens zum TODO hier abgegeben werden. Spätere Abgaben sind nicht möglich.
|
||||
2
chapters/02-Project-Goal.typ
Normal file
2
chapters/02-Project-Goal.typ
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
= Project Goal
|
||||
2
chapters/03-Planning-and-Timeline.typ
Normal file
2
chapters/03-Planning-and-Timeline.typ
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
= Planning and Timeline
|
||||
3
chapters/04-Architecture.typ
Normal file
3
chapters/04-Architecture.typ
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
= Architecture
|
||||
|
||||
2
chapters/05-API-Compliance-and-Testing.typ
Normal file
2
chapters/05-API-Compliance-and-Testing.typ
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
= API-Compliance and Testing
|
||||
|
|
@ -14,26 +14,8 @@
|
|||
date: "2024-04-10",
|
||||
)
|
||||
|
||||
= Project Requirements
|
||||
|
||||
This chapter will outline the requirements
|
||||
to be fulfilled by this project in regards to the DHBW.
|
||||
|
||||
Eines der Gruppenmitglieder muss bis zum TODO folgende Dateien hier hochladen:
|
||||
|
||||
- Ausarbeitung als PDF (use dhbw template later on)
|
||||
- Präsentation als PDF
|
||||
- Textdatei mit Teilnehmern, Projekttitel und Kurzbeschreibung
|
||||
- Programmentwurf (komplettes Repository, was bewertet wird) als ZIP / TAR
|
||||
|
||||
Die Prüfungsleistung muss bis spätestens zum TODO hier abgegeben werden. Spätere Abgaben sind nicht möglich.
|
||||
|
||||
= Project Goal
|
||||
|
||||
= Planning & Timeline
|
||||
|
||||
= API-Compliance & Testing
|
||||
|
||||
= Architecture
|
||||
|
||||
In regards to crates, ...
|
||||
#include "./chapters/01-Project-Requirements.typ"
|
||||
#include "./chapters/02-Project-Goal.typ"
|
||||
#include "./chapters/03-Planning-and-Timeline.typ"
|
||||
#include "./chapters/04-Architecture.typ"
|
||||
#include "./chapters/05-API-Compliance-and-Testing.typ"
|
||||
|
|
|
|||
Loading…
Reference in a new issue