Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PageView
Please create a React-JS view called "PageView" for the fields of the Page entity. The PageView must contain the following fields: - name: Content type: STRING - name: IsPublished type: BOOL - name: MetaDescription type: STRING - name: Slug type: STRING - name: Title type: STRING An existing Page entity should be loaded from the relative URL: "/PerformerService/page/{id}" (HTTP-GET) If a new Page entity has been created, the new entity should be posted to the relative URL: "/PerformerService/page" (HTTP-POST) If an existing Page entity has been updated, the modified entity should be sent to the relative URL: "/PerformerService/page/{id}" (HTTP-PUT) If an existing Page entity has to be deleted, the following relative URL should be called: "/PerformerService/page/{id}" (HTTP-DELETE) Add a HTML table to the view with the following NavigationItem columns: - column: IsVisible - column: Page - column: Label - column: ParentItem - column: DisplayOrder - column: Url The table should have the title "NavigationItems" und the data must be loaded from the server with the following relative URL: "/PerformerService/navigationitem/page/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum