Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnologieView
Please create a React-JS view called "TechnologieView" for the fields of the Technologie entity. The TechnologieView must contain the following fields: - name: Beschreibung type: STRING - name: ErfinderPerson type: Person - name: Erfindungsjahr type: LONG - name: Kategorie type: STRING - name: Name type: STRING The data source for the [ErfinderPerson] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Technologie entity should be loaded from the relative URL: "/PersonService/technologie/{id}" (HTTP-GET) If a new Technologie entity has been created, the new entity should be posted to the relative URL: "/PersonService/technologie" (HTTP-POST) If an existing Technologie entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/technologie/{id}" (HTTP-PUT) If an existing Technologie entity has to be deleted, the following relative URL should be called: "/PersonService/technologie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TechnologieEinsatz columns: - column: Technologie - column: VonJahr - column: Beschreibung - column: Gasnetz - column: BisJahr - column: Anlage The table should have the title "TechnologieEinsatzs" und the data must be loaded from the server with the following relative URL: "/GasnetzService/technologieeinsatz/technologie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum