Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KartendienstView
Please create a React-JS view called "KartendienstView" for the fields of the Kartendienst entity. The KartendienstView must contain the following fields: - name: Diensttyp type: STRING - name: ErzeugtAm type: DATE - name: Geodatensatz type: Geodatensatz - name: Name type: STRING - name: Oeffentlich type: BOOL - name: Url type: STRING - name: Version type: STRING The data source for the [Geodatensatz] select control should be loaded from the relative URL: "/GeodatensatzService/geodatensatz" (HTTP-GET) An existing Kartendienst entity should be loaded from the relative URL: "/KartendienstService/kartendienst/{id}" (HTTP-GET) If a new Kartendienst entity has been created, the new entity should be posted to the relative URL: "/KartendienstService/kartendienst" (HTTP-POST) If an existing Kartendienst entity has been updated, the modified entity should be sent to the relative URL: "/KartendienstService/kartendienst/{id}" (HTTP-PUT) If an existing Kartendienst entity has to be deleted, the following relative URL should be called: "/KartendienstService/kartendienst/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zugriffsprotokoll columns: - column: Geodatensatz - column: ZugriffAm - column: ClientIp - column: Kartendienst - column: Benutzerkonto - column: Aktion The table should have the title "Zugriffsprotokolls" und the data must be loaded from the server with the following relative URL: "/KartendienstService/zugriffsprotokoll/kartendienst/{id}" Add a HTML table to the view with the following Kartenebene columns: - column: Kartendienst - column: Name - column: Ebenenname - column: Abstract - column: Titel - column: MinMassstab - column: ErzeugtAm - column: MaxMassstab The table should have the title "Kartenebenes" und the data must be loaded from the server with the following relative URL: "/KartendienstService/kartenebene/kartendienst/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum