Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ElektrofachkraftView
Please create a React-JS view called "ElektrofachkraftView" for the fields of the Elektrofachkraft entity. The ElektrofachkraftView must contain the following fields: - name: Beschreibung type: STRING - name: Elektrofachbetrieb type: Elektrofachbetrieb - name: Email type: STRING - name: Nachname type: STRING - name: Telefon type: STRING - name: Vorname type: STRING The data source for the [Elektrofachbetrieb] select control should be loaded from the relative URL: "/ElektrofachkraftService/elektrofachbetrieb" (HTTP-GET) An existing Elektrofachkraft entity should be loaded from the relative URL: "/ElektrofachkraftService/elektrofachkraft/{id}" (HTTP-GET) If a new Elektrofachkraft entity has been created, the new entity should be posted to the relative URL: "/ElektrofachkraftService/elektrofachkraft" (HTTP-POST) If an existing Elektrofachkraft entity has been updated, the modified entity should be sent to the relative URL: "/ElektrofachkraftService/elektrofachkraft/{id}" (HTTP-PUT) If an existing Elektrofachkraft entity has to be deleted, the following relative URL should be called: "/ElektrofachkraftService/elektrofachkraft/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pruefbericht columns: - column: Zusammenfassung - column: DateiReferenz - column: VerantwortlichePerson - column: Pruefung - column: Berichtnummer - column: Erstellungsdatum The table should have the title "Pruefberichts" und the data must be loaded from the server with the following relative URL: "/ElektrofachkraftService/pruefbericht/verantwortlicheperson/{id}" Add a HTML table to the view with the following Pruefung columns: - column: Beschreibung - column: Gebaeude - column: Pruefdatum - column: Nutzungseinheit - column: Pruefart - column: Ergebnis - column: Elektrofachkraft The table should have the title "Pruefungs" und the data must be loaded from the server with the following relative URL: "/ElektrofachkraftService/pruefung/elektrofachkraft/{id}" Add a HTML table to the view with the following ElektrofachkraftQualifikation columns: - column: Ablaufdatum - column: Qualifikation - column: Erwerbsdatum - column: Beschreibung - column: Elektrofachkraft The table should have the title "ElektrofachkraftQualifikations" und the data must be loaded from the server with the following relative URL: "/ElektrofachkraftService/elektrofachkraftqualifikation/elektrofachkraft/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum