Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchoolSubjectView
Please create a React-JS view called "SchoolSubjectView" for the fields of the SchoolSubject entity. The SchoolSubjectView must contain the following fields: - name: AgeGroup type: AgeGroup - name: SubjectName type: STRING The data source for the [AgeGroup] select control should be loaded from the relative URL: "/AgeGroupService/agegroup" (HTTP-GET) An existing SchoolSubject entity should be loaded from the relative URL: "/SchoolSubjectService/schoolsubject/{id}" (HTTP-GET) If a new SchoolSubject entity has been created, the new entity should be posted to the relative URL: "/SchoolSubjectService/schoolsubject" (HTTP-POST) If an existing SchoolSubject entity has been updated, the modified entity should be sent to the relative URL: "/SchoolSubjectService/schoolsubject/{id}" (HTTP-PUT) If an existing SchoolSubject entity has to be deleted, the following relative URL should be called: "/SchoolSubjectService/schoolsubject/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HomeWork columns: - column: Schoolsubject - column: WorkDate - column: Description - column: DeadLine - column: Grade - column: SchoolClass - column: Done - column: Subject - column: Student The table should have the title "HomeWorks" und the data must be loaded from the server with the following relative URL: "/SchoolSubjectService/homework/schoolsubject/{id}" Add a HTML table to the view with the following CourseGroup columns: - column: SchoolYear - column: RequiredCourse - column: SchoolSubject - column: GroupName The table should have the title "CourseGroups" und the data must be loaded from the server with the following relative URL: "/SchoolSubjectService/coursegroup/schoolsubject/{id}" Add a HTML table to the view with the following CurriculumEntry columns: - column: SchoolSubject - column: Curriculum - column: LessonCount - column: SchoolYear The table should have the title "CurriculumEntrys" und the data must be loaded from the server with the following relative URL: "/SchoolYearService/curriculumentry/schoolsubject/{id}" Add a HTML table to the view with the following SchoolSubjectClass columns: - column: SchoolSubject - column: SchoolClass The table should have the title "SchoolSubjectClasss" und the data must be loaded from the server with the following relative URL: "/SchoolSubjectClassService/schoolsubjectclass/schoolsubject/{id}" Add a HTML table to the view with the following Lesson columns: - column: Teacher - column: SchoolSubject - column: LessonContent - column: SchoolClass - column: LessonDate The table should have the title "Lessons" und the data must be loaded from the server with the following relative URL: "/LessonService/lesson/schoolsubject/{id}" Add a HTML table to the view with the following TeachingUnit columns: - column: RowIndex - column: SchoolSubject - column: Room - column: SchoolYear - column: CourseGroup - column: SchoolClass - column: ColumnIndex - column: Teacher The table should have the title "TeachingUnits" und the data must be loaded from the server with the following relative URL: "/SchoolYearService/teachingunit/schoolsubject/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum