Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TraegerorganisationView
Please create a React-JS view called "TraegerorganisationView" for the fields of the Traegerorganisation entity. The TraegerorganisationView must contain the following fields: - name: Beschreibung type: STRING - name: Land type: STRING - name: Name type: STRING - name: Typ type: STRING An existing Traegerorganisation entity should be loaded from the relative URL: "/TraegerorganisationService/traegerorganisation/{id}" (HTTP-GET) If a new Traegerorganisation entity has been created, the new entity should be posted to the relative URL: "/TraegerorganisationService/traegerorganisation" (HTTP-POST) If an existing Traegerorganisation entity has been updated, the modified entity should be sent to the relative URL: "/TraegerorganisationService/traegerorganisation/{id}" (HTTP-PUT) If an existing Traegerorganisation entity has to be deleted, the following relative URL should be called: "/TraegerorganisationService/traegerorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Vertrag columns: - column: Vertragstyp - column: Traegerorganisation - column: Enddatum - column: Wohnung - column: Bewohner - column: Wohnform - column: Startdatum - column: Notizen The table should have the title "Vertrags" und the data must be loaded from the server with the following relative URL: "/TraegerorganisationService/vertrag/traegerorganisation/{id}" Add a HTML table to the view with the following Wohnanlage columns: - column: Adresszeile - column: Traegerorganisation - column: Name - column: IstSeniorenanlage - column: Land - column: Stadt - column: HatGemeinschaftsraeume - column: IstBarrierefrei - column: Postleitzahl - column: HatServicebuero - column: Beschreibung The table should have the title "Wohnanlages" und the data must be loaded from the server with the following relative URL: "/TraegerorganisationService/wohnanlage/traegerorganisation/{id}" Add a HTML table to the view with the following Mitarbeiter columns: - column: Traegerorganisation - column: Beruf - column: Person - column: Qualifikation The table should have the title "Mitarbeiters" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/mitarbeiter/traegerorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum