Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchoolSubjectClassView
Please create a React-JS view called "SchoolSubjectClassView" for the fields of the SchoolSubjectClass entity. The SchoolSubjectClassView must contain the following fields: - name: SchoolSubject type: SchoolSubject - name: SchoolClass type: SchoolClass The data source for the [SchoolSubject] select control should be loaded from the relative URL: "/SchoolSubjectService/schoolsubject" (HTTP-GET) The data source for the [SchoolClass] select control should be loaded from the relative URL: "/SchoolYearService/schoolclass" (HTTP-GET) An existing SchoolSubjectClass entity should be loaded from the relative URL: "/SchoolSubjectClassService/schoolsubjectclass/{id}" (HTTP-GET) If a new SchoolSubjectClass entity has been created, the new entity should be posted to the relative URL: "/SchoolSubjectClassService/schoolsubjectclass" (HTTP-POST) If an existing SchoolSubjectClass entity has been updated, the modified entity should be sent to the relative URL: "/SchoolSubjectClassService/schoolsubjectclass/{id}" (HTTP-PUT) If an existing SchoolSubjectClass entity has to be deleted, the following relative URL should be called: "/SchoolSubjectClassService/schoolsubjectclass/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Test columns: - column: TestDate - column: SchoolSubjectClass The table should have the title "Tests" und the data must be loaded from the server with the following relative URL: "/SchoolSubjectClassService/test/schoolsubjectclass/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum