Overview
Summary
Contact
Donate
Imprint
Prompt for the
CommunityChatView
Please create a React-JS view called "CommunityChatView" for the fields of the CommunityChat entity. The CommunityChatView must contain the following fields: - name: Chat type: Chat - name: CommunitySpace type: CommunitySpace - name: IsAnnouncement type: BOOL The data source for the [Chat] select control should be loaded from the relative URL: "/ChatService/chat" (HTTP-GET) The data source for the [CommunitySpace] select control should be loaded from the relative URL: "/CommunitySpaceService/communityspace" (HTTP-GET) An existing CommunityChat entity should be loaded from the relative URL: "/CommunitySpaceService/communitychat/{id}" (HTTP-GET) If a new CommunityChat entity has been created, the new entity should be posted to the relative URL: "/CommunitySpaceService/communitychat" (HTTP-POST) If an existing CommunityChat entity has been updated, the modified entity should be sent to the relative URL: "/CommunitySpaceService/communitychat/{id}" (HTTP-PUT) If an existing CommunityChat entity has to be deleted, the following relative URL should be called: "/CommunitySpaceService/communitychat/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint