Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GehegeView
Please create a React-JS view called "GehegeView" for the fields of the Gehege entity. The GehegeView must contain the following fields: - name: Beschreibung type: STRING - name: Eroeffnungsjahr type: LONG - name: FlaecheQuadratmeter type: STRING - name: GehegeTyp type: STRING - name: InnenAussen type: STRING - name: IstGeoBereich type: BOOL - name: IstImmersiv type: BOOL - name: Name type: STRING - name: Themenregion type: STRING - name: Zoo type: Zoo The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) An existing Gehege entity should be loaded from the relative URL: "/GehegeService/gehege/{id}" (HTTP-GET) If a new Gehege entity has been created, the new entity should be posted to the relative URL: "/GehegeService/gehege" (HTTP-POST) If an existing Gehege entity has been updated, the modified entity should be sent to the relative URL: "/GehegeService/gehege/{id}" (HTTP-PUT) If an existing Gehege entity has to be deleted, the following relative URL should be called: "/GehegeService/gehege/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GehegeGestaltungsmerkmal columns: - column: Beschreibung - column: Gehege - column: MerkmalTyp The table should have the title "GehegeGestaltungsmerkmals" und the data must be loaded from the server with the following relative URL: "/GehegeService/gehegegestaltungsmerkmal/gehege/{id}" Add a HTML table to the view with the following GehegeTier columns: - column: IstZuchtgruppe - column: TierTaxon - column: Gehege - column: Mindestanzahl - column: Maximalanzahl - column: Notizen The table should have the title "GehegeTiers" und the data must be loaded from the server with the following relative URL: "/GehegeService/gehegetier/gehege/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum