Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SozialverhaltenZielApp
Please create a React-JS application for the SozialverhaltenZielModule. The application has to offer the following views for the user interface: 1. KursSozialverhaltenZielView 2. SozialverhaltenZielView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 2 views are defined below. 1. The KursSozialverhaltenZielView must contain the following fields: - name: Kurs type: Kurs - name: SozialverhaltenZiel type: SozialverhaltenZiel The data source for the [Kurs] select control should be loaded from the relative URL: "/KursService/kurs" (HTTP-GET) The data source for the [SozialverhaltenZiel] select control should be loaded from the relative URL: "/SozialverhaltenZielService/sozialverhaltenziel" (HTTP-GET) An existing KursSozialverhaltenZiel entity should be loaded from the relative URL: "/SozialverhaltenZielService/kurssozialverhaltenziel/{id}" (HTTP-GET) If a new KursSozialverhaltenZiel entity has been created, the new entity should be posted to the relative URL: "/SozialverhaltenZielService/kurssozialverhaltenziel" (HTTP-POST) If an existing KursSozialverhaltenZiel entity has been updated, the modified entity should be sent to the relative URL: "/SozialverhaltenZielService/kurssozialverhaltenziel/{id}" (HTTP-PUT) If an existing KursSozialverhaltenZiel entity has to be deleted, the following relative URL should be called: "/SozialverhaltenZielService/kurssozialverhaltenziel/{id}" (HTTP-DELETE) 2. The SozialverhaltenZielView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing SozialverhaltenZiel entity should be loaded from the relative URL: "/SozialverhaltenZielService/sozialverhaltenziel/{id}" (HTTP-GET) If a new SozialverhaltenZiel entity has been created, the new entity should be posted to the relative URL: "/SozialverhaltenZielService/sozialverhaltenziel" (HTTP-POST) If an existing SozialverhaltenZiel entity has been updated, the modified entity should be sent to the relative URL: "/SozialverhaltenZielService/sozialverhaltenziel/{id}" (HTTP-PUT) If an existing SozialverhaltenZiel entity has to be deleted, the following relative URL should be called: "/SozialverhaltenZielService/sozialverhaltenziel/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KursSozialverhaltenZiel columns: - column: Kurs - column: SozialverhaltenZiel The table should have the title "KursSozialverhaltenZiels" und the data must be loaded from the server with the following relative URL: "/SozialverhaltenZielService/kurssozialverhaltenziel/sozialverhaltenziel/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum