This commit is contained in:
Markus 2024-09-21 16:19:49 +02:00
commit 7b9d778eb3
29 changed files with 4876 additions and 0 deletions

View file

@ -0,0 +1,28 @@
[
{
"id": 1,
"name": "Höhere Abteilung für Informatik",
"programs": [
"School of Software Engineering",
"Computer Science International"
]
},
{
"id": 2,
"name": "Höhere Abteilung für IT-Medientechnik",
"programs": []
},
{
"id": 3,
"name": "Abteilung für Elektronik und Technische Informatik",
"programs": [
"Höhere Abteilung",
"Fachschule"
]
},
{
"id": 4,
"name": "Höhere Abteilung für Medizintechnik",
"programs": []
}
]