Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchoolTypeView
Please create a React-JS view called "SchoolTypeView" for the fields of the SchoolType entity. The SchoolTypeView must contain the following fields: - name: TypeName type: STRING An existing SchoolType entity should be loaded from the relative URL: "/SchoolService/schooltype/{id}" (HTTP-GET) If a new SchoolType entity has been created, the new entity should be posted to the relative URL: "/SchoolService/schooltype" (HTTP-POST) If an existing SchoolType entity has been updated, the modified entity should be sent to the relative URL: "/SchoolService/schooltype/{id}" (HTTP-PUT) If an existing SchoolType entity has to be deleted, the following relative URL should be called: "/SchoolService/schooltype/{id}" (HTTP-DELETE) Add a HTML table to the view with the following School columns: - column: SchoolType - column: FaxNo - column: Image - column: SchoolName - column: PhoneNo - column: Email - column: PostalCode - column: SchoolInfo - column: Street - column: City The table should have the title "Schools" und the data must be loaded from the server with the following relative URL: "/SchoolService/school/schooltype/{id}" Add a HTML table to the view with the following Student columns: - column: Gender - column: DateOfBirth - column: FirstName - column: City - column: ChosenSchoolType - column: Religion - column: PostalCode - column: CellPhoneNo - column: RecommendedSchoolType - column: ReadWriteAtony - column: CityOfBirth - column: ReligionTeaching - column: HealthInsurance - column: Email - column: Street - column: StudentInfo - column: LastName - column: SwimmingInsignia - column: PhoneNo The table should have the title "Students" und the data must be loaded from the server with the following relative URL: "/StudentService/student/recommendedschooltype/{id}" Add a HTML table to the view with the following Student columns: - column: Gender - column: DateOfBirth - column: FirstName - column: City - column: ChosenSchoolType - column: Religion - column: PostalCode - column: CellPhoneNo - column: RecommendedSchoolType - column: ReadWriteAtony - column: CityOfBirth - column: ReligionTeaching - column: HealthInsurance - column: Email - column: Street - column: StudentInfo - column: LastName - column: SwimmingInsignia - column: PhoneNo The table should have the title "Students" und the data must be loaded from the server with the following relative URL: "/StudentService/student/chosenschooltype/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum