Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StandortView
Please create a React-JS view called "StandortView" for the fields of the Standort entity. The StandortView must contain the following fields: - name: Adresse type: Adresse - name: Bezeichnung type: STRING - name: Email type: STRING - name: LokaleTafel type: LokaleTafel - name: StandortTyp type: STRING - name: Telefon type: STRING The data source for the [Adresse] select control should be loaded from the relative URL: "/AdresseService/adresse" (HTTP-GET) The data source for the [LokaleTafel] select control should be loaded from the relative URL: "/LokaleTafelService/lokaletafel" (HTTP-GET) An existing Standort entity should be loaded from the relative URL: "/StandortService/standort/{id}" (HTTP-GET) If a new Standort entity has been created, the new entity should be posted to the relative URL: "/StandortService/standort" (HTTP-POST) If an existing Standort entity has been updated, the modified entity should be sent to the relative URL: "/StandortService/standort/{id}" (HTTP-PUT) If an existing Standort entity has to be deleted, the following relative URL should be called: "/StandortService/standort/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Oeffnungszeit columns: - column: BisZeit - column: Wochentag - column: GueltigVon - column: GueltigBis - column: Standort - column: VonZeit The table should have the title "Oeffnungszeits" und the data must be loaded from the server with the following relative URL: "/StandortService/oeffnungszeit/standort/{id}" Add a HTML table to the view with the following Lager columns: - column: TemperaturzonenBeschreibung - column: KapazitaetKubikmeter - column: Standort The table should have the title "Lagers" und the data must be loaded from the server with the following relative URL: "/LagerService/lager/standort/{id}" Add a HTML table to the view with the following Ausgabestelle columns: - column: AusgabeTyp - column: Standort - column: MaxHaushalteProTag The table should have the title "Ausgabestelles" und the data must be loaded from the server with the following relative URL: "/StandortService/ausgabestelle/standort/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum