Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GreenkeeperView
Please create a React-JS view called "GreenkeeperView" for the fields of the Greenkeeper entity. The GreenkeeperView must contain the following fields: - name: ArbeitgeberClub type: STRING - name: Hinweise type: STRING - name: Vollname type: STRING - name: Zertifizierung type: STRING An existing Greenkeeper entity should be loaded from the relative URL: "/AbschlagService/greenkeeper/{id}" (HTTP-GET) If a new Greenkeeper entity has been created, the new entity should be posted to the relative URL: "/AbschlagService/greenkeeper" (HTTP-POST) If an existing Greenkeeper entity has been updated, the modified entity should be sent to the relative URL: "/AbschlagService/greenkeeper/{id}" (HTTP-PUT) If an existing Greenkeeper entity has to be deleted, the following relative URL should be called: "/AbschlagService/greenkeeper/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GreenkeeperGolfplatz columns: - column: Golfplatz - column: VonDatum - column: BisDatum - column: Greenkeeper - column: Rolle The table should have the title "GreenkeeperGolfplatzs" und the data must be loaded from the server with the following relative URL: "/AbschlagService/greenkeepergolfplatz/greenkeeper/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum