Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PresseArtikelView
Please create a React-JS view called "PresseArtikelView" for the fields of the PresseArtikel entity. The PresseArtikelView must contain the following fields: - name: Inhalt type: STRING - name: IstAktiv type: BOOL - name: QuelleName type: STRING - name: QuelleUrl type: STRING - name: Slug type: STRING - name: Titel type: STRING - name: VeroeffentlichtAm type: DATE - name: Zusammenfassung type: STRING An existing PresseArtikel entity should be loaded from the relative URL: "/MitarbeiterService/presseartikel/{id}" (HTTP-GET) If a new PresseArtikel entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/presseartikel" (HTTP-POST) If an existing PresseArtikel entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/presseartikel/{id}" (HTTP-PUT) If an existing PresseArtikel entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/presseartikel/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PresseArtikelAutor columns: - column: PresseArtikel - column: Mitarbeiter - column: ExternerName The table should have the title "PresseArtikelAutors" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/presseartikelautor/presseartikel/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum