Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KursEinheitView
Please create a React-JS view called "KursEinheitView" for the fields of the KursEinheit entity. The KursEinheitView must contain the following fields: - name: EndZeit type: DATE - name: Kurs type: Kurs - name: StartZeit type: DATE - name: Status type: STRING - name: StornoGrund type: STRING The data source for the [Kurs] select control should be loaded from the relative URL: "/FitnessStudioService/kurs" (HTTP-GET) An existing KursEinheit entity should be loaded from the relative URL: "/FitnessStudioService/kurseinheit/{id}" (HTTP-GET) If a new KursEinheit entity has been created, the new entity should be posted to the relative URL: "/FitnessStudioService/kurseinheit" (HTTP-POST) If an existing KursEinheit entity has been updated, the modified entity should be sent to the relative URL: "/FitnessStudioService/kurseinheit/{id}" (HTTP-PUT) If an existing KursEinheit entity has to be deleted, the following relative URL should be called: "/FitnessStudioService/kurseinheit/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KursBuchung columns: - column: KursEinheit - column: Mitglied - column: Status - column: CheckInZeit - column: BuchungsZeit The table should have the title "KursBuchungs" und the data must be loaded from the server with the following relative URL: "/MitgliedService/kursbuchung/kurseinheit/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum