Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GruppentreffenView
Please create a React-JS view called "GruppentreffenView" for the fields of the Gruppentreffen entity. The GruppentreffenView must contain the following fields: - name: Beschreibung type: STRING - name: Datum type: DATE - name: Thema type: STRING - name: Wohnanlage type: Wohnanlage The data source for the [Wohnanlage] select control should be loaded from the relative URL: "/TraegerorganisationService/wohnanlage" (HTTP-GET) An existing Gruppentreffen entity should be loaded from the relative URL: "/GruppentreffenService/gruppentreffen/{id}" (HTTP-GET) If a new Gruppentreffen entity has been created, the new entity should be posted to the relative URL: "/GruppentreffenService/gruppentreffen" (HTTP-POST) If an existing Gruppentreffen entity has been updated, the modified entity should be sent to the relative URL: "/GruppentreffenService/gruppentreffen/{id}" (HTTP-PUT) If an existing Gruppentreffen entity has to be deleted, the following relative URL should be called: "/GruppentreffenService/gruppentreffen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GruppentreffenTeilnehmer columns: - column: Gruppentreffen - column: Rolle - column: Bewohner The table should have the title "GruppentreffenTeilnehmers" und the data must be loaded from the server with the following relative URL: "/GruppentreffenService/gruppentreffenteilnehmer/gruppentreffen/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum