Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StaatApp
Please create a React-JS application for the StaatModule. The application has to offer the following views for the user interface: 1. PersonVersicherungView 2. StaatView 3. VersicherungView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 3 views are defined below. 1. The PersonVersicherungView must contain the following fields: - name: BisDatum type: DATE - name: Tagespflegeperson type: Tagespflegeperson - name: Versicherung type: Versicherung - name: Vertragsnummer type: STRING - name: VonDatum type: DATE The data source for the [Tagespflegeperson] select control should be loaded from the relative URL: "/TagespflegepersonService/tagespflegeperson" (HTTP-GET) The data source for the [Versicherung] select control should be loaded from the relative URL: "/StaatService/versicherung" (HTTP-GET) An existing PersonVersicherung entity should be loaded from the relative URL: "/StaatService/personversicherung/{id}" (HTTP-GET) If a new PersonVersicherung entity has been created, the new entity should be posted to the relative URL: "/StaatService/personversicherung" (HTTP-POST) If an existing PersonVersicherung entity has been updated, the modified entity should be sent to the relative URL: "/StaatService/personversicherung/{id}" (HTTP-PUT) If an existing PersonVersicherung entity has to be deleted, the following relative URL should be called: "/StaatService/personversicherung/{id}" (HTTP-DELETE) 2. The StaatView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING - name: Typ type: STRING An existing Staat entity should be loaded from the relative URL: "/StaatService/staat/{id}" (HTTP-GET) If a new Staat entity has been created, the new entity should be posted to the relative URL: "/StaatService/staat" (HTTP-POST) If an existing Staat entity has been updated, the modified entity should be sent to the relative URL: "/StaatService/staat/{id}" (HTTP-PUT) If an existing Staat entity has to be deleted, the following relative URL should be called: "/StaatService/staat/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Versicherung columns: - column: Staat - column: Name - column: Anbieter - column: Typ The table should have the title "Versicherungs" und the data must be loaded from the server with the following relative URL: "/StaatService/versicherung/staat/{id}" Add a HTML table to the view with the following Tagespflegeperson columns: - column: Geschlecht - column: IstInGrossTagespflege - column: AktivVon - column: IstPaedFachkraft - column: MaxKinder - column: AktivBis - column: IstOeffentlichGefoerdert - column: Nachname - column: HatPflegeerlaubnis - column: PflegeerlaubnisBis - column: PflegeerlaubnisVon - column: Jugendamt - column: Staat - column: Vorname - column: Bundesland - column: Kommune The table should have the title "Tagespflegepersons" und the data must be loaded from the server with the following relative URL: "/TagespflegepersonService/tagespflegeperson/staat/{id}" Add a HTML table to the view with the following Gesetz columns: - column: GueltigVon - column: Beschreibung - column: Staat - column: Titel - column: Code - column: Paragraph - column: GueltigBis The table should have the title "Gesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/gesetz/staat/{id}" Add a HTML table to the view with the following Kind columns: - column: Nachname - column: Vorname - column: Geburtsdatum - column: Kommune - column: Staat - column: Geschlecht - column: Bundesland The table should have the title "Kinds" und the data must be loaded from the server with the following relative URL: "/KindService/kind/staat/{id}" Add a HTML table to the view with the following Foerderprogramm columns: - column: Bundesland - column: EndDatum - column: Beschreibung - column: Name - column: StartDatum - column: Rechtsgrundlage - column: Staat The table should have the title "Foerderprogramms" und the data must be loaded from the server with the following relative URL: "/FoerderprogrammService/foerderprogramm/staat/{id}" Add a HTML table to the view with the following StatistikDatensatz columns: - column: Quelle - column: GrossTagespflegen - column: Tagespflegepersonen - column: KinderInPflege - column: Jahr - column: Monat - column: Staat - column: Bundesland The table should have the title "StatistikDatensatzs" und the data must be loaded from the server with the following relative URL: "/BundeslandService/statistikdatensatz/staat/{id}" Add a HTML table to the view with the following Raum columns: - column: IstPrivatwohnung - column: Bundesland - column: Postleitzahl - column: IstGemietet - column: IstAbgenommen - column: Adresse2 - column: Staat - column: Adresse1 - column: Kapazitaet - column: IstElternwohnung - column: Ort - column: Kommune The table should have the title "Raums" und the data must be loaded from the server with the following relative URL: "/JugendamtService/raum/staat/{id}" Add a HTML table to the view with the following Bundesland columns: - column: Abkuerzung - column: Staat - column: Name The table should have the title "Bundeslands" und the data must be loaded from the server with the following relative URL: "/BundeslandService/bundesland/staat/{id}" Add a HTML table to the view with the following Verband columns: - column: Bundesland - column: Webseite - column: Staat - column: Name - column: Typ The table should have the title "Verbands" und the data must be loaded from the server with the following relative URL: "/VerbandService/verband/staat/{id}" Add a HTML table to the view with the following Haushalt columns: - column: Postleitzahl - column: Einkommensstufe - column: Adresse1 - column: Ort - column: Adresse2 - column: Bundesland - column: Kommune - column: Staat The table should have the title "Haushalts" und the data must be loaded from the server with the following relative URL: "/KommuneService/haushalt/staat/{id}" 3. The VersicherungView must contain the following fields: - name: Anbieter type: STRING - name: Name type: STRING - name: Staat type: Staat - name: Typ type: STRING The data source for the [Staat] select control should be loaded from the relative URL: "/StaatService/staat" (HTTP-GET) An existing Versicherung entity should be loaded from the relative URL: "/StaatService/versicherung/{id}" (HTTP-GET) If a new Versicherung entity has been created, the new entity should be posted to the relative URL: "/StaatService/versicherung" (HTTP-POST) If an existing Versicherung entity has been updated, the modified entity should be sent to the relative URL: "/StaatService/versicherung/{id}" (HTTP-PUT) If an existing Versicherung entity has to be deleted, the following relative URL should be called: "/StaatService/versicherung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PersonVersicherung columns: - column: BisDatum - column: Vertragsnummer - column: Versicherung - column: VonDatum - column: Tagespflegeperson The table should have the title "PersonVersicherungs" und the data must be loaded from the server with the following relative URL: "/StaatService/personversicherung/versicherung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum