Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KursView
Please create a React-JS view called "KursView" for the fields of the Kurs entity. The KursView must contain the following fields: - name: AnzahlTermine type: INT - name: Beschreibung type: STRING - name: DauerWochen type: INT - name: HoechstalterMonate type: INT - name: Hundeschule type: Hundeschule - name: IstEinzeltrainingMoeglich type: BOOL - name: IstGruppenkurs type: BOOL - name: Kurstyp type: STRING - name: MindestalterMonate type: INT - name: Name type: STRING - name: Ortstyp type: STRING - name: Preis type: STRING The data source for the [Hundeschule] select control should be loaded from the relative URL: "/KursService/hundeschule" (HTTP-GET) An existing Kurs entity should be loaded from the relative URL: "/KursService/kurs/{id}" (HTTP-GET) If a new Kurs entity has been created, the new entity should be posted to the relative URL: "/KursService/kurs" (HTTP-POST) If an existing Kurs entity has been updated, the modified entity should be sent to the relative URL: "/KursService/kurs/{id}" (HTTP-PUT) If an existing Kurs entity has to be deleted, the following relative URL should be called: "/KursService/kurs/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KursSozialverhaltenZiel columns: - column: Kurs - column: SozialverhaltenZiel The table should have the title "KursSozialverhaltenZiels" und the data must be loaded from the server with the following relative URL: "/SozialverhaltenZielService/kurssozialverhaltenziel/kurs/{id}" Add a HTML table to the view with the following Kurstermin columns: - column: Ende - column: Ortsbeschreibung - column: Kurs - column: Beginn The table should have the title "Kurstermins" und the data must be loaded from the server with the following relative URL: "/PruefungService/kurstermin/kurs/{id}" Add a HTML table to the view with the following Kursteilnahme columns: - column: Beginn - column: Ende - column: Hund - column: Notizen - column: Erfolgsstatus - column: Kurs The table should have the title "Kursteilnahmes" und the data must be loaded from the server with the following relative URL: "/UmweltreizService/kursteilnahme/kurs/{id}" Add a HTML table to the view with the following KursKommando columns: - column: Kurs - column: Kommando - column: Reihenfolge The table should have the title "KursKommandos" und the data must be loaded from the server with the following relative URL: "/KommandoService/kurskommando/kurs/{id}" Add a HTML table to the view with the following KursUmweltreiz columns: - column: Kurs - column: Umweltreiz The table should have the title "KursUmweltreizs" und the data must be loaded from the server with the following relative URL: "/UmweltreizService/kursumweltreiz/kurs/{id}" Add a HTML table to the view with the following KursErziehungsmethode columns: - column: Kurs - column: Erziehungsmethode The table should have the title "KursErziehungsmethodes" und the data must be loaded from the server with the following relative URL: "/HundesportartService/kurserziehungsmethode/kurs/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum