Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NachhilfeanbieterView
Please create a React-JS view called "NachhilfeanbieterView" for the fields of the Nachhilfeanbieter entity. The NachhilfeanbieterView must contain the following fields: - name: AnbieterTyp type: STRING - name: IstFranchiseSystem type: BOOL - name: IstGemeinnuetzig type: BOOL - name: IstOnline type: BOOL - name: IstZertifiziert type: BOOL - name: Land type: Land - name: Name type: STRING - name: Region type: Region The data source for the [Region] select control should be loaded from the relative URL: "/RegionService/region" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Nachhilfeanbieter entity should be loaded from the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter/{id}" (HTTP-GET) If a new Nachhilfeanbieter entity has been created, the new entity should be posted to the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter" (HTTP-POST) If an existing Nachhilfeanbieter entity has been updated, the modified entity should be sent to the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter/{id}" (HTTP-PUT) If an existing Nachhilfeanbieter entity has to be deleted, the following relative URL should be called: "/NachhilfeanbieterService/nachhilfeanbieter/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Lehrkraft columns: - column: Nachhilfeanbieter - column: HoechsteQualifikation - column: Stundenlohn - column: LehrkraftTyp - column: IstHonorarbasis - column: Beschaeftigungsart The table should have the title "Lehrkrafts" und the data must be loaded from the server with the following relative URL: "/NachhilfeanbieterService/lehrkraft/nachhilfeanbieter/{id}" Add a HTML table to the view with the following NachhilfeAngebot columns: - column: Beschreibung - column: RisikoOrganisation - column: Schule - column: Nachhilfeanbieter - column: IstSommerprogramm - column: IstKostenlos - column: IstHausaufgabenhilfe - column: VermittlungsKanal The table should have the title "NachhilfeAngebots" und the data must be loaded from the server with the following relative URL: "/NachhilfeanbieterService/nachhilfeangebot/nachhilfeanbieter/{id}" Add a HTML table to the view with the following NachhilfeVertrag columns: - column: Nachhilfeanbieter - column: StartDatum - column: Schueler - column: EndDatum - column: Foerderart - column: MindestlaufzeitMonate - column: NachhilfeZentrum - column: Anmeldegebuehr - column: Monatsgebuehr The table should have the title "NachhilfeVertrags" und the data must be loaded from the server with the following relative URL: "/SchuelerService/nachhilfevertrag/nachhilfeanbieter/{id}" Add a HTML table to the view with the following AnbieterVerbandMitgliedschaft columns: - column: Verband - column: SeitJahr - column: Nachhilfeanbieter The table should have the title "AnbieterVerbandMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/RisikoOrganisationService/anbieterverbandmitgliedschaft/nachhilfeanbieter/{id}" Add a HTML table to the view with the following NachhilfeZentrum columns: - column: Stadt - column: Adresse - column: IstFranchiseStandort - column: Nachhilfeanbieter The table should have the title "NachhilfeZentrums" und the data must be loaded from the server with the following relative URL: "/SchuelerService/nachhilfezentrum/nachhilfeanbieter/{id}" Add a HTML table to the view with the following AnbieterZertifizierung columns: - column: GueltigVon - column: Zertifizierungsstelle - column: Nachhilfeanbieter - column: Beschreibung - column: ZertifikatName - column: GueltigBis The table should have the title "AnbieterZertifizierungs" und the data must be loaded from the server with the following relative URL: "/NachhilfeanbieterService/anbieterzertifizierung/nachhilfeanbieter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum