Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BaeckereiView
Please create a React-JS view called "BaeckereiView" for the fields of the Baeckerei entity. The BaeckereiView must contain the following fields: - name: Beschreibung type: STRING - name: Gruendungsjahr type: INT - name: Hauptadresse type: Adresse - name: IstHandwerk type: BOOL - name: IstIndustrie type: BOOL - name: Name type: STRING - name: Rechtsform type: STRING The data source for the [Hauptadresse] select control should be loaded from the relative URL: "/AdresseService/adresse" (HTTP-GET) An existing Baeckerei entity should be loaded from the relative URL: "/BaeckereiService/baeckerei/{id}" (HTTP-GET) If a new Baeckerei entity has been created, the new entity should be posted to the relative URL: "/BaeckereiService/baeckerei" (HTTP-POST) If an existing Baeckerei entity has been updated, the modified entity should be sent to the relative URL: "/BaeckereiService/baeckerei/{id}" (HTTP-PUT) If an existing Baeckerei entity has to be deleted, the following relative URL should be called: "/BaeckereiService/baeckerei/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BaeckereiFiliale columns: - column: Eroeffnungsdatum - column: Schliessungsdatum - column: Baeckerei - column: Adresse - column: Name - column: Filialtyp - column: IstSelbstbedienung The table should have the title "BaeckereiFiliales" und the data must be loaded from the server with the following relative URL: "/AdresseService/baeckereifiliale/baeckerei/{id}" Add a HTML table to the view with the following ExternerLink columns: - column: Titel - column: Baeckerei - column: Url - column: Beschreibung The table should have the title "ExternerLinks" und the data must be loaded from the server with the following relative URL: "/BaeckereiService/externerlink/baeckerei/{id}" Add a HTML table to the view with the following Produkt columns: - column: IstSaisonal - column: IstHandgemacht - column: IstTiefgekuehlt - column: Name - column: Produktkategorie - column: Baeckerei The table should have the title "Produkts" und the data must be loaded from the server with the following relative URL: "/ZutatService/produkt/baeckerei/{id}" Add a HTML table to the view with the following BaeckereiLiteratur columns: - column: Literatur - column: Baeckerei The table should have the title "BaeckereiLiteraturs" und the data must be loaded from the server with the following relative URL: "/LiteraturService/baeckereiliteratur/baeckerei/{id}" Add a HTML table to the view with the following Mitarbeiter columns: - column: Geburtsdatum - column: Baeckerei - column: Beruf - column: IstAzubi - column: Vorname - column: Einstellungsdatum - column: Nachname The table should have the title "Mitarbeiters" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/mitarbeiter/baeckerei/{id}" Add a HTML table to the view with the following Produktionsstandort columns: - column: HatBackstubenMuseum - column: Produktionsskala - column: Baeckerei - column: Name - column: IstVollautomatisiert - column: Adresse The table should have the title "Produktionsstandorts" und the data must be loaded from the server with the following relative URL: "/ProduktionsstandortService/produktionsstandort/baeckerei/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum