Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WettbewerbView
Please create a React-JS view called "WettbewerbView" for the fields of the Wettbewerb entity. The WettbewerbView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Sportart type: STRING - name: Verband type: LONG An existing Wettbewerb entity should be loaded from the relative URL: "/BeschlusstypService/wettbewerb/{id}" (HTTP-GET) If a new Wettbewerb entity has been created, the new entity should be posted to the relative URL: "/BeschlusstypService/wettbewerb" (HTTP-POST) If an existing Wettbewerb entity has been updated, the modified entity should be sent to the relative URL: "/BeschlusstypService/wettbewerb/{id}" (HTTP-PUT) If an existing Wettbewerb entity has to be deleted, the following relative URL should be called: "/BeschlusstypService/wettbewerb/{id}" (HTTP-DELETE) Add a HTML table to the view with the following VereinWettbewerb columns: - column: Wettbewerb - column: Saison - column: Verein - column: Platzierung The table should have the title "VereinWettbewerbs" und the data must be loaded from the server with the following relative URL: "/BeschlusstypService/vereinwettbewerb/wettbewerb/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum