Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HilfsplanView
Please create a React-JS view called "HilfsplanView" for the fields of the Hilfsplan entity. The HilfsplanView must contain the following fields: - name: ArbeitsZiel type: STRING - name: AutonomieZiel type: STRING - name: Bewohner type: Bewohner - name: Erstellungsdatum type: DATE - name: IntegrationsZiel type: STRING - name: Zielbeschreibung type: STRING The data source for the [Bewohner] select control should be loaded from the relative URL: "/BewohnerService/bewohner" (HTTP-GET) An existing Hilfsplan entity should be loaded from the relative URL: "/HilfsplanService/hilfsplan/{id}" (HTTP-GET) If a new Hilfsplan entity has been created, the new entity should be posted to the relative URL: "/HilfsplanService/hilfsplan" (HTTP-POST) If an existing Hilfsplan entity has been updated, the modified entity should be sent to the relative URL: "/HilfsplanService/hilfsplan/{id}" (HTTP-PUT) If an existing Hilfsplan entity has to be deleted, the following relative URL should be called: "/HilfsplanService/hilfsplan/{id}" (HTTP-DELETE) 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/hilfsplan/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum