Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZooView
Please create a React-JS view called "ZooView" for the fields of the Zoo entity. The ZooView must contain the following fields: - name: Alternativname type: STRING - name: Beschreibung type: STRING - name: FlaecheHektar type: STRING - name: Gruendungsjahr type: LONG - name: IstPrivat type: BOOL - name: Land type: STRING - name: Name type: STRING - name: Region type: STRING - name: Stadt type: STRING - name: ZooTyp type: ZooTyp The data source for the [ZooTyp] select control should be loaded from the relative URL: "/AuswilderungsprojektService/zootyp" (HTTP-GET) An existing Zoo entity should be loaded from the relative URL: "/ZooService/zoo/{id}" (HTTP-GET) If a new Zoo entity has been created, the new entity should be posted to the relative URL: "/ZooService/zoo" (HTTP-POST) If an existing Zoo entity has been updated, the modified entity should be sent to the relative URL: "/ZooService/zoo/{id}" (HTTP-PUT) If an existing Zoo entity has to be deleted, the following relative URL should be called: "/ZooService/zoo/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PublikationZoo columns: - column: Zoo - column: ForschungsPublikation - column: Rolle The table should have the title "PublikationZoos" und the data must be loaded from the server with the following relative URL: "/ZooService/publikationzoo/zoo/{id}" Add a HTML table to the view with the following Bildungsprogramm columns: - column: Zielgruppe - column: Zoo - column: IstGefuehrt - column: DauerMinuten - column: Beschreibung - column: Name The table should have the title "Bildungsprogramms" und the data must be loaded from the server with the following relative URL: "/ForschungsinstitutService/bildungsprogramm/zoo/{id}" Add a HTML table to the view with the following ZooArchitekturmerkmal columns: - column: MerkmalTyp - column: Name - column: Zoo - column: Beschreibung - column: IstDenkmalschutz - column: Baujahr The table should have the title "ZooArchitekturmerkmals" und the data must be loaded from the server with the following relative URL: "/RechtsdefinitionService/zooarchitekturmerkmal/zoo/{id}" Add a HTML table to the view with the following ZooProgrammTeilnahme columns: - column: Artenschutzprogramm - column: Notizen - column: Zoo - column: Rolle - column: SeitJahr The table should have the title "ZooProgrammTeilnahmes" und the data must be loaded from the server with the following relative URL: "/ForschungsPublikationService/zooprogrammteilnahme/zoo/{id}" Add a HTML table to the view with the following Gehege columns: - column: Eroeffnungsjahr - column: Beschreibung - column: InnenAussen - column: Themenregion - column: FlaecheQuadratmeter - column: Name - column: IstGeoBereich - column: Zoo - column: GehegeTyp - column: IstImmersiv The table should have the title "Geheges" und the data must be loaded from the server with the following relative URL: "/GehegeService/gehege/zoo/{id}" Add a HTML table to the view with the following ZooKontroverse columns: - column: AuswirkungBeschreibung - column: Zoo - column: Kontroverse The table should have the title "ZooKontroverses" und the data must be loaded from the server with the following relative URL: "/KontroverseService/zookontroverse/zoo/{id}" Add a HTML table to the view with the following ZooRechtsstatus columns: - column: Zoo - column: Notizen - column: SeitDatum - column: Rechtsdefinition The table should have the title "ZooRechtsstatuss" und the data must be loaded from the server with the following relative URL: "/RechtsdefinitionService/zoorechtsstatus/zoo/{id}" Add a HTML table to the view with the following Besucherstatistik columns: - column: TicketEinnahmen - column: Jahr - column: Notizen - column: Zoo - column: BesucherAnzahl The table should have the title "Besucherstatistiks" und the data must be loaded from the server with the following relative URL: "/RechtsdefinitionService/besucherstatistik/zoo/{id}" Add a HTML table to the view with the following ZooVerbandMitgliedschaft columns: - column: SeitDatum - column: Notizen - column: Verband - column: Zoo - column: MitgliedschaftTyp The table should have the title "ZooVerbandMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/ZooService/zooverbandmitgliedschaft/zoo/{id}" Add a HTML table to the view with the following ZooHabitatKonzeptNutzung columns: - column: ErstesGehege - column: Notizen - column: HabitatKonzept - column: Zoo The table should have the title "ZooHabitatKonzeptNutzungs" und the data must be loaded from the server with the following relative URL: "/ZooService/zoohabitatkonzeptnutzung/zoo/{id}" Add a HTML table to the view with the following ForschungsKooperation columns: - column: Beschreibung - column: Zoo - column: Forschungsinstitut - column: Startjahr - column: Endjahr - column: Thema The table should have the title "ForschungsKooperations" und the data must be loaded from the server with the following relative URL: "/ForschungsinstitutService/forschungskooperation/zoo/{id}" Add a HTML table to the view with the following ProjektZooPartner columns: - column: BeitragBeschreibung - column: Rolle - column: Auswilderungsprojekt - column: Zoo The table should have the title "ProjektZooPartners" und the data must be loaded from the server with the following relative URL: "/AuswilderungsprojektService/projektzoopartner/zoo/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum