Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusgabestelleView
Please create a React-JS view called "AusgabestelleView" for the fields of the Ausgabestelle entity. The AusgabestelleView must contain the following fields: - name: AusgabeTyp type: STRING - name: MaxHaushalteProTag type: LONG - name: Standort type: Standort The data source for the [Standort] select control should be loaded from the relative URL: "/StandortService/standort" (HTTP-GET) An existing Ausgabestelle entity should be loaded from the relative URL: "/StandortService/ausgabestelle/{id}" (HTTP-GET) If a new Ausgabestelle entity has been created, the new entity should be posted to the relative URL: "/StandortService/ausgabestelle" (HTTP-POST) If an existing Ausgabestelle entity has been updated, the modified entity should be sent to the relative URL: "/StandortService/ausgabestelle/{id}" (HTTP-PUT) If an existing Ausgabestelle entity has to be deleted, the following relative URL should be called: "/StandortService/ausgabestelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AusgabeTermin columns: - column: MaxHaushalte - column: LokaleTafel - column: Datum - column: VonZeit - column: Notizen - column: BisZeit - column: Ausgabestelle The table should have the title "AusgabeTermins" und the data must be loaded from the server with the following relative URL: "/PartnerOrganisationService/ausgabetermin/ausgabestelle/{id}" Add a HTML table to the view with the following Einsatz columns: - column: BisDatum - column: Route - column: EinsatzTyp - column: Lager - column: VonDatum - column: Ausgabestelle - column: Ehrenamtlicher The table should have the title "Einsatzs" und the data must be loaded from the server with the following relative URL: "/EhrenamtlicherService/einsatz/ausgabestelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum