Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KindergartenView
Please create a React-JS view called "KindergartenView" for the fields of the Kindergarten entity. The KindergartenView must contain the following fields: - name: Beschreibung type: STRING - name: Gruendungsjahr type: INT - name: HoechstalterJahre type: STRING - name: IstIntegrativ type: BOOL - name: IstNurFuerKinderMitBehinderung type: BOOL - name: IstOeffentlich type: BOOL - name: IstPrivat type: BOOL - name: IstTeilDesSchulsystems type: BOOL - name: MindestalterJahre type: STRING - name: Name type: STRING - name: Stadt type: Stadt The data source for the [Stadt] select control should be loaded from the relative URL: "/KindergartenService/stadt" (HTTP-GET) An existing Kindergarten entity should be loaded from the relative URL: "/KindergartenService/kindergarten/{id}" (HTTP-GET) If a new Kindergarten entity has been created, the new entity should be posted to the relative URL: "/KindergartenService/kindergarten" (HTTP-POST) If an existing Kindergarten entity has been updated, the modified entity should be sent to the relative URL: "/KindergartenService/kindergarten/{id}" (HTTP-PUT) If an existing Kindergarten entity has to be deleted, the following relative URL should be called: "/KindergartenService/kindergarten/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KindergartenTraeger columns: - column: Traeger - column: BisDatum - column: Kindergarten - column: VonDatum The table should have the title "KindergartenTraegers" und the data must be loaded from the server with the following relative URL: "/TraegerTypService/kindergartentraeger/kindergarten/{id}" Add a HTML table to the view with the following KindergartenBehinderungsunterstuetzung columns: - column: Behinderungsart - column: Kindergarten - column: IstExklusiv - column: Beschreibung The table should have the title "KindergartenBehinderungsunterstuetzungs" und the data must be loaded from the server with the following relative URL: "/RegionService/kindergartenbehinderungsunterstuetzung/kindergarten/{id}" 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/kindergarten/{id}" Add a HTML table to the view with the following KindergartenKindergartenTyp columns: - column: BisDatum - column: KindergartenTyp - column: Kindergarten - column: VonDatum The table should have the title "KindergartenKindergartenTyps" und the data must be loaded from the server with the following relative URL: "/KindergartenTypService/kindergartenkindergartentyp/kindergarten/{id}" Add a HTML table to the view with the following KindergartenSprache columns: - column: IstHauptsprache - column: Kindergarten - column: Sprache The table should have the title "KindergartenSpraches" und the data must be loaded from the server with the following relative URL: "/SpracheService/kindergartensprache/kindergarten/{id}" Add a HTML table to the view with the following KindergartenPaedagogischesKonzept columns: - column: PaedagogischesKonzept - column: BisDatum - column: VonDatum - column: Kindergarten - column: IstHauptkonzept The table should have the title "KindergartenPaedagogischesKonzepts" und the data must be loaded from the server with the following relative URL: "/LandService/kindergartenpaedagogischeskonzept/kindergarten/{id}" Add a HTML table to the view with the following Personal columns: - column: Kindergarten - column: Vorname - column: BisDatum - column: VonDatum - column: QualifikationBeschreibung - column: Personalrolle - column: Nachname The table should have the title "Personals" und the data must be loaded from the server with the following relative URL: "/PersonalrolleService/personal/kindergarten/{id}" Add a HTML table to the view with the following KindergartenOeffnungszeitModell columns: - column: VonDatum - column: EinschliesslichUebernachtung - column: OeffnungszeitModell - column: EinschliesslichSamstag - column: SchliesstUm - column: BisDatum - column: Kindergarten - column: OeffnetUm The table should have the title "KindergartenOeffnungszeitModells" und the data must be loaded from the server with the following relative URL: "/KindergartenService/kindergartenoeffnungszeitmodell/kindergarten/{id}" Add a HTML table to the view with the following KindergartenGesetzOderProgramm columns: - column: Kindergarten - column: GesetzOderProgramm The table should have the title "KindergartenGesetzOderProgramms" und the data must be loaded from the server with the following relative URL: "/GesetzOderProgrammService/kindergartengesetzoderprogramm/kindergarten/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum