Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JugendamtApp
Please create a React-JS application for the JugendamtModule. The application has to offer the following views for the user interface: 1. JugendamtView 2. JugendhilfeausschussView 3. VaterschaftsverfahrenView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 3 views are defined below. 1. The JugendamtView must contain the following fields: - name: AktivBis type: DATE - name: AktivSeit type: DATE - name: Bezeichnung type: STRING - name: Bundesland type: STRING - name: IstLandesjugendamt type: BOOL - name: IstOertlicherTraeger type: BOOL - name: KommunalerTraeger type: KommunalerTraeger - name: Name type: STRING - name: Ort type: STRING - name: TraegerArt type: STRING The data source for the [KommunalerTraeger] select control should be loaded from the relative URL: "/GerichtlichesVerfahrenService/kommunalertraeger" (HTTP-GET) An existing Jugendamt entity should be loaded from the relative URL: "/JugendamtService/jugendamt/{id}" (HTTP-GET) If a new Jugendamt entity has been created, the new entity should be posted to the relative URL: "/JugendamtService/jugendamt" (HTTP-POST) If an existing Jugendamt entity has been updated, the modified entity should be sent to the relative URL: "/JugendamtService/jugendamt/{id}" (HTTP-PUT) If an existing Jugendamt entity has to be deleted, the following relative URL should be called: "/JugendamtService/jugendamt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Beurkundung columns: - column: Jugendamt - column: Beschreibung - column: BeteiligtePerson2 - column: BeteiligtePerson1 - column: Beurkundungsart - column: Datum The table should have the title "Beurkundungs" und the data must be loaded from the server with the following relative URL: "/EinrichtungService/beurkundung/jugendamt/{id}" Add a HTML table to the view with the following Kooperationsvereinbarung columns: - column: Beginn - column: Gegenstand - column: SchutzauftragRegelung - column: Jugendamt - column: Ende - column: FreierTraeger - column: BeratungsanspruchInsoweitErfahreneFachkraft The table should have the title "Kooperationsvereinbarungs" und the data must be loaded from the server with the following relative URL: "/PersonService/kooperationsvereinbarung/jugendamt/{id}" Add a HTML table to the view with the following Vaterschaftsverfahren columns: - column: Kind - column: Ende - column: Ergebnis - column: MutmasslicherVater - column: Jugendamt - column: Beginn - column: Beschreibung - column: Mutter The table should have the title "Vaterschaftsverfahrens" und the data must be loaded from the server with the following relative URL: "/JugendamtService/vaterschaftsverfahren/jugendamt/{id}" Add a HTML table to the view with the following RechtsvertretungJugendamt columns: - column: Ende - column: Art - column: Person - column: Beschreibung - column: Jugendamt - column: Beginn The table should have the title "RechtsvertretungJugendamts" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/rechtsvertretungjugendamt/jugendamt/{id}" Add a HTML table to the view with the following Jugendhilfeausschuss columns: - column: Jugendamt - column: Name - column: Einrichtungsdatum - column: Beschreibung The table should have the title "Jugendhilfeausschusss" und the data must be loaded from the server with the following relative URL: "/JugendamtService/jugendhilfeausschuss/jugendamt/{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/jugendamt/{id}" Add a HTML table to the view with the following Unterhaltsfall columns: - column: UnterhaltspflichtigePerson - column: Ende - column: Kind - column: Beginn - column: Jugendamt - column: Beschreibung - column: Status The table should have the title "Unterhaltsfalls" und the data must be loaded from the server with the following relative URL: "/FamilieService/unterhaltsfall/jugendamt/{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/jugendamt/{id}" Add a HTML table to the view with the following Leistungsfall columns: - column: Familie - column: HilfeplanErforderlich - column: Status - column: RechtsgrundlageParagraf - column: Kind - column: Jugendlicher - column: Antragsteller - column: Ende - column: Beginn - column: Leistungsart - column: Jugendamt The table should have the title "Leistungsfalls" und the data must be loaded from the server with the following relative URL: "/FamilieService/leistungsfall/jugendamt/{id}" Add a HTML table to the view with the following Leistung columns: - column: Beschreibung - column: Leistungsart - column: Jugendamt - column: AktivSeit - column: Bezeichnung - column: AktivBis The table should have the title "Leistungs" und the data must be loaded from the server with the following relative URL: "/LeistungsartService/leistung/jugendamt/{id}" Add a HTML table to the view with the following KindeswohlgefaehrdungsHinweis columns: - column: Quelle - column: Familie - column: Meldedatum - column: BetroffenePerson - column: Jugendamt - column: MeldendePerson - column: Beschreibung The table should have the title "KindeswohlgefaehrdungsHinweiss" und the data must be loaded from the server with the following relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/jugendamt/{id}" Add a HTML table to the view with the following Einrichtung columns: - column: AktivSeit - column: Name - column: Bundesland - column: AktivBis - column: Einrichtungstyp - column: JugendamtZustaendig - column: Traeger - column: Ort The table should have the title "Einrichtungs" und the data must be loaded from the server with the following relative URL: "/EinrichtungService/einrichtung/jugendamtzustaendig/{id}" Add a HTML table to the view with the following Verwaltungseinheit columns: - column: VonDatum - column: Leitungsperson - column: Jugendamt - column: Beschreibung - column: Name - column: BisDatum The table should have the title "Verwaltungseinheits" und the data must be loaded from the server with the following relative URL: "/LeistungsartService/verwaltungseinheit/jugendamt/{id}" Add a HTML table to the view with the following NetzwerkFrueheHilfen columns: - column: Beschreibung - column: Jugendamt - column: Beginn - column: Ende - column: Name The table should have the title "NetzwerkFrueheHilfens" und the data must be loaded from the server with the following relative URL: "/NetzwerkFrueheHilfenService/netzwerkfruehehilfen/jugendamt/{id}" Add a HTML table to the view with the following MitwirkungJugendamtVerfahren columns: - column: BerichtErstellt - column: GerichtlichesVerfahren - column: Jugendamt - column: Beginn - column: Mitwirkungsart - column: Ende The table should have the title "MitwirkungJugendamtVerfahrens" und the data must be loaded from the server with the following relative URL: "/EinrichtungService/mitwirkungjugendamtverfahren/jugendamt/{id}" Add a HTML table to the view with the following AndereAufgabe columns: - column: Jugendamt - column: RechtsgrundlageParagraf - column: Beschreibung - column: Aufgabenart The table should have the title "AndereAufgabes" und the data must be loaded from the server with the following relative URL: "/HilfeplanService/andereaufgabe/jugendamt/{id}" Add a HTML table to the view with the following Pflegeperson columns: - column: AktivBis - column: Person - column: Qualifikation - column: Beschreibung - column: JugendamtZustaendig - column: AktivSeit The table should have the title "Pflegepersons" und the data must be loaded from the server with the following relative URL: "/PflegepersonService/pflegeperson/jugendamtzustaendig/{id}" 2. The JugendhilfeausschussView must contain the following fields: - name: Beschreibung type: STRING - name: Einrichtungsdatum type: DATE - name: Jugendamt type: Jugendamt - name: Name type: STRING The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) An existing Jugendhilfeausschuss entity should be loaded from the relative URL: "/JugendamtService/jugendhilfeausschuss/{id}" (HTTP-GET) If a new Jugendhilfeausschuss entity has been created, the new entity should be posted to the relative URL: "/JugendamtService/jugendhilfeausschuss" (HTTP-POST) If an existing Jugendhilfeausschuss entity has been updated, the modified entity should be sent to the relative URL: "/JugendamtService/jugendhilfeausschuss/{id}" (HTTP-PUT) If an existing Jugendhilfeausschuss entity has to be deleted, the following relative URL should be called: "/JugendamtService/jugendhilfeausschuss/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AusschussMitglied columns: - column: VonDatum - column: Person - column: Jugendhilfeausschuss - column: BisDatum - column: Mitgliedsrolle - column: EntsendedurchOrganisation The table should have the title "AusschussMitglieds" und the data must be loaded from the server with the following relative URL: "/NetzwerkFrueheHilfenService/ausschussmitglied/jugendhilfeausschuss/{id}" 3. The VaterschaftsverfahrenView must contain the following fields: - name: Beginn type: DATE - name: Beschreibung type: STRING - name: Ende type: DATE - name: Ergebnis type: STRING - name: Jugendamt type: Jugendamt - name: Kind type: Person - name: MutmasslicherVater type: Person - name: Mutter type: Person The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) The data source for the [Kind] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) The data source for the [MutmasslicherVater] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) The data source for the [Mutter] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Vaterschaftsverfahren entity should be loaded from the relative URL: "/JugendamtService/vaterschaftsverfahren/{id}" (HTTP-GET) If a new Vaterschaftsverfahren entity has been created, the new entity should be posted to the relative URL: "/JugendamtService/vaterschaftsverfahren" (HTTP-POST) If an existing Vaterschaftsverfahren entity has been updated, the modified entity should be sent to the relative URL: "/JugendamtService/vaterschaftsverfahren/{id}" (HTTP-PUT) If an existing Vaterschaftsverfahren entity has to be deleted, the following relative URL should be called: "/JugendamtService/vaterschaftsverfahren/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum