Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JugendgruppeView
Please create a React-JS view called "JugendgruppeView" for the fields of the Jugendgruppe entity. The JugendgruppeView must contain the following fields: - name: Name type: STRING - name: Ortsverband type: Ortsverband The data source for the [Ortsverband] select control should be loaded from the relative URL: "/OrtsverbandService/ortsverband" (HTTP-GET) An existing Jugendgruppe entity should be loaded from the relative URL: "/LandesverbandService/jugendgruppe/{id}" (HTTP-GET) If a new Jugendgruppe entity has been created, the new entity should be posted to the relative URL: "/LandesverbandService/jugendgruppe" (HTTP-POST) If an existing Jugendgruppe entity has been updated, the modified entity should be sent to the relative URL: "/LandesverbandService/jugendgruppe/{id}" (HTTP-PUT) If an existing Jugendgruppe entity has to be deleted, the following relative URL should be called: "/LandesverbandService/jugendgruppe/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Jugendmitgliedschaft columns: - column: BisDatum - column: Person - column: VonDatum - column: Jugendgruppe The table should have the title "Jugendmitgliedschafts" und the data must be loaded from the server with the following relative URL: "/LandesverbandService/jugendmitgliedschaft/jugendgruppe/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum