Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
QualifikationView
Please create a React-JS view called "QualifikationView" for the fields of the Qualifikation entity. The QualifikationView must contain the following fields: - name: AusbildungsdauerJahre type: INT - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: Code type: STRING An existing Qualifikation entity should be loaded from the relative URL: "/BewohnerService/qualifikation/{id}" (HTTP-GET) If a new Qualifikation entity has been created, the new entity should be posted to the relative URL: "/BewohnerService/qualifikation" (HTTP-POST) If an existing Qualifikation entity has been updated, the modified entity should be sent to the relative URL: "/BewohnerService/qualifikation/{id}" (HTTP-PUT) If an existing Qualifikation entity has to be deleted, the following relative URL should be called: "/BewohnerService/qualifikation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Personal columns: - column: Qualifikation - column: Geburtsdatum - column: BeschaeftigtBis - column: Nachname - column: Fachkraft - column: Pflegeheim - column: Vorname - column: Vollzeitaequivalent - column: BeschaeftigtSeit The table should have the title "Personals" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/personal/qualifikation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum