Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KonfliktfallView
Please create a React-JS view called "KonfliktfallView" for the fields of the Konfliktfall entity. The KonfliktfallView must contain the following fields: - name: Beschreibung type: STRING - name: Bewohner type: Bewohner - name: Enddatum type: DATE - name: Geloest type: BOOL - name: Mitarbeiter type: Mitarbeiter - name: Startdatum type: DATE The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) The data source for the [Bewohner] select control should be loaded from the relative URL: "/BewohnerService/bewohner" (HTTP-GET) An existing Konfliktfall entity should be loaded from the relative URL: "/MitarbeiterService/konfliktfall/{id}" (HTTP-GET) If a new Konfliktfall entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/konfliktfall" (HTTP-POST) If an existing Konfliktfall entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/konfliktfall/{id}" (HTTP-PUT) If an existing Konfliktfall entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/konfliktfall/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Konfliktberatung columns: - column: Beratungsdatum - column: Konfliktfall - column: Beschreibung - column: Mitarbeiter The table should have the title "Konfliktberatungs" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/konfliktberatung/konfliktfall/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum