Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MegatrendView
Please create a React-JS view called "MegatrendView" for the fields of the Megatrend entity. The MegatrendView must contain the following fields: - name: Beschreibung type: STRING - name: Kategorie type: STRING - name: Name type: STRING An existing Megatrend entity should be loaded from the relative URL: "/SwotKategorieService/megatrend/{id}" (HTTP-GET) If a new Megatrend entity has been created, the new entity should be posted to the relative URL: "/SwotKategorieService/megatrend" (HTTP-POST) If an existing Megatrend entity has been updated, the modified entity should be sent to the relative URL: "/SwotKategorieService/megatrend/{id}" (HTTP-PUT) If an existing Megatrend entity has to be deleted, the following relative URL should be called: "/SwotKategorieService/megatrend/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SwotEintrag columns: - column: Titel - column: Typ - column: Megatrend - column: Beschreibung - column: Studie - column: SwotKategorie The table should have the title "SwotEintrags" und the data must be loaded from the server with the following relative URL: "/SwotKategorieService/swoteintrag/megatrend/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum