Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HundeschuleView
Please create a React-JS view called "HundeschuleView" for the fields of the Hundeschule entity. The HundeschuleView must contain the following fields: - name: Beschreibung type: STRING - name: Gruendungsdatum type: DATE - name: IstVereinsbasiert type: BOOL - name: Name type: STRING - name: Ort type: STRING - name: Website type: STRING An existing Hundeschule entity should be loaded from the relative URL: "/KursService/hundeschule/{id}" (HTTP-GET) If a new Hundeschule entity has been created, the new entity should be posted to the relative URL: "/KursService/hundeschule" (HTTP-POST) If an existing Hundeschule entity has been updated, the modified entity should be sent to the relative URL: "/KursService/hundeschule/{id}" (HTTP-PUT) If an existing Hundeschule entity has to be deleted, the following relative URL should be called: "/KursService/hundeschule/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kurs columns: - column: Name - column: AnzahlTermine - column: MindestalterMonate - column: Ortstyp - column: Preis - column: IstEinzeltrainingMoeglich - column: Kurstyp - column: DauerWochen - column: IstGruppenkurs - column: Hundeschule - column: Beschreibung - column: HoechstalterMonate The table should have the title "Kurss" und the data must be loaded from the server with the following relative URL: "/KursService/kurs/hundeschule/{id}" Add a HTML table to the view with the following Hundetrainer columns: - column: Hundeschule - column: Nachname - column: TaetigSeitJahr - column: HatZertifizierung - column: Biografie - column: Vorname The table should have the title "Hundetrainers" und the data must be loaded from the server with the following relative URL: "/KursService/hundetrainer/hundeschule/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum