Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MitgliedView
Please create a React-JS view called "MitgliedView" for the fields of the Mitglied entity. The MitgliedView must contain the following fields: - name: Geburtsdatum type: DATE - name: Geschlecht type: STRING - name: IstMinderjaehrig type: BOOL - name: Nachname type: STRING - name: Staatsangehoerigkeit type: LONG - name: Vorname type: STRING An existing Mitglied entity should be loaded from the relative URL: "/MitgliedService/mitglied/{id}" (HTTP-GET) If a new Mitglied entity has been created, the new entity should be posted to the relative URL: "/MitgliedService/mitglied" (HTTP-POST) If an existing Mitglied entity has been updated, the modified entity should be sent to the relative URL: "/MitgliedService/mitglied/{id}" (HTTP-PUT) If an existing Mitglied entity has to be deleted, the following relative URL should be called: "/MitgliedService/mitglied/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Organmitglied columns: - column: BisDatum - column: Organ - column: Rolle - column: IstStimmberechtigt - column: Mitglied - column: VonDatum The table should have the title "Organmitglieds" und the data must be loaded from the server with the following relative URL: "/MitgliedService/organmitglied/mitglied/{id}" Add a HTML table to the view with the following Mitgliedschaft columns: - column: IstAktiv - column: Austrittsdatum - column: Verein - column: Mitglied - column: Eintrittsdatum - column: Mitgliedschaftsart The table should have the title "Mitgliedschafts" und the data must be loaded from the server with the following relative URL: "/VersammlungstypService/mitgliedschaft/mitglied/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum