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