Praktikum 2 Progress
This commit is contained in:
8
Praktikum2/ppm1/data/companies/0.json
Normal file
8
Praktikum2/ppm1/data/companies/0.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"anzahlMitarbeiter": "anzahlMitarbeiter",
|
||||
"schwerpunkt": "schwerpunkt",
|
||||
"id": "0",
|
||||
"sitz": "sitz",
|
||||
"branche": "branche",
|
||||
"name": "name"
|
||||
}
|
1
Praktikum2/ppm1/data/companies/last.json
Normal file
1
Praktikum2/ppm1/data/companies/last.json
Normal file
@ -0,0 +1 @@
|
||||
0
|
8
Praktikum2/ppm1/data/offerings/0.json
Normal file
8
Praktikum2/ppm1/data/offerings/0.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"voraussetzungen": "voraussetzungen",
|
||||
"beschreibung": "beschreibung",
|
||||
"firmenbetreuer": "firmenbetreuer",
|
||||
"company": "company",
|
||||
"id": "0",
|
||||
"name": "name"
|
||||
}
|
1
Praktikum2/ppm1/data/offerings/last.json
Normal file
1
Praktikum2/ppm1/data/offerings/last.json
Normal file
@ -0,0 +1 @@
|
||||
0
|
6
Praktikum2/ppm1/data/students/33.json
Normal file
6
Praktikum2/ppm1/data/students/33.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"matrikelnummer": "matrikelnummer",
|
||||
"vorname": "vorname",
|
||||
"id": "33",
|
||||
"name": "name"
|
||||
}
|
6
Praktikum2/ppm1/data/students/34.json
Normal file
6
Praktikum2/ppm1/data/students/34.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"matrikelnummer": "test",
|
||||
"name": "test",
|
||||
"vorname": "test",
|
||||
"id": "34"
|
||||
}
|
6
Praktikum2/ppm1/data/students/35.json
Normal file
6
Praktikum2/ppm1/data/students/35.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "35",
|
||||
"matrikelnummer": "1234",
|
||||
"vorname": "test2",
|
||||
"name": "test2"
|
||||
}
|
1
Praktikum2/ppm1/data/students/last.json
Normal file
1
Praktikum2/ppm1/data/students/last.json
Normal file
@ -0,0 +1 @@
|
||||
35
|
7
Praktikum2/ppm1/data/teachers/0.json
Normal file
7
Praktikum2/ppm1/data/teachers/0.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"titel": "titel",
|
||||
"id": "0",
|
||||
"lehrgebiet": "lehrgebiet",
|
||||
"name": "name",
|
||||
"vorname": "vorname"
|
||||
}
|
1
Praktikum2/ppm1/data/teachers/last.json
Normal file
1
Praktikum2/ppm1/data/teachers/last.json
Normal file
@ -0,0 +1 @@
|
||||
0
|
Reference in New Issue
Block a user