Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TeacherView
Please create a React-JS view called "TeacherView" for the fields of the Teacher entity. The TeacherView must contain the following fields: - name: Email type: STRING - name: FaxNo type: STRING - name: TeacherInfo type: STRING - name: CellPhoneNo type: STRING - name: LastName type: STRING - name: PostalCode type: STRING - name: City type: STRING - name: Street type: STRING - name: PhoneNo type: STRING - name: FirstName type: STRING An existing Teacher entity should be loaded from the relative URL: "/StudentService/teacher/{id}" (HTTP-GET) If a new Teacher entity has been created, the new entity should be posted to the relative URL: "/StudentService/teacher" (HTTP-POST) If an existing Teacher entity has been updated, the modified entity should be sent to the relative URL: "/StudentService/teacher/{id}" (HTTP-PUT) If an existing Teacher entity has to be deleted, the following relative URL should be called: "/StudentService/teacher/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TeacherBoardMember columns: - column: Teacher - column: TeacherBoard The table should have the title "TeacherBoardMembers" und the data must be loaded from the server with the following relative URL: "/TeacherBoardService/teacherboardmember/teacher/{id}" Add a HTML table to the view with the following EventTask columns: - column: TaskTitle - column: ExternalPerson - column: Teacher - column: Details - column: SchoolEvent - column: Student The table should have the title "EventTasks" und the data must be loaded from the server with the following relative URL: "/StudentService/eventtask/teacher/{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/teacher/{id}" Add a HTML table to the view with the following SchoolEventAttendee columns: - column: Teacher - column: ExternalPerson - column: InvitationShipped - column: Student - column: SchoolEvent - column: Invitation The table should have the title "SchoolEventAttendees" und the data must be loaded from the server with the following relative URL: "/SchoolEventService/schooleventattendee/teacher/{id}" Add a HTML table to the view with the following ConferenceAttendee columns: - column: Teacher - column: ExternalPerson - column: Conference - column: Student The table should have the title "ConferenceAttendees" und the data must be loaded from the server with the following relative URL: "/ConferenceService/conferenceattendee/teacher/{id}" Add a HTML table to the view with the following TeacherLesson columns: - column: SchoolYear - column: LessonCount - column: Teacher The table should have the title "TeacherLessons" und the data must be loaded from the server with the following relative URL: "/SchoolSubjectService/teacherlesson/teacher/{id}" Add a HTML table to the view with the following OfficeAgent columns: - column: Teacher - column: AdministrativeOffice The table should have the title "OfficeAgents" und the data must be loaded from the server with the following relative URL: "/AdministrativeOfficeService/officeagent/teacher/{id}" Add a HTML table to the view with the following PurchaseList columns: - column: PurchaseDate - column: Buyer - column: Distributor - column: BuyingTeacher The table should have the title "PurchaseLists" und the data must be loaded from the server with the following relative URL: "/PurchaseListService/purchaselist/buyingteacher/{id}" Add a HTML table to the view with the following BudgetPosition columns: - column: PositionAgent - column: Budget - column: ShortName - column: Target - column: PositionID The table should have the title "BudgetPositions" und the data must be loaded from the server with the following relative URL: "/ProductService/budgetposition/positionagent/{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/teacher/{id}" Add a HTML table to the view with the following BookRental columns: - column: Student - column: Library - column: FromDate - column: Teacher - column: ReservationDate - column: Book - column: ToDate The table should have the title "BookRentals" und the data must be loaded from the server with the following relative URL: "/LibraryService/bookrental/teacher/{id}" Add a HTML table to the view with the following ProjectOrganizer columns: - column: ExternalPerson - column: Teacher - column: Project The table should have the title "ProjectOrganizers" und the data must be loaded from the server with the following relative URL: "/ExternalPersonService/projectorganizer/teacher/{id}" Add a HTML table to the view with the following SchoolClass columns: - column: Teacher - column: AgeGroup - column: Room - column: SchoolYear - column: ClassName - column: School The table should have the title "SchoolClasss" und the data must be loaded from the server with the following relative URL: "/SchoolYearService/schoolclass/teacher/{id}" Add a HTML table to the view with the following FoodOrder columns: - column: FoodOrderDate - column: Teacher - column: Food - column: ExternalPerson - column: Student The table should have the title "FoodOrders" und the data must be loaded from the server with the following relative URL: "/FoodService/foodorder/teacher/{id}" Add a HTML table to the view with the following BreakPlanEntry columns: - column: EntryDate - column: Teacher - column: BreakPlan - column: SchoolBreak The table should have the title "BreakPlanEntrys" und the data must be loaded from the server with the following relative URL: "/SchoolBreakService/breakplanentry/teacher/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum