Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuungView
Please create a React-JS view called "BetreuungView" for the fields of the Betreuung entity. The BetreuungView must contain the following fields: - name: AngelegtAm type: DATE - name: AufgabenBeschreibung type: STRING - name: Beendigungsgrund type: STRING - name: BeginnDatum type: DATE - name: Betreuer type: Betreuer - name: Betreuter type: Betreuter - name: Betreuungsbehoerde type: Betreuungsbehoerde - name: Betreuungsgericht type: Betreuungsgericht - name: EndeDatum type: DATE - name: IstEhrenamtlich type: BOOL - name: IstUmfassend type: BOOL - name: Notizen type: STRING The data source for the [Betreuungsbehoerde] select control should be loaded from the relative URL: "/BetreuungsbehoerdeService/betreuungsbehoerde" (HTTP-GET) The data source for the [Betreuungsgericht] select control should be loaded from the relative URL: "/BetreuungService/betreuungsgericht" (HTTP-GET) The data source for the [Betreuer] select control should be loaded from the relative URL: "/BetreuerService/betreuer" (HTTP-GET) The data source for the [Betreuter] select control should be loaded from the relative URL: "/BetreuterService/betreuter" (HTTP-GET) An existing Betreuung entity should be loaded from the relative URL: "/BetreuungService/betreuung/{id}" (HTTP-GET) If a new Betreuung entity has been created, the new entity should be posted to the relative URL: "/BetreuungService/betreuung" (HTTP-POST) If an existing Betreuung entity has been updated, the modified entity should be sent to the relative URL: "/BetreuungService/betreuung/{id}" (HTTP-PUT) If an existing Betreuung entity has to be deleted, the following relative URL should be called: "/BetreuungService/betreuung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Antrag columns: - column: Betreuung - column: EingereichtVonBetreuter - column: EingereichtVonPerson - column: Notizen - column: AntragArt - column: EingereichtVonBehoerde - column: EingereichtVonBetreuer - column: Gericht - column: Status - column: Eingangsdatum The table should have the title "Antrags" und the data must be loaded from the server with the following relative URL: "/BetreuterService/antrag/betreuung/{id}" Add a HTML table to the view with the following BetreuungAufgabenkreis columns: - column: BisDatum - column: VonDatum - column: Notizen - column: Betreuung - column: Aufgabenkreis - column: IstEinschraenkung The table should have the title "BetreuungAufgabenkreiss" und the data must be loaded from the server with the following relative URL: "/AufgabenkreisService/betreuungaufgabenkreis/betreuung/{id}" Add a HTML table to the view with the following Verguetung columns: - column: Entscheidungsdatum - column: IstEhrenamtspauschale - column: ZeitraumBis - column: Rechtsgrundlage - column: Betrag - column: Waehrung - column: ZeitraumVon - column: GerichtGenehmigt - column: Betreuung - column: Notizen - column: BasisArt The table should have the title "Verguetungs" und the data must be loaded from the server with the following relative URL: "/AufgabenkreisService/verguetung/betreuung/{id}" Add a HTML table to the view with the following Beschluss columns: - column: Zusammenfassung - column: Antrag - column: Gericht - column: Rechtsgrundlage - column: Ergebnis - column: BeschlussArt - column: Entscheidungsdatum - column: Betreuung The table should have the title "Beschlusss" und the data must be loaded from the server with the following relative URL: "/BetreuungService/beschluss/betreuung/{id}" Add a HTML table to the view with the following Bericht columns: - column: InhaltKurz - column: FaelligAm - column: EingereichtAm - column: BerichtArt - column: Betreuung - column: Notizen - column: GerichtAkzeptiert The table should have the title "Berichts" und the data must be loaded from the server with the following relative URL: "/BetreuungService/bericht/betreuung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum