fast fertig
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
{
|
||||
"ZeitraumVon": "01.01.2000",
|
||||
"Beschreibung": "Beschreibung",
|
||||
"Voraussetzungen": "Voraussetzungen",
|
||||
"id": "10",
|
||||
"Firmenbetreuer": "Firmenbetreuer",
|
||||
"ZeitraumBis": "02.02.2000",
|
||||
"Student": "2",
|
||||
"Name": "Name",
|
||||
"Status": "aktuell",
|
||||
"Lehrende": "2",
|
||||
"Firma": "Name"
|
||||
}
|
13
Praktikum2/ppm1/data/Angebote/23.json
Normal file
13
Praktikum2/ppm1/data/Angebote/23.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Name": "Angebot IBM 1",
|
||||
"ZeitraumBis": "01.01.2018",
|
||||
"id": "23",
|
||||
"Firmenbetreuer": "Sepp Meine",
|
||||
"Firma": "IBM",
|
||||
"Voraussetzungen": "Keine",
|
||||
"Lehrender": "7",
|
||||
"Status": "aktuell",
|
||||
"Beschreibung": "Praxisphasenplatz bei IBM",
|
||||
"ZeitraumVon": "01.01.2017",
|
||||
"Student": "9"
|
||||
}
|
@ -1 +1 @@
|
||||
10
|
||||
25
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Sitz": "Sitz",
|
||||
"Name": "Name",
|
||||
"id": "2",
|
||||
"Anzahl Mitarbeiter": "10",
|
||||
"Schwerpunkt": "Schwerpunkt",
|
||||
"Branche": "Branche"
|
||||
}
|
8
Praktikum2/ppm1/data/Firmen/4.json
Normal file
8
Praktikum2/ppm1/data/Firmen/4.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "4",
|
||||
"Branche": "IT",
|
||||
"Sitz": "Cupertino",
|
||||
"Schwerpunkt": "Informatik",
|
||||
"Anzahl Mitarbeiter": "110000",
|
||||
"Name": "Apple"
|
||||
}
|
8
Praktikum2/ppm1/data/Firmen/5.json
Normal file
8
Praktikum2/ppm1/data/Firmen/5.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "5",
|
||||
"Branche": "IT",
|
||||
"Sitz": "Redmond",
|
||||
"Schwerpunkt": "Informatik",
|
||||
"Anzahl Mitarbeiter": "114000",
|
||||
"Name": "Microsoft"
|
||||
}
|
8
Praktikum2/ppm1/data/Firmen/6.json
Normal file
8
Praktikum2/ppm1/data/Firmen/6.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "6",
|
||||
"Branche": "IT",
|
||||
"Sitz": "Armonk",
|
||||
"Schwerpunkt": "Elektrotechnik",
|
||||
"Anzahl Mitarbeiter": "377000",
|
||||
"Name": "IBM"
|
||||
}
|
@ -1 +1 @@
|
||||
2
|
||||
6
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"id": "2",
|
||||
"Name": "Name",
|
||||
"Lehrgebiet": "Lehrgebiet",
|
||||
"Titel": "Titel",
|
||||
"Vorname": "Vorname"
|
||||
}
|
@ -1 +0,0 @@
|
||||
2
|
7
Praktikum2/ppm1/data/Lehrender/5.json
Normal file
7
Praktikum2/ppm1/data/Lehrender/5.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"Titel": "Prof",
|
||||
"id": "5",
|
||||
"Lehrgebiet": "Informatik",
|
||||
"Name": "Heiner",
|
||||
"Vorname": "Theodor"
|
||||
}
|
7
Praktikum2/ppm1/data/Lehrender/6.json
Normal file
7
Praktikum2/ppm1/data/Lehrender/6.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"Titel": "Prof Dr",
|
||||
"id": "6",
|
||||
"Lehrgebiet": "Elektrotechnik",
|
||||
"Name": "Anton",
|
||||
"Vorname": "Emanuel"
|
||||
}
|
7
Praktikum2/ppm1/data/Lehrender/7.json
Normal file
7
Praktikum2/ppm1/data/Lehrender/7.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"Titel": "Prof",
|
||||
"id": "7",
|
||||
"Lehrgebiet": "Informatik",
|
||||
"Name": "Adalbert",
|
||||
"Vorname": "Bastian"
|
||||
}
|
7
Praktikum2/ppm1/data/Lehrender/8.json
Normal file
7
Praktikum2/ppm1/data/Lehrender/8.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"Titel": "Dr",
|
||||
"id": "8",
|
||||
"Lehrgebiet": "Elektrotechnik",
|
||||
"Name": "Leberecht",
|
||||
"Vorname": "Egon"
|
||||
}
|
1
Praktikum2/ppm1/data/Lehrender/last.json
Normal file
1
Praktikum2/ppm1/data/Lehrender/last.json
Normal file
@ -0,0 +1 @@
|
||||
8
|
6
Praktikum2/ppm1/data/Studenten/10.json
Normal file
6
Praktikum2/ppm1/data/Studenten/10.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"Vorname": "Timo",
|
||||
"Name": "Ben",
|
||||
"Matrikelnummer": "3",
|
||||
"id": "10"
|
||||
}
|
6
Praktikum2/ppm1/data/Studenten/11.json
Normal file
6
Praktikum2/ppm1/data/Studenten/11.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"Vorname": "Korbinian",
|
||||
"Name": "Moritz",
|
||||
"Matrikelnummer": "6",
|
||||
"id": "11"
|
||||
}
|
6
Praktikum2/ppm1/data/Studenten/12.json
Normal file
6
Praktikum2/ppm1/data/Studenten/12.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"Vorname": "Alfons",
|
||||
"Name": "Meine",
|
||||
"Matrikelnummer": "4",
|
||||
"id": "12"
|
||||
}
|
6
Praktikum2/ppm1/data/Studenten/13.json
Normal file
6
Praktikum2/ppm1/data/Studenten/13.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "13",
|
||||
"Name": "Edmund",
|
||||
"Vorname": "Adalbert",
|
||||
"Matrikelnummer": "1"
|
||||
}
|
6
Praktikum2/ppm1/data/Studenten/14.json
Normal file
6
Praktikum2/ppm1/data/Studenten/14.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "14",
|
||||
"Name": "test",
|
||||
"Vorname": "test",
|
||||
"Matrikelnummer": "2"
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"Name": "Name",
|
||||
"id": "2",
|
||||
"Matrikelnummer": "1234",
|
||||
"Vorname": "Vorname"
|
||||
}
|
6
Praktikum2/ppm1/data/Studenten/9.json
Normal file
6
Praktikum2/ppm1/data/Studenten/9.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"Vorname": "Gregor",
|
||||
"Name": "Klemens",
|
||||
"Matrikelnummer": "2",
|
||||
"id": "9"
|
||||
}
|
@ -1 +1 @@
|
||||
2
|
||||
14
|
Reference in New Issue
Block a user