Overview
Summary
Contact
Donate
Imprint
Prompt for the
CategoryView
Please create a React-JS view called "CategoryView" for the fields of the Category entity. The CategoryView must contain the following fields: - name: Description type: STRING - name: IsActive type: BOOL - name: Name type: STRING An existing Category entity should be loaded from the relative URL: "/AdService/category/{id}" (HTTP-GET) If a new Category entity has been created, the new entity should be posted to the relative URL: "/AdService/category" (HTTP-POST) If an existing Category entity has been updated, the modified entity should be sent to the relative URL: "/AdService/category/{id}" (HTTP-PUT) If an existing Category entity has to be deleted, the following relative URL should be called: "/AdService/category/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Video columns: - column: ResolutionHeight - column: VisibilityRegionRestrictionJson - column: DefaultCaptionLanguage - column: PrivacyStatus - column: Language - column: MadeForKids - column: ThumbnailDefault - column: CreatedAt - column: Title - column: FrameRate - column: CommentCountCached - column: Category - column: ResolutionWidth - column: ThumbnailMedium - column: OriginalFileName - column: UpdatedAt - column: LikeCountCached - column: ThumbnailHigh - column: ViewCountCached - column: PublishedAt - column: Channel - column: DurationSeconds - column: Status - column: FilePathOrStorageKey - column: LicenseType - column: Description The table should have the title "Videos" und the data must be loaded from the server with the following relative URL: "/VideoService/video/category/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint