Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LagerView
Please create a React-JS view called "LagerView" for the fields of the Lager entity. The LagerView must contain the following fields: - name: KapazitaetKubikmeter type: STRING - name: Standort type: Standort - name: TemperaturzonenBeschreibung type: STRING The data source for the [Standort] select control should be loaded from the relative URL: "/StandortService/standort" (HTTP-GET) An existing Lager entity should be loaded from the relative URL: "/LagerService/lager/{id}" (HTTP-GET) If a new Lager entity has been created, the new entity should be posted to the relative URL: "/LagerService/lager" (HTTP-POST) If an existing Lager entity has been updated, the modified entity should be sent to the relative URL: "/LagerService/lager/{id}" (HTTP-PUT) If an existing Lager entity has to be deleted, the following relative URL should be called: "/LagerService/lager/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Abholstopp columns: - column: Lager - column: StoppTyp - column: Route - column: Reihenfolge - column: SpenderFiliale The table should have the title "Abholstopps" und the data must be loaded from the server with the following relative URL: "/LagerService/abholstopp/lager/{id}" Add a HTML table to the view with the following Spendenposition columns: - column: Mindesthaltbarkeit - column: GewichtKg - column: Produktname - column: MengeEinheiten - column: Lager - column: Spende - column: Produktkategorie The table should have the title "Spendenpositions" und the data must be loaded from the server with the following relative URL: "/SpendeService/spendenposition/lager/{id}" Add a HTML table to the view with the following Einsatz columns: - column: BisDatum - column: Route - column: EinsatzTyp - column: Lager - column: VonDatum - column: Ausgabestelle - column: Ehrenamtlicher The table should have the title "Einsatzs" und the data must be loaded from the server with the following relative URL: "/EhrenamtlicherService/einsatz/lager/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum