Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbschlagView
Please create a React-JS view called "AbschlagView" for the fields of the Abschlag entity. The AbschlagView must contain the following fields: - name: Farbe type: STRING - name: Geschlecht type: STRING - name: LaengeMeter type: LONG - name: Loch type: Loch - name: Name type: STRING The data source for the [Loch] select control should be loaded from the relative URL: "/LochService/loch" (HTTP-GET) An existing Abschlag entity should be loaded from the relative URL: "/AbschlagService/abschlag/{id}" (HTTP-GET) If a new Abschlag entity has been created, the new entity should be posted to the relative URL: "/AbschlagService/abschlag" (HTTP-POST) If an existing Abschlag entity has been updated, the modified entity should be sent to the relative URL: "/AbschlagService/abschlag/{id}" (HTTP-PUT) If an existing Abschlag entity has to be deleted, the following relative URL should be called: "/AbschlagService/abschlag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Platzbewertung columns: - column: Abschlag - column: Golfplatz - column: Hinweise - column: RatingWert - column: Geschlecht - column: Bewertungsstelle - column: GueltigAb - column: SlopeWert The table should have the title "Platzbewertungs" und the data must be loaded from the server with the following relative URL: "/GolfplatzService/platzbewertung/abschlag/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum