Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuerView
Please create a React-JS view called "BetreuerView" for the fields of the Betreuer entity. The BetreuerView must contain the following fields: - name: Aktiv type: BOOL - name: BetreuerArt type: STRING - name: IstBekannter type: BOOL - name: IstBerufsbetreuer type: BOOL - name: IstFamilienangehoeriger type: BOOL - name: Notizen type: STRING - name: Person type: Person - name: Registrierungsdatum type: DATE The data source for the [Person] select control should be loaded from the relative URL: "/BetreuterService/person" (HTTP-GET) An existing Betreuer entity should be loaded from the relative URL: "/BetreuerService/betreuer/{id}" (HTTP-GET) If a new Betreuer entity has been created, the new entity should be posted to the relative URL: "/BetreuerService/betreuer" (HTTP-POST) If an existing Betreuer entity has been updated, the modified entity should be sent to the relative URL: "/BetreuerService/betreuer/{id}" (HTTP-PUT) If an existing Betreuer entity has to be deleted, the following relative URL should be called: "/BetreuerService/betreuer/{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/eingereichtvonbetreuer/{id}" Add a HTML table to the view with the following Betreuung columns: - column: Beendigungsgrund - column: Betreuter - column: Betreuer - column: AufgabenBeschreibung - column: EndeDatum - column: Betreuungsgericht - column: Betreuungsbehoerde - column: BeginnDatum - column: IstEhrenamtlich - column: IstUmfassend - column: AngelegtAm - column: Notizen The table should have the title "Betreuungs" und the data must be loaded from the server with the following relative URL: "/BetreuungService/betreuung/betreuer/{id}" Add a HTML table to the view with the following BetreuerSchulung columns: - column: ZertifikatNummer - column: Betreuer - column: Notizen - column: AbschlussDatum - column: Schulung - column: Zertifikat The table should have the title "BetreuerSchulungs" und the data must be loaded from the server with the following relative URL: "/BetreuungsbehoerdeService/betreuerschulung/betreuer/{id}" Add a HTML table to the view with the following BetreuerVereinMitgliedschaft columns: - column: VonDatum - column: BisDatum - column: Rolle - column: Betreuungsverein - column: Betreuer - column: Notizen The table should have the title "BetreuerVereinMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/BetreuerService/betreuervereinmitgliedschaft/betreuer/{id}" Add a HTML table to the view with the following Aufwendungsentschaedigung columns: - column: Rechtsgrundlage - column: Notizen - column: Jahr - column: Waehrung - column: Gericht - column: Betreuer - column: Steuerpflichtig - column: GewaehrtAm - column: Pauschale The table should have the title "Aufwendungsentschaedigungs" und the data must be loaded from the server with the following relative URL: "/BetreuerService/aufwendungsentschaedigung/betreuer/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum