Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WirtschaftskriseView
Please create a React-JS view called "WirtschaftskriseView" for the fields of the Wirtschaftskrise entity. The WirtschaftskriseView must contain the following fields: - name: Endjahr type: LONG - name: Name type: STRING - name: Notizen type: STRING - name: Startjahr type: LONG An existing Wirtschaftskrise entity should be loaded from the relative URL: "/AnlageService/wirtschaftskrise/{id}" (HTTP-GET) If a new Wirtschaftskrise entity has been created, the new entity should be posted to the relative URL: "/AnlageService/wirtschaftskrise" (HTTP-POST) If an existing Wirtschaftskrise entity has been updated, the modified entity should be sent to the relative URL: "/AnlageService/wirtschaftskrise/{id}" (HTTP-PUT) If an existing Wirtschaftskrise entity has to be deleted, the following relative URL should be called: "/AnlageService/wirtschaftskrise/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Ereignis columns: - column: Land - column: Beschreibung - column: Ereignisart - column: Krieg - column: Wirtschaftskrise - column: Name - column: Tag - column: Monat - column: Jahr - column: Stadt The table should have the title "Ereigniss" und the data must be loaded from the server with the following relative URL: "/AnlageService/ereignis/wirtschaftskrise/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum