Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GrossTagespflegeView
Please create a React-JS view called "GrossTagespflegeView" for the fields of the GrossTagespflege entity. The GrossTagespflegeView must contain the following fields: - name: EndDatum type: DATE - name: Jugendamt type: Jugendamt - name: Name type: STRING - name: Raum type: Raum - name: StartDatum type: DATE The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) The data source for the [Raum] select control should be loaded from the relative URL: "/JugendamtService/raum" (HTTP-GET) An existing GrossTagespflege entity should be loaded from the relative URL: "/JugendamtService/grosstagespflege/{id}" (HTTP-GET) If a new GrossTagespflege entity has been created, the new entity should be posted to the relative URL: "/JugendamtService/grosstagespflege" (HTTP-POST) If an existing GrossTagespflege entity has been updated, the modified entity should be sent to the relative URL: "/JugendamtService/grosstagespflege/{id}" (HTTP-PUT) If an existing GrossTagespflege entity has to be deleted, the following relative URL should be called: "/JugendamtService/grosstagespflege/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GrossTagespflegeMitgliedschaft columns: - column: VonDatum - column: GrossTagespflege - column: Tagespflegeperson - column: BisDatum - column: Rolle The table should have the title "GrossTagespflegeMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/TagespflegepersonService/grosstagespflegemitgliedschaft/grosstagespflege/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum