Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProduktionsstandortView
Please create a React-JS view called "ProduktionsstandortView" for the fields of the Produktionsstandort entity. The ProduktionsstandortView must contain the following fields: - name: Adresse type: Adresse - name: Baeckerei type: Baeckerei - name: HatBackstubenMuseum type: BOOL - name: IstVollautomatisiert type: BOOL - name: Name type: STRING - name: Produktionsskala 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 [Baeckerei] select control should be loaded from the relative URL: "/BaeckereiService/baeckerei" (HTTP-GET) An existing Produktionsstandort entity should be loaded from the relative URL: "/ProduktionsstandortService/produktionsstandort/{id}" (HTTP-GET) If a new Produktionsstandort entity has been created, the new entity should be posted to the relative URL: "/ProduktionsstandortService/produktionsstandort" (HTTP-POST) If an existing Produktionsstandort entity has been updated, the modified entity should be sent to the relative URL: "/ProduktionsstandortService/produktionsstandort/{id}" (HTTP-PUT) If an existing Produktionsstandort entity has to be deleted, the following relative URL should be called: "/ProduktionsstandortService/produktionsstandort/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Schicht columns: - column: Produktionsstandort - column: Startzeit - column: Endzeit - column: Beschreibung The table should have the title "Schichts" und the data must be loaded from the server with the following relative URL: "/ProduktionsstandortService/schicht/produktionsstandort/{id}" Add a HTML table to the view with the following Backstube columns: - column: Name - column: FlaecheQm - column: Produktionsstandort - column: MaximaleTagesproduktion The table should have the title "Backstubes" und the data must be loaded from the server with the following relative URL: "/BackstubeService/backstube/produktionsstandort/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum