Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ClassRegisterView
Please create a React-JS view called "ClassRegisterView" for the fields of the ClassRegister entity. The ClassRegisterView must contain the following fields: - name: SchoolClass type: SchoolClass The data source for the [SchoolClass] select control should be loaded from the relative URL: "/SchoolYearService/schoolclass" (HTTP-GET) An existing ClassRegister entity should be loaded from the relative URL: "/SchoolClassStudentService/classregister/{id}" (HTTP-GET) If a new ClassRegister entity has been created, the new entity should be posted to the relative URL: "/SchoolClassStudentService/classregister" (HTTP-POST) If an existing ClassRegister entity has been updated, the modified entity should be sent to the relative URL: "/SchoolClassStudentService/classregister/{id}" (HTTP-PUT) If an existing ClassRegister entity has to be deleted, the following relative URL should be called: "/SchoolClassStudentService/classregister/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ClassRegisterEntry columns: - column: Details - column: Entry - column: ClassRegister - column: EntryDate - column: SchoolClassStudent The table should have the title "ClassRegisterEntrys" und the data must be loaded from the server with the following relative URL: "/SchoolClassStudentService/classregisterentry/classregister/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum