Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AuditView
Please create a React-JS view called "AuditView" for the fields of the Audit entity. The AuditView must contain the following fields: - name: Auditdatum type: DATE - name: AuditorName type: STRING - name: Audittype type: STRING - name: BerichtReferenz type: STRING - name: ErgebnisZusammenfassung type: STRING - name: Pflegedienst type: Pflegedienst The data source for the [Pflegedienst] select control should be loaded from the relative URL: "/PflegedienstService/pflegedienst" (HTTP-GET) An existing Audit entity should be loaded from the relative URL: "/AuditService/audit/{id}" (HTTP-GET) If a new Audit entity has been created, the new entity should be posted to the relative URL: "/AuditService/audit" (HTTP-POST) If an existing Audit entity has been updated, the modified entity should be sent to the relative URL: "/AuditService/audit/{id}" (HTTP-PUT) If an existing Audit entity has to be deleted, the following relative URL should be called: "/AuditService/audit/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AuditFeststellung columns: - column: Korrekturmassnahme - column: FaelligBis - column: Audit - column: ErledigtAm - column: Schweregrad - column: Feststellungstext The table should have the title "AuditFeststellungs" und the data must be loaded from the server with the following relative URL: "/AuditService/auditfeststellung/audit/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum