Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KindView
Please create a React-JS view called "KindView" for the fields of the Kind entity. The KindView must contain the following fields: - name: BesondererFoerderbedarfBeschreibung type: STRING - name: Erstsprache type: STRING - name: Geburtsdatum type: DATE - name: Geschlecht type: STRING - name: Nachname type: STRING - name: Vorname type: STRING An existing Kind entity should be loaded from the relative URL: "/OeffnungszeitModellService/kind/{id}" (HTTP-GET) If a new Kind entity has been created, the new entity should be posted to the relative URL: "/OeffnungszeitModellService/kind" (HTTP-POST) If an existing Kind entity has been updated, the modified entity should be sent to the relative URL: "/OeffnungszeitModellService/kind/{id}" (HTTP-PUT) If an existing Kind entity has to be deleted, the following relative URL should be called: "/OeffnungszeitModellService/kind/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Belegung columns: - column: BisDatum - column: Kind - column: VonDatum - column: Kindergarten - column: IstVollzeit - column: Gruppenname The table should have the title "Belegungs" und the data must be loaded from the server with the following relative URL: "/OeffnungszeitModellService/belegung/kind/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum