Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProgrammView
Please create a React-JS view called "ProgrammView" for the fields of the Programm entity. The ProgrammView must contain the following fields: - name: Beschreibung type: STRING - name: BisDatum type: DATE - name: Bundesverband type: Bundesverband - name: Name type: STRING - name: ProgrammTyp type: STRING - name: VonDatum type: DATE The data source for the [Bundesverband] select control should be loaded from the relative URL: "/BundesverbandService/bundesverband" (HTTP-GET) An existing Programm entity should be loaded from the relative URL: "/ProgrammService/programm/{id}" (HTTP-GET) If a new Programm entity has been created, the new entity should be posted to the relative URL: "/ProgrammService/programm" (HTTP-POST) If an existing Programm entity has been updated, the modified entity should be sent to the relative URL: "/ProgrammService/programm/{id}" (HTTP-PUT) If an existing Programm entity has to be deleted, the following relative URL should be called: "/ProgrammService/programm/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ProgrammTeilnahme columns: - column: LokaleTafel - column: AustrittDatum - column: Programm - column: BeitrittDatum - column: Status The table should have the title "ProgrammTeilnahmes" und the data must be loaded from the server with the following relative URL: "/ProgrammService/programmteilnahme/programm/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum