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