Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MitarbeiterView
Please create a React-JS view called "MitarbeiterView" for the fields of the Mitarbeiter entity. The MitarbeiterView must contain the following fields: - name: Beruf type: STRING - name: Person type: Person - name: Qualifikation type: STRING - name: Traegerorganisation type: Traegerorganisation The data source for the [Traegerorganisation] select control should be loaded from the relative URL: "/TraegerorganisationService/traegerorganisation" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/BewohnerService/person" (HTTP-GET) An existing Mitarbeiter entity should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter/{id}" (HTTP-GET) If a new Mitarbeiter entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-POST) If an existing Mitarbeiter entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/mitarbeiter/{id}" (HTTP-PUT) If an existing Mitarbeiter entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/mitarbeiter/{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/mitarbeiter/{id}" Add a HTML table to the view with the following Konfliktfall columns: - column: Geloest - column: Startdatum - column: Beschreibung - column: Enddatum - column: Mitarbeiter - column: Bewohner The table should have the title "Konfliktfalls" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/konfliktfall/mitarbeiter/{id}" Add a HTML table to the view with the following Unterstuetzungsaktivitaet columns: - column: Hilfsplan - column: Aktivitaetsdatum - column: Mitarbeiter - column: DauerMinuten - column: Aktivitaetstyp - column: Beschreibung The table should have the title "Unterstuetzungsaktivitaets" und the data must be loaded from the server with the following relative URL: "/HilfsplanService/unterstuetzungsaktivitaet/mitarbeiter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum