Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NurseryView
Please create a React-JS view called "NurseryView" for the fields of the Nursery entity. The NurseryView must contain the following fields: - name: Email type: STRING - name: NurseryInfo type: STRING - name: NurseryName type: STRING - name: PostalCode type: STRING - name: City type: STRING - name: Street type: STRING - name: PhoneNo type: STRING An existing Nursery entity should be loaded from the relative URL: "/NurseryService/nursery/{id}" (HTTP-GET) If a new Nursery entity has been created, the new entity should be posted to the relative URL: "/NurseryService/nursery" (HTTP-POST) If an existing Nursery entity has been updated, the modified entity should be sent to the relative URL: "/NurseryService/nursery/{id}" (HTTP-PUT) If an existing Nursery entity has to be deleted, the following relative URL should be called: "/NurseryService/nursery/{id}" (HTTP-DELETE) Add a HTML table to the view with the following VitaEntry columns: - column: School - column: Student - column: Nursery - column: Company - column: FromDate - column: ToDate - column: Details The table should have the title "VitaEntrys" und the data must be loaded from the server with the following relative URL: "/NurseryService/vitaentry/nursery/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum