Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HundView
Please create a React-JS view called "HundView" for the fields of the Hund entity. The HundView must contain the following fields: - name: Geburtsdatum type: DATE - name: Geschlecht type: STRING - name: Hundehalter type: Hundehalter - name: IstDiensthund type: BOOL - name: IstFamilienhund type: BOOL - name: IstGebrauchshund type: BOOL - name: Name type: STRING - name: Rasse type: STRING The data source for the [Hundehalter] select control should be loaded from the relative URL: "/HundService/hundehalter" (HTTP-GET) An existing Hund entity should be loaded from the relative URL: "/HundService/hund/{id}" (HTTP-GET) If a new Hund entity has been created, the new entity should be posted to the relative URL: "/HundService/hund" (HTTP-POST) If an existing Hund entity has been updated, the modified entity should be sent to the relative URL: "/HundService/hund/{id}" (HTTP-PUT) If an existing Hund entity has to be deleted, the following relative URL should be called: "/HundService/hund/{id}" (HTTP-DELETE) 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/hund/{id}" Add a HTML table to the view with the following HundHundesport columns: - column: Hund - column: Hundesportart - column: Leistungsstufe - column: IstWettkampfteilnehmer The table should have the title "HundHundesports" und the data must be loaded from the server with the following relative URL: "/HundService/hundhundesport/hund/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum