fast fertig

This commit is contained in:
darthsandmann
2016-11-17 12:36:16 +01:00
parent 50f239ad08
commit f804e2bacd
33 changed files with 307 additions and 112 deletions

View File

@ -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"
}

View 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"
}

View File

@ -1 +1 @@
10
25

View File

@ -1,8 +0,0 @@
{
"Sitz": "Sitz",
"Name": "Name",
"id": "2",
"Anzahl Mitarbeiter": "10",
"Schwerpunkt": "Schwerpunkt",
"Branche": "Branche"
}

View File

@ -0,0 +1,8 @@
{
"id": "4",
"Branche": "IT",
"Sitz": "Cupertino",
"Schwerpunkt": "Informatik",
"Anzahl Mitarbeiter": "110000",
"Name": "Apple"
}

View File

@ -0,0 +1,8 @@
{
"id": "5",
"Branche": "IT",
"Sitz": "Redmond",
"Schwerpunkt": "Informatik",
"Anzahl Mitarbeiter": "114000",
"Name": "Microsoft"
}

View File

@ -0,0 +1,8 @@
{
"id": "6",
"Branche": "IT",
"Sitz": "Armonk",
"Schwerpunkt": "Elektrotechnik",
"Anzahl Mitarbeiter": "377000",
"Name": "IBM"
}

View File

@ -1 +1 @@
2
6

View File

@ -1,7 +0,0 @@
{
"id": "2",
"Name": "Name",
"Lehrgebiet": "Lehrgebiet",
"Titel": "Titel",
"Vorname": "Vorname"
}

View File

@ -1 +0,0 @@
2

View File

@ -0,0 +1,7 @@
{
"Titel": "Prof",
"id": "5",
"Lehrgebiet": "Informatik",
"Name": "Heiner",
"Vorname": "Theodor"
}

View File

@ -0,0 +1,7 @@
{
"Titel": "Prof Dr",
"id": "6",
"Lehrgebiet": "Elektrotechnik",
"Name": "Anton",
"Vorname": "Emanuel"
}

View File

@ -0,0 +1,7 @@
{
"Titel": "Prof",
"id": "7",
"Lehrgebiet": "Informatik",
"Name": "Adalbert",
"Vorname": "Bastian"
}

View File

@ -0,0 +1,7 @@
{
"Titel": "Dr",
"id": "8",
"Lehrgebiet": "Elektrotechnik",
"Name": "Leberecht",
"Vorname": "Egon"
}

View File

@ -0,0 +1 @@
8

View File

@ -0,0 +1,6 @@
{
"Vorname": "Timo",
"Name": "Ben",
"Matrikelnummer": "3",
"id": "10"
}

View File

@ -0,0 +1,6 @@
{
"Vorname": "Korbinian",
"Name": "Moritz",
"Matrikelnummer": "6",
"id": "11"
}

View File

@ -0,0 +1,6 @@
{
"Vorname": "Alfons",
"Name": "Meine",
"Matrikelnummer": "4",
"id": "12"
}

View File

@ -0,0 +1,6 @@
{
"id": "13",
"Name": "Edmund",
"Vorname": "Adalbert",
"Matrikelnummer": "1"
}

View File

@ -0,0 +1,6 @@
{
"id": "14",
"Name": "test",
"Vorname": "test",
"Matrikelnummer": "2"
}

View File

@ -1,6 +0,0 @@
{
"Name": "Name",
"id": "2",
"Matrikelnummer": "1234",
"Vorname": "Vorname"
}

View File

@ -0,0 +1,6 @@
{
"Vorname": "Gregor",
"Name": "Klemens",
"Matrikelnummer": "2",
"id": "9"
}

View File

@ -1 +1 @@
2
14