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: Email type: STRING - name: Geburtsdatum type: DATE - name: Geschlecht type: STRING - name: HeimStudio type: FitnessStudio - name: Land type: STRING - name: Nachname type: STRING - name: Postleitzahl type: STRING - name: Registrierungsdatum type: DATE - name: Stadt type: STRING - name: Status type: STRING - name: Strasse type: STRING - name: Telefon type: STRING - name: Vorname type: STRING The data source for the [HeimStudio] select control should be loaded from the relative URL: "/FitnessStudioService/fitnessstudio" (HTTP-GET) 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 MitgliedschaftsVertrag columns: - column: Mitglied - column: VertragsStatus - column: StartDatum - column: FitnessStudio - column: ZahlungsMethode - column: UnterzeichnetAm - column: MitgliedschaftsTyp - column: KuendigungsDatum - column: EndDatum The table should have the title "MitgliedschaftsVertrags" und the data must be loaded from the server with the following relative URL: "/MitgliedschaftsVertragService/mitgliedschaftsvertrag/mitglied/{id}" Add a HTML table to the view with the following Zahlung columns: - column: ZeitraumStart - column: IstErfolgreich - column: ZahlungsDatum - column: MitgliedschaftsVertrag - column: Mitglied - column: Betrag - column: ZeitraumEnde - column: ExterneReferenz - column: Waehrung - column: ZahlungsTyp - column: FitnessStudio The table should have the title "Zahlungs" und the data must be loaded from the server with the following relative URL: "/MitgliedService/zahlung/mitglied/{id}" Add a HTML table to the view with the following ServiceTermin columns: - column: Mitarbeiter - column: Notizen - column: StartZeit - column: Status - column: FitnessStudio - column: ServiceTyp - column: Mitglied - column: EndZeit The table should have the title "ServiceTermins" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/servicetermin/mitglied/{id}" 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/mitglied/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum