Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HundetrainerView
Please create a React-JS view called "HundetrainerView" for the fields of the Hundetrainer entity. The HundetrainerView must contain the following fields: - name: Biografie type: STRING - name: HatZertifizierung type: BOOL - name: Hundeschule type: Hundeschule - name: Nachname type: STRING - name: TaetigSeitJahr type: INT - name: Vorname type: STRING The data source for the [Hundeschule] select control should be loaded from the relative URL: "/KursService/hundeschule" (HTTP-GET) An existing Hundetrainer entity should be loaded from the relative URL: "/KursService/hundetrainer/{id}" (HTTP-GET) If a new Hundetrainer entity has been created, the new entity should be posted to the relative URL: "/KursService/hundetrainer" (HTTP-POST) If an existing Hundetrainer entity has been updated, the modified entity should be sent to the relative URL: "/KursService/hundetrainer/{id}" (HTTP-PUT) If an existing Hundetrainer entity has to be deleted, the following relative URL should be called: "/KursService/hundetrainer/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HundetrainerOrganisation columns: - column: Rolle - column: Beginn - column: Ende - column: Organisation - column: Hundetrainer The table should have the title "HundetrainerOrganisations" und the data must be loaded from the server with the following relative URL: "/OrganisationService/hundetrainerorganisation/hundetrainer/{id}" Add a HTML table to the view with the following Genehmigung columns: - column: Ausstellungsdatum - column: Ablaufdatum - column: Veterinaeramt - column: Hundetrainer - column: Notizen - column: ParagraphReferenz The table should have the title "Genehmigungs" und the data must be loaded from the server with the following relative URL: "/GenehmigungService/genehmigung/hundetrainer/{id}" Add a HTML table to the view with the following Pruefungsteilnahme columns: - column: Punktzahl - column: Hundetrainer - column: Datum - column: Ergebnis - column: Pruefung The table should have the title "Pruefungsteilnahmes" und the data must be loaded from the server with the following relative URL: "/PruefungService/pruefungsteilnahme/hundetrainer/{id}" Add a HTML table to the view with the following Zertifizierung columns: - column: Hundetrainer - column: Ausstellungsdatum - column: Titel - column: IstBehoerdlichAnerkannt - column: Ablaufdatum - column: Zertifizierungsstelle The table should have the title "Zertifizierungs" und the data must be loaded from the server with the following relative URL: "/ZertifizierungsstelleService/zertifizierung/hundetrainer/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum