Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierTaxonView
Please create a React-JS view called "TierTaxonView" for the fields of the TierTaxon entity. The TierTaxonView must contain the following fields: - name: ElternTaxon type: LONG - name: IstDomestiziert type: BOOL - name: IstInDerWildnisAusgestorben type: BOOL - name: Notizen type: STRING - name: Rang type: STRING - name: RoteListeKategorie type: STRING - name: Trivialname type: STRING - name: WissenschaftlicherName type: STRING An existing TierTaxon entity should be loaded from the relative URL: "/TierTaxonService/tiertaxon/{id}" (HTTP-GET) If a new TierTaxon entity has been created, the new entity should be posted to the relative URL: "/TierTaxonService/tiertaxon" (HTTP-POST) If an existing TierTaxon entity has been updated, the modified entity should be sent to the relative URL: "/TierTaxonService/tiertaxon/{id}" (HTTP-PUT) If an existing TierTaxon entity has to be deleted, the following relative URL should be called: "/TierTaxonService/tiertaxon/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ProgrammArt columns: - column: Notizen - column: Artenschutzprogramm - column: TierTaxon - column: Rolle The table should have the title "ProgrammArts" und the data must be loaded from the server with the following relative URL: "/TierTaxonService/programmart/tiertaxon/{id}" Add a HTML table to the view with the following ProjektArt columns: - column: IstLaufend - column: Notizen - column: AnzahlAusgewildert - column: Auswilderungsprojekt - column: TierTaxon The table should have the title "ProjektArts" und the data must be loaded from the server with the following relative URL: "/AuswilderungsprojektService/projektart/tiertaxon/{id}" Add a HTML table to the view with the following PublikationArt columns: - column: ForschungsPublikation - column: FokusTyp - column: TierTaxon The table should have the title "PublikationArts" und the data must be loaded from the server with the following relative URL: "/ForschungsPublikationService/publikationart/tiertaxon/{id}" Add a HTML table to the view with the following GehegeTier columns: - column: IstZuchtgruppe - column: TierTaxon - column: Gehege - column: Mindestanzahl - column: Maximalanzahl - column: Notizen The table should have the title "GehegeTiers" und the data must be loaded from the server with the following relative URL: "/GehegeService/gehegetier/tiertaxon/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum