Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProjectWeekView
Please create a React-JS view called "ProjectWeekView" for the fields of the ProjectWeek entity. The ProjectWeekView must contain the following fields: - name: FromDate type: DATE - name: ToDate type: DATE - 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 ProjectWeek entity should be loaded from the relative URL: "/SchoolService/projectweek/{id}" (HTTP-GET) If a new ProjectWeek entity has been created, the new entity should be posted to the relative URL: "/SchoolService/projectweek" (HTTP-POST) If an existing ProjectWeek entity has been updated, the modified entity should be sent to the relative URL: "/SchoolService/projectweek/{id}" (HTTP-PUT) If an existing ProjectWeek entity has to be deleted, the following relative URL should be called: "/SchoolService/projectweek/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Project columns: - column: ProjectWeek - column: ProjectTitle - column: ProjectDescription The table should have the title "Projects" und the data must be loaded from the server with the following relative URL: "/ExternalPersonService/project/projectweek/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum