Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BildungseinrichtungApp
Please create a React-JS application for the BildungseinrichtungModule. The application has to offer the following views for the user interface: 1. BildungseinrichtungView 2. BildungseinrichtungAusbildungsprogrammView 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 BildungseinrichtungView must contain the following fields: - name: Land type: STRING - name: Name type: STRING - name: Stadt type: STRING An existing Bildungseinrichtung entity should be loaded from the relative URL: "/BildungseinrichtungService/bildungseinrichtung/{id}" (HTTP-GET) If a new Bildungseinrichtung entity has been created, the new entity should be posted to the relative URL: "/BildungseinrichtungService/bildungseinrichtung" (HTTP-POST) If an existing Bildungseinrichtung entity has been updated, the modified entity should be sent to the relative URL: "/BildungseinrichtungService/bildungseinrichtung/{id}" (HTTP-PUT) If an existing Bildungseinrichtung entity has to be deleted, the following relative URL should be called: "/BildungseinrichtungService/bildungseinrichtung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BildungseinrichtungAusbildungsprogramm columns: - column: Ausbildungsprogramm - column: Bildungseinrichtung The table should have the title "BildungseinrichtungAusbildungsprogramms" und the data must be loaded from the server with the following relative URL: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm/bildungseinrichtung/{id}" 2. The BildungseinrichtungAusbildungsprogrammView must contain the following fields: - name: Ausbildungsprogramm type: Ausbildungsprogramm - name: Bildungseinrichtung type: Bildungseinrichtung The data source for the [Bildungseinrichtung] select control should be loaded from the relative URL: "/BildungseinrichtungService/bildungseinrichtung" (HTTP-GET) The data source for the [Ausbildungsprogramm] select control should be loaded from the relative URL: "/MarktsegmentService/ausbildungsprogramm" (HTTP-GET) An existing BildungseinrichtungAusbildungsprogramm entity should be loaded from the relative URL: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm/{id}" (HTTP-GET) If a new BildungseinrichtungAusbildungsprogramm entity has been created, the new entity should be posted to the relative URL: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm" (HTTP-POST) If an existing BildungseinrichtungAusbildungsprogramm entity has been updated, the modified entity should be sent to the relative URL: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm/{id}" (HTTP-PUT) If an existing BildungseinrichtungAusbildungsprogramm entity has to be deleted, the following relative URL should be called: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum