Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchoolyardView
Please create a React-JS view called "SchoolyardView" for the fields of the Schoolyard entity. The SchoolyardView must contain the following fields: - name: SchoolyardName type: STRING - name: School type: School The data source for the [School] select control should be loaded from the relative URL: "/SchoolService/school" (HTTP-GET) An existing Schoolyard entity should be loaded from the relative URL: "/RoomService/schoolyard/{id}" (HTTP-GET) If a new Schoolyard entity has been created, the new entity should be posted to the relative URL: "/RoomService/schoolyard" (HTTP-POST) If an existing Schoolyard entity has been updated, the modified entity should be sent to the relative URL: "/RoomService/schoolyard/{id}" (HTTP-PUT) If an existing Schoolyard entity has to be deleted, the following relative URL should be called: "/RoomService/schoolyard/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BreakPlan columns: - column: Schoolyard - column: SchoolYear The table should have the title "BreakPlans" und the data must be loaded from the server with the following relative URL: "/SchoolYearService/breakplan/schoolyard/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum