Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KursTypView
Please create a React-JS view called "KursTypView" for the fields of the KursTyp entity. The KursTypView must contain the following fields: - name: Beschreibung type: STRING - name: IntensitaetsLevel type: STRING - name: IstRehaKurs type: BOOL - name: Name type: STRING - name: ZielGruppe type: STRING An existing KursTyp entity should be loaded from the relative URL: "/MitgliedschaftsVertragService/kurstyp/{id}" (HTTP-GET) If a new KursTyp entity has been created, the new entity should be posted to the relative URL: "/MitgliedschaftsVertragService/kurstyp" (HTTP-POST) If an existing KursTyp entity has been updated, the modified entity should be sent to the relative URL: "/MitgliedschaftsVertragService/kurstyp/{id}" (HTTP-PUT) If an existing KursTyp entity has to be deleted, the following relative URL should be called: "/MitgliedschaftsVertragService/kurstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kurs columns: - column: Raum - column: KursTyp - column: Trainer - column: IstAktiv - column: IstNurFrauen - column: FitnessStudio - column: MaxTeilnehmer The table should have the title "Kurss" und the data must be loaded from the server with the following relative URL: "/FitnessStudioService/kurs/kurstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum