Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BerufView
Please create a React-JS view called "BerufView" for the fields of the Beruf entity. The BerufView must contain the following fields: - name: Beschreibung type: STRING - name: ErfordertMeister type: BOOL - name: Name type: STRING An existing Beruf entity should be loaded from the relative URL: "/AdresseService/beruf/{id}" (HTTP-GET) If a new Beruf entity has been created, the new entity should be posted to the relative URL: "/AdresseService/beruf" (HTTP-POST) If an existing Beruf entity has been updated, the modified entity should be sent to the relative URL: "/AdresseService/beruf/{id}" (HTTP-PUT) If an existing Beruf entity has to be deleted, the following relative URL should be called: "/AdresseService/beruf/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Beschaeftigung columns: - column: Mitarbeiter - column: Wochenstunden - column: Beruf - column: Startdatum - column: BaeckereiFiliale - column: Enddatum The table should have the title "Beschaeftigungs" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/beschaeftigung/beruf/{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/beruf/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum