Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LagemeldungView
Please create a React-JS view called "LagemeldungView" for the fields of the Lagemeldung entity. The LagemeldungView must contain the following fields: - name: Lage type: Lage - name: Lagezentrum type: Lagezentrum - name: QuellenTyp type: STRING - name: Schweregrad type: STRING - name: Zeitstempel type: DATE - name: Zusammenfassung type: STRING The data source for the [Lage] select control should be loaded from the relative URL: "/LageService/lage" (HTTP-GET) The data source for the [Lagezentrum] select control should be loaded from the relative URL: "/LagezentrumService/lagezentrum" (HTTP-GET) An existing Lagemeldung entity should be loaded from the relative URL: "/LagemeldungService/lagemeldung/{id}" (HTTP-GET) If a new Lagemeldung entity has been created, the new entity should be posted to the relative URL: "/LagemeldungService/lagemeldung" (HTTP-POST) If an existing Lagemeldung entity has been updated, the modified entity should be sent to the relative URL: "/LagemeldungService/lagemeldung/{id}" (HTTP-PUT) If an existing Lagemeldung entity has to be deleted, the following relative URL should be called: "/LagemeldungService/lagemeldung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LagemeldungMedium columns: - column: Lagemeldung - column: Medium The table should have the title "LagemeldungMediums" und the data must be loaded from the server with the following relative URL: "/LagemeldungService/lagemeldungmedium/lagemeldung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum