Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StudieView
Please create a React-JS view called "StudieView" for the fields of the Studie entity. The StudieView must contain the following fields: - name: Auftraggeber type: STRING - name: Auftragnehmer type: STRING - name: Jahr type: LONG - name: Projektnummer type: STRING - name: Titel type: STRING - name: Version type: STRING An existing Studie entity should be loaded from the relative URL: "/StudieService/studie/{id}" (HTTP-GET) If a new Studie entity has been created, the new entity should be posted to the relative URL: "/StudieService/studie" (HTTP-POST) If an existing Studie entity has been updated, the modified entity should be sent to the relative URL: "/StudieService/studie/{id}" (HTTP-PUT) If an existing Studie entity has to be deleted, the following relative URL should be called: "/StudieService/studie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following InfrastrukturProjekt columns: - column: EndeJahr - column: Studie - column: Name - column: Status - column: ProjektTyp - column: Wasserstrasse - column: IstFehmarnbeltBezug - column: StartJahr - column: Beschreibung - column: IstA20Bezug The table should have the title "InfrastrukturProjekts" und the data must be loaded from the server with the following relative URL: "/WasserstrasseService/infrastrukturprojekt/studie/{id}" Add a HTML table to the view with the following VerkehrsStatistik columns: - column: MengePassagiere - column: Studie - column: Schiffsanlaeufe - column: Wasserstrasse - column: Region - column: Jahr - column: MengeFahrzeuge - column: Verkehrsmodus - column: Quelle - column: MengeTonnen - column: MengeTeu - column: Beschreibung The table should have the title "VerkehrsStatistiks" und the data must be loaded from the server with the following relative URL: "/StudieService/verkehrsstatistik/studie/{id}" Add a HTML table to the view with the following FischereiStatistik columns: - column: Studie - column: UmsatzEuro - column: FangTonnen - column: IstOstsee - column: DurchschnittspreisEuro - column: Schiffstyp - column: FischereiHafen - column: AnzahlBesatzung - column: AnzahlSchiffe - column: Jahr - column: IstNordsee The table should have the title "FischereiStatistiks" und the data must be loaded from the server with the following relative URL: "/StudieService/fischereistatistik/studie/{id}" Add a HTML table to the view with the following Empfehlung columns: - column: Titel - column: IstTopEmpfehlung - column: Code - column: Prioritaet - column: HandlungsFeld - column: Studie - column: Beschreibung The table should have the title "Empfehlungs" und the data must be loaded from the server with the following relative URL: "/StudieService/empfehlung/studie/{id}" Add a HTML table to the view with the following SwotEintrag columns: - column: Titel - column: Typ - column: Megatrend - column: Beschreibung - column: Studie - column: SwotKategorie The table should have the title "SwotEintrags" und the data must be loaded from the server with the following relative URL: "/SwotKategorieService/swoteintrag/studie/{id}" Add a HTML table to the view with the following BeschaeftigungsStatistik columns: - column: Studie - column: AnteilLogistikSektorProzent - column: Region - column: Beschaeftigungssektor - column: Jahr - column: BeschaeftigteLogistikBerufe - column: AnteilLogistikBerufeProzent - column: BeschaeftigteLogistikSektor - column: Quelle - column: OffeneStellen - column: BeschaeftigteGesamt The table should have the title "BeschaeftigungsStatistiks" und the data must be loaded from the server with the following relative URL: "/BeschaeftigungssektorService/beschaeftigungsstatistik/studie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum