Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinrichtungView
Please create a React-JS view called "EinrichtungView" for the fields of the Einrichtung entity. The EinrichtungView must contain the following fields: - name: AktivBis type: DATE - name: AktivSeit type: DATE - name: Bundesland type: STRING - name: Einrichtungstyp type: STRING - name: JugendamtZustaendig type: Jugendamt - name: Name type: STRING - name: Ort type: STRING - name: Traeger type: STRING The data source for the [JugendamtZustaendig] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) An existing Einrichtung entity should be loaded from the relative URL: "/EinrichtungService/einrichtung/{id}" (HTTP-GET) If a new Einrichtung entity has been created, the new entity should be posted to the relative URL: "/EinrichtungService/einrichtung" (HTTP-POST) If an existing Einrichtung entity has been updated, the modified entity should be sent to the relative URL: "/EinrichtungService/einrichtung/{id}" (HTTP-PUT) If an existing Einrichtung entity has to be deleted, the following relative URL should be called: "/EinrichtungService/einrichtung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Betriebserlaubnis columns: - column: RechtsgrundlageParagraf - column: Einrichtung - column: Ruecknahmedatum - column: Erteilungsdatum - column: Auflagen - column: Widerrufsdatum The table should have the title "Betriebserlaubniss" und the data must be loaded from the server with the following relative URL: "/EinrichtungService/betriebserlaubnis/einrichtung/{id}" Add a HTML table to the view with the following Taetigkeitsuntersagung columns: - column: RechtsgrundlageParagraf - column: Einrichtung - column: Jugendamt - column: BetroffenePerson - column: Grund - column: Datum The table should have the title "Taetigkeitsuntersagungs" und the data must be loaded from the server with the following relative URL: "/PflegepersonService/taetigkeitsuntersagung/einrichtung/{id}" Add a HTML table to the view with the following EinrichtungFreierTraeger columns: - column: Einrichtung - column: BeginnTraegerschaft - column: EndeTraegerschaft - column: FreierTraeger The table should have the title "EinrichtungFreierTraegers" und the data must be loaded from the server with the following relative URL: "/FreierTraegerService/einrichtungfreiertraeger/einrichtung/{id}" Add a HTML table to the view with the following InobhutnahmeFall columns: - column: Pflegeperson - column: Beginn - column: GerichtlicheEntscheidung - column: GerichtlicheEntscheidungErforderlich - column: Einrichtung - column: Jugendamt - column: Grund - column: Unterbringungsart - column: Familie - column: Ende - column: GegenWillenSorgeberechtigter - column: BetroffenePerson The table should have the title "InobhutnahmeFalls" und the data must be loaded from the server with the following relative URL: "/FreierTraegerService/inobhutnahmefall/einrichtung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum