Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeschlussView
Please create a React-JS view called "BeschlussView" for the fields of the Beschluss entity. The BeschlussView must contain the following fields: - name: Beschlusstyp type: Beschlusstyp - name: IstSatzungsaenderung type: BOOL - name: Text type: STRING - name: Titel type: STRING - name: Versammlung type: Versammlung The data source for the [Beschlusstyp] select control should be loaded from the relative URL: "/BeschlusstypService/beschlusstyp" (HTTP-GET) The data source for the [Versammlung] select control should be loaded from the relative URL: "/AufloesungsgrundService/versammlung" (HTTP-GET) An existing Beschluss entity should be loaded from the relative URL: "/AufloesungsgrundService/beschluss/{id}" (HTTP-GET) If a new Beschluss entity has been created, the new entity should be posted to the relative URL: "/AufloesungsgrundService/beschluss" (HTTP-POST) If an existing Beschluss entity has been updated, the modified entity should be sent to the relative URL: "/AufloesungsgrundService/beschluss/{id}" (HTTP-PUT) If an existing Beschluss entity has to be deleted, the following relative URL should be called: "/AufloesungsgrundService/beschluss/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Aufloesung columns: - column: Hinweise - column: Durch - column: Beschlussdatum - column: Aufloesungsgrund - column: Verein - column: Wirksamkeitsdatum The table should have the title "Aufloesungs" und the data must be loaded from the server with the following relative URL: "/AufloesungsgrundService/aufloesung/beschlussdatum/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum