Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BackstubeView
Please create a React-JS view called "BackstubeView" for the fields of the Backstube entity. The BackstubeView must contain the following fields: - name: FlaecheQm type: DOUBLE - name: MaximaleTagesproduktion type: DOUBLE - name: Name type: STRING - name: Produktionsstandort type: Produktionsstandort The data source for the [Produktionsstandort] select control should be loaded from the relative URL: "/ProduktionsstandortService/produktionsstandort" (HTTP-GET) An existing Backstube entity should be loaded from the relative URL: "/BackstubeService/backstube/{id}" (HTTP-GET) If a new Backstube entity has been created, the new entity should be posted to the relative URL: "/BackstubeService/backstube" (HTTP-POST) If an existing Backstube entity has been updated, the modified entity should be sent to the relative URL: "/BackstubeService/backstube/{id}" (HTTP-PUT) If an existing Backstube entity has to be deleted, the following relative URL should be called: "/BackstubeService/backstube/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Maschine columns: - column: Beschreibung - column: IstGekapselt - column: Backstube - column: Maschinentyp The table should have the title "Maschines" und the data must be loaded from the server with the following relative URL: "/BackstubeService/maschine/backstube/{id}" Add a HTML table to the view with the following Ofen columns: - column: Ofentyp - column: Baujahr - column: Backstube - column: IstGemauert - column: KapazitaetKg The table should have the title "Ofens" und the data must be loaded from the server with the following relative URL: "/BackstubeService/ofen/backstube/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum