Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VersammlungView
Please create a React-JS view called "VersammlungView" for the fields of the Versammlung entity. The VersammlungView must contain the following fields: - name: Datum type: DATE - name: IstAusserordentlich type: BOOL - name: IstOeffentlich type: BOOL - name: Organ type: Organ - name: Ort type: STRING - name: Versammlungstyp type: Versammlungstyp The data source for the [Versammlungstyp] select control should be loaded from the relative URL: "/VersammlungstypService/versammlungstyp" (HTTP-GET) The data source for the [Organ] select control should be loaded from the relative URL: "/VereinService/organ" (HTTP-GET) An existing Versammlung entity should be loaded from the relative URL: "/AufloesungsgrundService/versammlung/{id}" (HTTP-GET) If a new Versammlung entity has been created, the new entity should be posted to the relative URL: "/AufloesungsgrundService/versammlung" (HTTP-POST) If an existing Versammlung entity has been updated, the modified entity should be sent to the relative URL: "/AufloesungsgrundService/versammlung/{id}" (HTTP-PUT) If an existing Versammlung entity has to be deleted, the following relative URL should be called: "/AufloesungsgrundService/versammlung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Beschluss columns: - column: Text - column: Beschlusstyp - column: Versammlung - column: IstSatzungsaenderung - column: Titel The table should have the title "Beschlusss" und the data must be loaded from the server with the following relative URL: "/AufloesungsgrundService/beschluss/versammlung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum