Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandApp
Please create a React-JS application for the LandModule. The application has to offer the following views for the user interface: 1. BundeslandView 2. LandView 3. LeistungstraegerView 4. TraegerorganisationView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 4 views are defined below. 1. The BundeslandView must contain the following fields: - name: Land type: Land - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Bundesland entity should be loaded from the relative URL: "/LandService/bundesland/{id}" (HTTP-GET) If a new Bundesland entity has been created, the new entity should be posted to the relative URL: "/LandService/bundesland" (HTTP-POST) If an existing Bundesland entity has been updated, the modified entity should be sent to the relative URL: "/LandService/bundesland/{id}" (HTTP-PUT) If an existing Bundesland entity has to be deleted, the following relative URL should be called: "/LandService/bundesland/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Leistungstraeger columns: - column: Adresse1 - column: Ort - column: Land - column: Traegertyp - column: Name - column: Adresse2 - column: Postleitzahl - column: Bundesland The table should have the title "Leistungstraegers" und the data must be loaded from the server with the following relative URL: "/LandService/leistungstraeger/bundesland/{id}" Add a HTML table to the view with the following Person columns: - column: Nachname - column: Geschlecht - column: Ort - column: Land - column: Geburtsdatum - column: Postleitzahl - column: Strasse - column: Vorname - column: Bundesland The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/bundesland/{id}" Add a HTML table to the view with the following Traegerorganisation columns: - column: Traegertyp - column: Adresse2 - column: Ort - column: WebseiteUrl - column: Postleitzahl - column: Name - column: Adresse1 - column: Bundesland - column: Rechtsform - column: Land The table should have the title "Traegerorganisations" und the data must be loaded from the server with the following relative URL: "/LandService/traegerorganisation/bundesland/{id}" Add a HTML table to the view with the following Werkstatt columns: - column: Beschreibung - column: Name - column: Rechtsgrundlage - column: MitgliedEaspd - column: Kurzname - column: Land - column: Bundesland - column: Haupttraeger - column: MitgliedBagWfbm - column: Gruendungsjahr The table should have the title "Werkstatts" und the data must be loaded from the server with the following relative URL: "/WerkstattService/werkstatt/bundesland/{id}" 2. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Leistungstraeger columns: - column: Adresse1 - column: Ort - column: Land - column: Traegertyp - column: Name - column: Adresse2 - column: Postleitzahl - column: Bundesland The table should have the title "Leistungstraegers" und the data must be loaded from the server with the following relative URL: "/LandService/leistungstraeger/land/{id}" Add a HTML table to the view with the following Person columns: - column: Nachname - column: Geschlecht - column: Ort - column: Land - column: Geburtsdatum - column: Postleitzahl - column: Strasse - column: Vorname - column: Bundesland The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/land/{id}" Add a HTML table to the view with the following Bundesland columns: - column: Name - column: Land The table should have the title "Bundeslands" und the data must be loaded from the server with the following relative URL: "/LandService/bundesland/land/{id}" Add a HTML table to the view with the following Verband columns: - column: WebseiteUrl - column: Land - column: Kurzname - column: Name - column: Verbandsebene The table should have the title "Verbands" und the data must be loaded from the server with the following relative URL: "/VerbandService/verband/land/{id}" Add a HTML table to the view with the following Traegerorganisation columns: - column: Traegertyp - column: Adresse2 - column: Ort - column: WebseiteUrl - column: Postleitzahl - column: Name - column: Adresse1 - column: Bundesland - column: Rechtsform - column: Land The table should have the title "Traegerorganisations" und the data must be loaded from the server with the following relative URL: "/LandService/traegerorganisation/land/{id}" Add a HTML table to the view with the following Werkstatt columns: - column: Beschreibung - column: Name - column: Rechtsgrundlage - column: MitgliedEaspd - column: Kurzname - column: Land - column: Bundesland - column: Haupttraeger - column: MitgliedBagWfbm - column: Gruendungsjahr The table should have the title "Werkstatts" und the data must be loaded from the server with the following relative URL: "/WerkstattService/werkstatt/land/{id}" 3. The LeistungstraegerView must contain the following fields: - name: Adresse1 type: STRING - name: Adresse2 type: STRING - name: Bundesland type: Bundesland - name: Land type: Land - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Traegertyp type: STRING The data source for the [Bundesland] select control should be loaded from the relative URL: "/LandService/bundesland" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Leistungstraeger entity should be loaded from the relative URL: "/LandService/leistungstraeger/{id}" (HTTP-GET) If a new Leistungstraeger entity has been created, the new entity should be posted to the relative URL: "/LandService/leistungstraeger" (HTTP-POST) If an existing Leistungstraeger entity has been updated, the modified entity should be sent to the relative URL: "/LandService/leistungstraeger/{id}" (HTTP-PUT) If an existing Leistungstraeger entity has to be deleted, the following relative URL should be called: "/LandService/leistungstraeger/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TeilnehmendePersonFinanzierung columns: - column: Leistungstraeger - column: TeilnehmendePerson - column: Leistungsart - column: VonDatum - column: Bewilligungsnummer - column: BisDatum The table should have the title "TeilnehmendePersonFinanzierungs" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/teilnehmendepersonfinanzierung/leistungstraeger/{id}" 4. The TraegerorganisationView must contain the following fields: - name: Adresse1 type: STRING - name: Adresse2 type: STRING - name: Bundesland type: Bundesland - name: Land type: Land - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Rechtsform type: STRING - name: Traegertyp type: STRING - name: WebseiteUrl type: STRING The data source for the [Bundesland] select control should be loaded from the relative URL: "/LandService/bundesland" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Traegerorganisation entity should be loaded from the relative URL: "/LandService/traegerorganisation/{id}" (HTTP-GET) If a new Traegerorganisation entity has been created, the new entity should be posted to the relative URL: "/LandService/traegerorganisation" (HTTP-POST) If an existing Traegerorganisation entity has been updated, the modified entity should be sent to the relative URL: "/LandService/traegerorganisation/{id}" (HTTP-PUT) If an existing Traegerorganisation entity has to be deleted, the following relative URL should be called: "/LandService/traegerorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following WerkstattTraegerzuordnung columns: - column: Rolle - column: Traeger - column: GueltigVon - column: GueltigBis - column: Werkstatt The table should have the title "WerkstattTraegerzuordnungs" und the data must be loaded from the server with the following relative URL: "/BehinderungsartService/werkstatttraegerzuordnung/traeger/{id}" Add a HTML table to the view with the following Werkstatt columns: - column: Beschreibung - column: Name - column: Rechtsgrundlage - column: MitgliedEaspd - column: Kurzname - column: Land - column: Bundesland - column: Haupttraeger - column: MitgliedBagWfbm - column: Gruendungsjahr The table should have the title "Werkstatts" und the data must be loaded from the server with the following relative URL: "/WerkstattService/werkstatt/haupttraeger/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum