Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KursView
Please create a React-JS view called "KursView" for the fields of the Kurs entity. The KursView must contain the following fields: - name: Anbieter type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: IstErsteHilfe type: BOOL - name: IstQhb300 type: BOOL - name: Stunden type: LONG - name: Titel type: STRING An existing Kurs entity should be loaded from the relative URL: "/KursService/kurs/{id}" (HTTP-GET) If a new Kurs entity has been created, the new entity should be posted to the relative URL: "/KursService/kurs" (HTTP-POST) If an existing Kurs entity has been updated, the modified entity should be sent to the relative URL: "/KursService/kurs/{id}" (HTTP-PUT) If an existing Kurs entity has to be deleted, the following relative URL should be called: "/KursService/kurs/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PersonKurs columns: - column: ZertifikatNummer - column: AbschlussDatum - column: Kurs - column: Tagespflegeperson The table should have the title "PersonKurss" und the data must be loaded from the server with the following relative URL: "/KursService/personkurs/kurs/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum