Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RegalView
Please create a React-JS view called "RegalView" for the fields of the Regal entity. The RegalView must contain the following fields: - name: Bereich type: STRING - name: GangNummer type: INT - name: PositionBeschreibung type: STRING - name: Supermarkt type: Supermarkt The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) An existing Regal entity should be loaded from the relative URL: "/RegalzoneService/regal/{id}" (HTTP-GET) If a new Regal entity has been created, the new entity should be posted to the relative URL: "/RegalzoneService/regal" (HTTP-POST) If an existing Regal entity has been updated, the modified entity should be sent to the relative URL: "/RegalzoneService/regal/{id}" (HTTP-PUT) If an existing Regal entity has to be deleted, the following relative URL should be called: "/RegalzoneService/regal/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Artikel columns: - column: Warengruppe - column: Regal - column: IstNonFood - column: Fuellmenge - column: Packungseinheit - column: HerstellerMarke - column: Name - column: Regalzone - column: Waehrung - column: IstBio - column: PreisBrutto - column: Handelsmarke - column: Mindesthaltbarkeitsdatum - column: IstFrischware The table should have the title "Artikels" und the data must be loaded from the server with the following relative URL: "/RegalzoneService/artikel/regal/{id}" Add a HTML table to the view with the following Regalplatzierung columns: - column: Platzierungsdatum - column: Regal - column: Regalzone - column: Artikel - column: PraemieEuro The table should have the title "Regalplatzierungs" und the data must be loaded from the server with the following relative URL: "/RegalzoneService/regalplatzierung/regal/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum