Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KindeswohlgefaehrdungsHinweisApp
Please create a React-JS application for the KindeswohlgefaehrdungsHinweisModule. The application has to offer the following views for the user interface: 1. GefaehrdungseinschaetzungView 2. KindeswohlgefaehrdungsHinweisView 3. VerfahrensbeteiligterView 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 GefaehrdungseinschaetzungView must contain the following fields: - name: Beschreibung type: STRING - name: Diagnoseinstrument type: STRING - name: Durchfuehrungsdatum type: DATE - name: Ergebnis type: STRING - name: KindeswohlgefaehrdungsHinweis type: KindeswohlgefaehrdungsHinweis The data source for the [KindeswohlgefaehrdungsHinweis] select control should be loaded from the relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis" (HTTP-GET) An existing Gefaehrdungseinschaetzung entity should be loaded from the relative URL: "/KindeswohlgefaehrdungsHinweisService/gefaehrdungseinschaetzung/{id}" (HTTP-GET) If a new Gefaehrdungseinschaetzung entity has been created, the new entity should be posted to the relative URL: "/KindeswohlgefaehrdungsHinweisService/gefaehrdungseinschaetzung" (HTTP-POST) If an existing Gefaehrdungseinschaetzung entity has been updated, the modified entity should be sent to the relative URL: "/KindeswohlgefaehrdungsHinweisService/gefaehrdungseinschaetzung/{id}" (HTTP-PUT) If an existing Gefaehrdungseinschaetzung entity has to be deleted, the following relative URL should be called: "/KindeswohlgefaehrdungsHinweisService/gefaehrdungseinschaetzung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GefaehrdungseinschaetzungFachkraft columns: - column: Rolle - column: Mitarbeiter - column: Gefaehrdungseinschaetzung The table should have the title "GefaehrdungseinschaetzungFachkrafts" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/gefaehrdungseinschaetzungfachkraft/gefaehrdungseinschaetzung/{id}" 2. The KindeswohlgefaehrdungsHinweisView must contain the following fields: - name: Beschreibung type: STRING - name: BetroffenePerson type: Person - name: Familie type: Familie - name: Jugendamt type: Jugendamt - name: Meldedatum type: DATE - name: MeldendePerson type: Person - name: Quelle type: STRING The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) The data source for the [Familie] select control should be loaded from the relative URL: "/FamilieService/familie" (HTTP-GET) The data source for the [MeldendePerson] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) The data source for the [BetroffenePerson] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing KindeswohlgefaehrdungsHinweis entity should be loaded from the relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/{id}" (HTTP-GET) If a new KindeswohlgefaehrdungsHinweis entity has been created, the new entity should be posted to the relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis" (HTTP-POST) If an existing KindeswohlgefaehrdungsHinweis entity has been updated, the modified entity should be sent to the relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/{id}" (HTTP-PUT) If an existing KindeswohlgefaehrdungsHinweis entity has to be deleted, the following relative URL should be called: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gefaehrdungseinschaetzung columns: - column: Beschreibung - column: Durchfuehrungsdatum - column: Diagnoseinstrument - column: KindeswohlgefaehrdungsHinweis - column: Ergebnis The table should have the title "Gefaehrdungseinschaetzungs" und the data must be loaded from the server with the following relative URL: "/KindeswohlgefaehrdungsHinweisService/gefaehrdungseinschaetzung/kindeswohlgefaehrdungshinweis/{id}" 3. The VerfahrensbeteiligterView must contain the following fields: - name: GerichtlichesVerfahren type: GerichtlichesVerfahren - name: Person type: Person - name: Rolle type: STRING The data source for the [GerichtlichesVerfahren] select control should be loaded from the relative URL: "/GerichtlichesVerfahrenService/gerichtlichesverfahren" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Verfahrensbeteiligter entity should be loaded from the relative URL: "/KindeswohlgefaehrdungsHinweisService/verfahrensbeteiligter/{id}" (HTTP-GET) If a new Verfahrensbeteiligter entity has been created, the new entity should be posted to the relative URL: "/KindeswohlgefaehrdungsHinweisService/verfahrensbeteiligter" (HTTP-POST) If an existing Verfahrensbeteiligter entity has been updated, the modified entity should be sent to the relative URL: "/KindeswohlgefaehrdungsHinweisService/verfahrensbeteiligter/{id}" (HTTP-PUT) If an existing Verfahrensbeteiligter entity has to be deleted, the following relative URL should be called: "/KindeswohlgefaehrdungsHinweisService/verfahrensbeteiligter/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum