Restructure: Split chapters into dedicated files

This commit is contained in:
Laurenz 2024-05-08 15:04:38 +02:00
parent d0f9653b17
commit b54f6811f3
Signed by: C0ffeeCode
SSH key fingerprint: SHA256:prvFOyBjButRypyXm7X8lbbCkly2Dq1PF7e/mrsPVjw
7 changed files with 33 additions and 23 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.insertSpaces": false
}

View 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.

View file

@ -0,0 +1,2 @@
= Project Goal

View file

@ -0,0 +1,2 @@
= Planning and Timeline

View file

@ -0,0 +1,3 @@
= Architecture

View file

@ -0,0 +1,2 @@
= API-Compliance and Testing

View file

@ -14,26 +14,8 @@
date: "2024-04-10", date: "2024-04-10",
) )
= Project Requirements #include "./chapters/01-Project-Requirements.typ"
#include "./chapters/02-Project-Goal.typ"
This chapter will outline the requirements #include "./chapters/03-Planning-and-Timeline.typ"
to be fulfilled by this project in regards to the DHBW. #include "./chapters/04-Architecture.typ"
#include "./chapters/05-API-Compliance-and-Testing.typ"
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, ...