Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierView
Please create a React-JS view called "TierView" for the fields of the Tier entity. The TierView must contain the following fields: - name: AktuellerHalter type: Tierhalter - name: AufnahmeDatum type: DATE - name: GeburtsdatumUngefaehr type: DATE - name: Geschlecht type: STRING - name: IstGechippt type: BOOL - name: IstGefaehrlicherHund type: BOOL - name: IstGrundimmunisiert type: BOOL - name: IstKastriert type: BOOL - name: Name type: STRING - name: NochImTierheim type: BOOL - name: Tierart type: Tierart - name: Tierheim type: Tierheim - name: Tierstatus type: Tierstatus The data source for the [Tierstatus] select control should be loaded from the relative URL: "/KastrationsProgrammService/tierstatus" (HTTP-GET) The data source for the [Tierheim] select control should be loaded from the relative URL: "/TierheimService/tierheim" (HTTP-GET) The data source for the [AktuellerHalter] select control should be loaded from the relative URL: "/TierhalterService/tierhalter" (HTTP-GET) The data source for the [Tierart] select control should be loaded from the relative URL: "/TierService/tierart" (HTTP-GET) An existing Tier entity should be loaded from the relative URL: "/TierService/tier/{id}" (HTTP-GET) If a new Tier entity has been created, the new entity should be posted to the relative URL: "/TierService/tier" (HTTP-POST) If an existing Tier entity has been updated, the modified entity should be sent to the relative URL: "/TierService/tier/{id}" (HTTP-PUT) If an existing Tier entity has to be deleted, the following relative URL should be called: "/TierService/tier/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Tieraufnahme columns: - column: Beschreibung - column: TierherkunftsArt - column: Gemeinde - column: AufnahmeDatum - column: Tier - column: Finder - column: Behoerde The table should have the title "Tieraufnahmes" und the data must be loaded from the server with the following relative URL: "/TierherkunftsArtService/tieraufnahme/tier/{id}" Add a HTML table to the view with the following Fundmeldung columns: - column: Melder - column: Gemeinde - column: Tier - column: Meldedatum - column: BesitzerBekannt - column: FundortBeschreibung The table should have the title "Fundmeldungs" und the data must be loaded from the server with the following relative URL: "/TierhalterService/fundmeldung/tier/{id}" Add a HTML table to the view with the following TierBehandlung columns: - column: VeterinaerPraxis - column: Datum - column: BehandlungsArt - column: Kosten - column: Tier - column: ErstattbarDurchGemeinde The table should have the title "TierBehandlungs" und the data must be loaded from the server with the following relative URL: "/VeterinaerPraxisService/tierbehandlung/tier/{id}" Add a HTML table to the view with the following InternationalerTiertransfer columns: - column: AuslandsTierschutzOrganisation - column: Tier - column: AuslandsTierheim - column: TransferDatum - column: Tierheim - column: GegenEntgelt - column: HatErforderlicheGenehmigung The table should have the title "InternationalerTiertransfers" und the data must be loaded from the server with the following relative URL: "/TierService/internationalertiertransfer/tier/{id}" Add a HTML table to the view with the following Tierabgabe columns: - column: NeuerHalter - column: Tier - column: Datum - column: Bemerkung - column: Art - column: Vertragsreferenz The table should have the title "Tierabgabes" und the data must be loaded from the server with the following relative URL: "/TierhalterService/tierabgabe/tier/{id}" Add a HTML table to the view with the following AdoptionsVertrag columns: - column: Vertragsart - column: Vertragsdatum - column: HatRueckgabepflicht - column: HatKontrollklauseln - column: NeuerHalter - column: Tierheim - column: Gebuehr - column: Tier The table should have the title "AdoptionsVertrags" und the data must be loaded from the server with the following relative URL: "/TierschutzVereinService/adoptionsvertrag/tier/{id}" Add a HTML table to the view with the following KastrationsProgrammTier columns: - column: KastrationsDatum - column: ZurueckAnFundort - column: KastrationsProgramm - column: Tier The table should have the title "KastrationsProgrammTiers" und the data must be loaded from the server with the following relative URL: "/KastrationsProgrammService/kastrationsprogrammtier/tier/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum