Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MaterialView
Please create a React-JS view called "MaterialView" for the fields of the Material entity. The MaterialView must contain the following fields: - name: Beschreibung type: STRING - name: IstFuerTrinkwasserZugelassen type: BOOL - name: Kategorie type: STRING - name: Name type: STRING An existing Material entity should be loaded from the relative URL: "/MaterialService/material/{id}" (HTTP-GET) If a new Material entity has been created, the new entity should be posted to the relative URL: "/MaterialService/material" (HTTP-POST) If an existing Material entity has been updated, the modified entity should be sent to the relative URL: "/MaterialService/material/{id}" (HTTP-PUT) If an existing Material entity has to be deleted, the following relative URL should be called: "/MaterialService/material/{id}" (HTTP-DELETE) Add a HTML table to the view with the following InstallationsRichtlinie columns: - column: Material - column: Leitungsart - column: Titel - column: MaxTemperaturC - column: MaxStagnationsVolumenL - column: Beschreibung - column: Norm - column: Hinweise The table should have the title "InstallationsRichtlinies" und the data must be loaded from the server with the following relative URL: "/LeitungsartService/installationsrichtlinie/material/{id}" Add a HTML table to the view with the following Hydrant columns: - column: HydrantTyp - column: NennweiteDn - column: Hinweise - column: Material - column: Rohrabschnitt - column: InstallationsOrt - column: IstBetriebsbereit - column: Baujahr The table should have the title "Hydrants" und the data must be loaded from the server with the following relative URL: "/MaterialService/hydrant/material/{id}" Add a HTML table to the view with the following MaterialEinschraenkung columns: - column: Material - column: GueltigBis - column: Land - column: Hinweise - column: GueltigVon - column: Einschraenkungsart - column: Rechtsgrundlage The table should have the title "MaterialEinschraenkungs" und the data must be loaded from the server with the following relative URL: "/LandService/materialeinschraenkung/material/{id}" Add a HTML table to the view with the following Rohrabschnitt columns: - column: Baujahr - column: InstallationsOrt - column: LaengeM - column: AussendurchmesserMm - column: Material - column: MaxBetriebsdruckBar - column: IstUnterirdisch - column: NennweiteDn - column: Wasserleitung - column: InnendurchmesserMm - column: Hinweise The table should have the title "Rohrabschnitts" und the data must be loaded from the server with the following relative URL: "/RohrabschnittService/rohrabschnitt/material/{id}" Add a HTML table to the view with the following Formstueck columns: - column: Hinweise - column: NennweiteDn - column: Material - column: Rohrabschnitt - column: FormstueckTyp The table should have the title "Formstuecks" und the data must be loaded from the server with the following relative URL: "/MaterialService/formstueck/material/{id}" Add a HTML table to the view with the following Ersatz columns: - column: Material - column: Grund - column: Rohrabschnitt - column: Beschreibung - column: ErsatzDatum The table should have the title "Ersatzs" und the data must be loaded from the server with the following relative URL: "/MaterialService/ersatz/material/{id}" Add a HTML table to the view with the following Ventil columns: - column: Rohrabschnitt - column: InstallationsOrt - column: NennweiteDn - column: Hinweise - column: Material - column: IstNormalOffen - column: VentilTyp - column: Baujahr The table should have the title "Ventils" und the data must be loaded from the server with the following relative URL: "/InstallationsOrtService/ventil/material/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum