Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ReligionView
Please create a React-JS view called "ReligionView" for the fields of the Religion entity. The ReligionView must contain the following fields: - name: ReligionName type: STRING An existing Religion entity should be loaded from the relative URL: "/StudentService/religion/{id}" (HTTP-GET) If a new Religion entity has been created, the new entity should be posted to the relative URL: "/StudentService/religion" (HTTP-POST) If an existing Religion entity has been updated, the modified entity should be sent to the relative URL: "/StudentService/religion/{id}" (HTTP-PUT) If an existing Religion entity has to be deleted, the following relative URL should be called: "/StudentService/religion/{id}" (HTTP-DELETE) 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/religionteaching/{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/religion/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum