Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProjectOrganizerView
Please create a React-JS view called "ProjectOrganizerView" for the fields of the ProjectOrganizer entity. The ProjectOrganizerView must contain the following fields: - name: ExternalPerson type: ExternalPerson - name: Teacher type: Teacher - name: Project type: Project The data source for the [Project] select control should be loaded from the relative URL: "/ExternalPersonService/project" (HTTP-GET) The data source for the [ExternalPerson] select control should be loaded from the relative URL: "/ExternalPersonService/externalperson" (HTTP-GET) The data source for the [Teacher] select control should be loaded from the relative URL: "/StudentService/teacher" (HTTP-GET) An existing ProjectOrganizer entity should be loaded from the relative URL: "/ExternalPersonService/projectorganizer/{id}" (HTTP-GET) If a new ProjectOrganizer entity has been created, the new entity should be posted to the relative URL: "/ExternalPersonService/projectorganizer" (HTTP-POST) If an existing ProjectOrganizer entity has been updated, the modified entity should be sent to the relative URL: "/ExternalPersonService/projectorganizer/{id}" (HTTP-PUT) If an existing ProjectOrganizer entity has to be deleted, the following relative URL should be called: "/ExternalPersonService/projectorganizer/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ProjectAppointment columns: - column: Content - column: ToDate - column: Room - column: FromDate - column: Project - column: Description - column: ProjectOrganizer The table should have the title "ProjectAppointments" und the data must be loaded from the server with the following relative URL: "/ExternalPersonService/projectappointment/projectorganizer/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum