This commit is contained in:
markushaslinger 2024-09-21 14:30:31 +00:00
commit 70ebd1b984
137 changed files with 432 additions and 0 deletions

28
data/departments.json Normal file
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": []
}
]