Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ThemaView
Please create a React-JS view called "ThemaView" for the fields of the Thema entity. The ThemaView must contain the following fields: - name: Aktiv type: BOOL - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Organisationseinheit type: Organisationseinheit - name: Slug type: STRING - name: Titel type: STRING The data source for the [Organisationseinheit] select control should be loaded from the relative URL: "/OrganisationseinheitService/organisationseinheit" (HTTP-GET) An existing Thema entity should be loaded from the relative URL: "/VermessungsartService/thema/{id}" (HTTP-GET) If a new Thema entity has been created, the new entity should be posted to the relative URL: "/VermessungsartService/thema" (HTTP-POST) If an existing Thema entity has been updated, the modified entity should be sent to the relative URL: "/VermessungsartService/thema/{id}" (HTTP-PUT) If an existing Thema entity has to be deleted, the following relative URL should be called: "/VermessungsartService/thema/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Themenseite columns: - column: Zusammenfassung - column: Titel - column: Thema - column: ErzeugtAm - column: AktualisiertAm - column: Url The table should have the title "Themenseites" und the data must be loaded from the server with the following relative URL: "/VermessungsartService/themenseite/thema/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum