Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RichterView
Please create a React-JS view called "RichterView" for the fields of the Richter entity. The RichterView must contain the following fields: - name: Ernennungsdatum type: DATE - name: Gericht type: Gericht - name: IstBerufsrichter type: BOOL - name: Nachname type: STRING - name: Titel type: STRING - name: Vorname type: STRING The data source for the [Gericht] select control should be loaded from the relative URL: "/GerichtService/gericht" (HTTP-GET) An existing Richter entity should be loaded from the relative URL: "/GerichtstypService/richter/{id}" (HTTP-GET) If a new Richter entity has been created, the new entity should be posted to the relative URL: "/GerichtstypService/richter" (HTTP-POST) If an existing Richter entity has been updated, the modified entity should be sent to the relative URL: "/GerichtstypService/richter/{id}" (HTTP-PUT) If an existing Richter entity has to be deleted, the following relative URL should be called: "/GerichtstypService/richter/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SpruchkoerperMitglied columns: - column: Spruchkoerper - column: Rolle - column: Richter The table should have the title "SpruchkoerperMitglieds" und the data must be loaded from the server with the following relative URL: "/GerichtstypService/spruchkoerpermitglied/richter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum