Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GefaehrdungseinschaetzungView
Please create a React-JS view called "GefaehrdungseinschaetzungView" for the fields of the Gefaehrdungseinschaetzung entity. 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}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum