Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KinoketteView
Please create a React-JS view called "KinoketteView" for the fields of the Kinokette entity. The KinoketteView must contain the following fields: - name: Gruendungsjahr type: LONG - name: HauptsitzStadt type: LONG - name: Name type: STRING - name: Webseite type: STRING An existing Kinokette entity should be loaded from the relative URL: "/KinoService/kinokette/{id}" (HTTP-GET) If a new Kinokette entity has been created, the new entity should be posted to the relative URL: "/KinoService/kinokette" (HTTP-POST) If an existing Kinokette entity has been updated, the modified entity should be sent to the relative URL: "/KinoService/kinokette/{id}" (HTTP-PUT) If an existing Kinokette entity has to be deleted, the following relative URL should be called: "/KinoService/kinokette/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kino columns: - column: IstInBetrieb - column: HistorischeBedeutung - column: Kinokette - column: Stadt - column: Beschreibung - column: Webseite - column: Name - column: AnzahlSaeale - column: Eroeffnungsdatum The table should have the title "Kinos" und the data must be loaded from the server with the following relative URL: "/KinoService/kino/kinokette/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum