Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonalView
Please create a React-JS view called "PersonalView" for the fields of the Personal entity. The PersonalView must contain the following fields: - name: BeschaeftigtBis type: DATE - name: BeschaeftigtSeit type: DATE - name: Fachkraft type: BOOL - name: Geburtsdatum type: DATE - name: Nachname type: STRING - name: Pflegeheim type: Pflegeheim - name: Qualifikation type: Qualifikation - name: Vollzeitaequivalent type: DOUBLE - name: Vorname type: STRING The data source for the [Pflegeheim] select control should be loaded from the relative URL: "/PflegeheimService/pflegeheim" (HTTP-GET) The data source for the [Qualifikation] select control should be loaded from the relative URL: "/BewohnerService/qualifikation" (HTTP-GET) An existing Personal entity should be loaded from the relative URL: "/PflegeheimService/personal/{id}" (HTTP-GET) If a new Personal entity has been created, the new entity should be posted to the relative URL: "/PflegeheimService/personal" (HTTP-POST) If an existing Personal entity has been updated, the modified entity should be sent to the relative URL: "/PflegeheimService/personal/{id}" (HTTP-PUT) If an existing Personal entity has to be deleted, the following relative URL should be called: "/PflegeheimService/personal/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PersonalRolle columns: - column: GueltigAb - column: Personal - column: Rolle - column: GueltigBis The table should have the title "PersonalRolles" und the data must be loaded from the server with the following relative URL: "/PflegeheimketteService/personalrolle/personal/{id}" Add a HTML table to the view with the following Personalschluessel columns: - column: Bundesland - column: GueltigBis - column: Pflegegrad - column: VerhaeltnisBewohnerProKraft - column: Pflegeheim - column: Personalart - column: GueltigAb The table should have the title "Personalschluessels" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/personalschluessel/personalart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum