Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HilfeplanView
Please create a React-JS view called "HilfeplanView" for the fields of the Hilfeplan entity. The HilfeplanView must contain the following fields: - name: Erstellungsdatum type: DATE - name: Kontrollmechanismus type: STRING - name: Leistungsfall type: Leistungsfall - name: LetzteFortschreibung type: DATE - name: NaechsteUeberpruefung type: DATE - name: SchutzplanBeschreibung type: STRING - name: Zielbeschreibung type: STRING The data source for the [Leistungsfall] select control should be loaded from the relative URL: "/FamilieService/leistungsfall" (HTTP-GET) An existing Hilfeplan entity should be loaded from the relative URL: "/HilfeplanService/hilfeplan/{id}" (HTTP-GET) If a new Hilfeplan entity has been created, the new entity should be posted to the relative URL: "/HilfeplanService/hilfeplan" (HTTP-POST) If an existing Hilfeplan entity has been updated, the modified entity should be sent to the relative URL: "/HilfeplanService/hilfeplan/{id}" (HTTP-PUT) If an existing Hilfeplan entity has to be deleted, the following relative URL should be called: "/HilfeplanService/hilfeplan/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HilfeplanBeteiligter columns: - column: Hilfeplan - column: Person - column: Rolle The table should have the title "HilfeplanBeteiligters" und the data must be loaded from the server with the following relative URL: "/HilfeplanService/hilfeplanbeteiligter/hilfeplan/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum