Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxisStandortView
Please create a React-JS view called "PraxisStandortView" for the fields of the PraxisStandort entity. The PraxisStandortView must contain the following fields: - name: Beschreibung type: STRING - name: EMail type: STRING - name: Hausnummer type: STRING - name: IstHauptstandort type: BOOL - name: Land type: STRING - name: Name type: STRING - name: Oeffnungszeiten type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Strasse type: STRING - name: Telefonnummer type: STRING An existing PraxisStandort entity should be loaded from the relative URL: "/PraxisStandortService/praxisstandort/{id}" (HTTP-GET) If a new PraxisStandort entity has been created, the new entity should be posted to the relative URL: "/PraxisStandortService/praxisstandort" (HTTP-POST) If an existing PraxisStandort entity has been updated, the modified entity should be sent to the relative URL: "/PraxisStandortService/praxisstandort/{id}" (HTTP-PUT) If an existing PraxisStandort entity has to be deleted, the following relative URL should be called: "/PraxisStandortService/praxisstandort/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Termin columns: - column: ErstelltAm - column: Notizen - column: PraxisStandort - column: StornoGrund - column: Status - column: StartZeit - column: Mitarbeiter - column: StorniertAm - column: Patient - column: EndZeit - column: Raum The table should have the title "Termins" und the data must be loaded from the server with the following relative URL: "/PraxisStandortService/termin/praxisstandort/{id}" Add a HTML table to the view with the following Mitarbeiter columns: - column: Nachname - column: Austrittsdatum - column: MitarbeiterNummer - column: IstAktiv - column: Telefonnummer - column: Eintrittsdatum - column: EMail - column: PraxisStandort - column: Vorname - column: Rolle - column: Mobilnummer The table should have the title "Mitarbeiters" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/mitarbeiter/praxisstandort/{id}" Add a HTML table to the view with the following Raum columns: - column: Beschreibung - column: Name - column: IstBehandlungsraum - column: Etage - column: PraxisStandort - column: Raumnummer The table should have the title "Raums" und the data must be loaded from the server with the following relative URL: "/PraxisStandortService/raum/praxisstandort/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum