deploy: 7b9d778eb3
This commit is contained in:
commit
70ebd1b984
137 changed files with 432 additions and 0 deletions
28
data/departments.json
Normal file
28
data/departments.json
Normal 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": []
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue