Overview
Summary
Contact
Donate
Imprint
Prompt for the
UserAccountView
Please create a React-JS view called "UserAccountView" for the fields of the UserAccount entity. The UserAccountView must contain the following fields: - name: AccountStatus type: STRING - name: Bio type: STRING - name: Country type: STRING - name: CreatedAt type: DATE - name: DateOfBirth type: DATE - name: Email type: STRING - name: FullName type: STRING - name: IsPrivate type: BOOL - name: IsVerified type: BOOL - name: PasswordHash type: STRING - name: UpdatedAt type: DATE - name: Username type: STRING - name: Website type: STRING An existing UserAccount entity should be loaded from the relative URL: "/UserAccountService/useraccount/{id}" (HTTP-GET) If a new UserAccount entity has been created, the new entity should be posted to the relative URL: "/UserAccountService/useraccount" (HTTP-POST) If an existing UserAccount entity has been updated, the modified entity should be sent to the relative URL: "/UserAccountService/useraccount/{id}" (HTTP-PUT) If an existing UserAccount entity has to be deleted, the following relative URL should be called: "/UserAccountService/useraccount/{id}" (HTTP-DELETE) Add a HTML table to the view with the following UserFeatureFlag columns: - column: IsEnabled - column: CreatedAt - column: UserAccount - column: FeatureFlag The table should have the title "UserFeatureFlags" und the data must be loaded from the server with the following relative URL: "/FeatureFlagService/userfeatureflag/useraccount/{id}" Add a HTML table to the view with the following DirectMessage columns: - column: Reel - column: MediaUrl - column: Post - column: Sender - column: Story - column: ReplyToMessage - column: DirectThread - column: SeenAt - column: CreatedAt - column: Text - column: MessageType - column: IsSeen The table should have the title "DirectMessages" und the data must be loaded from the server with the following relative URL: "/DirectThreadService/directmessage/sender/{id}" Add a HTML table to the view with the following ReelView columns: - column: ViewDurationSeconds - column: UserAccount - column: ViewedAt - column: Reel The table should have the title "ReelViews" und the data must be loaded from the server with the following relative URL: "/ReelService/reelview/useraccount/{id}" Add a HTML table to the view with the following ReelLike columns: - column: UserAccount - column: CreatedAt - column: Reel The table should have the title "ReelLikes" und the data must be loaded from the server with the following relative URL: "/UserAccountService/reellike/useraccount/{id}" Add a HTML table to the view with the following UserHashtagFollow columns: - column: UserAccount - column: CreatedAt - column: Hashtag The table should have the title "UserHashtagFollows" und the data must be loaded from the server with the following relative URL: "/HashtagService/userhashtagfollow/useraccount/{id}" Add a HTML table to the view with the following Story columns: - column: Caption - column: ExpiresAt - column: UserAccount - column: IsCloseFriendsOnly - column: IsHighlight - column: HighlightTitle - column: CreatedAt The table should have the title "Storys" und the data must be loaded from the server with the following relative URL: "/StoryService/story/useraccount/{id}" Add a HTML table to the view with the following Notification columns: - column: Post - column: Story - column: SourceUser - column: Reel - column: Type - column: Comment - column: DirectMessage - column: IsRead - column: CreatedAt - column: UserAccount The table should have the title "Notifications" und the data must be loaded from the server with the following relative URL: "/ReelService/notification/useraccount/{id}" Add a HTML table to the view with the following Notification columns: - column: Post - column: Story - column: SourceUser - column: Reel - column: Type - column: Comment - column: DirectMessage - column: IsRead - column: CreatedAt - column: UserAccount The table should have the title "Notifications" und the data must be loaded from the server with the following relative URL: "/ReelService/notification/sourceuser/{id}" Add a HTML table to the view with the following PostTag columns: - column: TaggedUser - column: CreatedAt - column: PositionY - column: Post - column: PositionX The table should have the title "PostTags" und the data must be loaded from the server with the following relative URL: "/SavedCollectionService/posttag/taggeduser/{id}" Add a HTML table to the view with the following IGTVVideo columns: - column: Title - column: Description - column: DurationSeconds - column: UpdatedAt - column: UserAccount - column: SeriesTitle - column: CreatedAt The table should have the title "IGTVVideos" und the data must be loaded from the server with the following relative URL: "/LanguageService/igtvvideo/useraccount/{id}" Add a HTML table to the view with the following Device columns: - column: LastActiveAt - column: IsPushEnabled - column: CreatedAt - column: OsVersion - column: UserAccount - column: AppVersion - column: Platform The table should have the title "Devices" und the data must be loaded from the server with the following relative URL: "/DirectThreadService/device/useraccount/{id}" Add a HTML table to the view with the following UserLanguage columns: - column: UserAccount - column: IsPrimary - column: Language The table should have the title "UserLanguages" und the data must be loaded from the server with the following relative URL: "/LanguageService/userlanguage/useraccount/{id}" Add a HTML table to the view with the following PostLike columns: - column: UserAccount - column: Post - column: CreatedAt The table should have the title "PostLikes" und the data must be loaded from the server with the following relative URL: "/DirectThreadService/postlike/useraccount/{id}" Add a HTML table to the view with the following Reel columns: - column: Caption - column: DurationSeconds - column: CreatedAt - column: UserAccount - column: IsRemixAllowed - column: AudioTrack - column: UpdatedAt - column: Visibility The table should have the title "Reels" und the data must be loaded from the server with the following relative URL: "/ReelService/reel/useraccount/{id}" Add a HTML table to the view with the following StoryView columns: - column: ViewedAt - column: Story - column: Viewer The table should have the title "StoryViews" und the data must be loaded from the server with the following relative URL: "/FeatureFlagService/storyview/viewer/{id}" Add a HTML table to the view with the following SavedCollection columns: - column: CreatedAt - column: UserAccount - column: Name The table should have the title "SavedCollections" und the data must be loaded from the server with the following relative URL: "/SavedCollectionService/savedcollection/useraccount/{id}" Add a HTML table to the view with the following CommentLike columns: - column: CreatedAt - column: Comment - column: UserAccount The table should have the title "CommentLikes" und the data must be loaded from the server with the following relative URL: "/UserAccountService/commentlike/useraccount/{id}" Add a HTML table to the view with the following Comment columns: - column: UpdatedAt - column: UserAccount - column: IsDeleted - column: CreatedAt - column: IsPinned - column: ParentComment - column: Post - column: Text The table should have the title "Comments" und the data must be loaded from the server with the following relative URL: "/StoryService/comment/useraccount/{id}" Add a HTML table to the view with the following Report columns: - column: ReportedUser - column: Reporter - column: Post - column: CreatedAt - column: Reel - column: Comment - column: Story - column: Status - column: Reason - column: Details - column: UpdatedAt The table should have the title "Reports" und the data must be loaded from the server with the following relative URL: "/StoryService/report/reporter/{id}" Add a HTML table to the view with the following Report columns: - column: ReportedUser - column: Reporter - column: Post - column: CreatedAt - column: Reel - column: Comment - column: Story - column: Status - column: Reason - column: Details - column: UpdatedAt The table should have the title "Reports" und the data must be loaded from the server with the following relative URL: "/StoryService/report/reporteduser/{id}" Add a HTML table to the view with the following DirectThreadParticipant columns: - column: UserAccount - column: DirectThread - column: JoinedAt - column: IsAdmin The table should have the title "DirectThreadParticipants" und the data must be loaded from the server with the following relative URL: "/UserAccountService/directthreadparticipant/useraccount/{id}" Add a HTML table to the view with the following FollowRelation columns: - column: Follower - column: IsCloseFriend - column: Followed - column: CreatedAt The table should have the title "FollowRelations" und the data must be loaded from the server with the following relative URL: "/HashtagService/followrelation/follower/{id}" Add a HTML table to the view with the following FollowRelation columns: - column: Follower - column: IsCloseFriend - column: Followed - column: CreatedAt The table should have the title "FollowRelations" und the data must be loaded from the server with the following relative URL: "/HashtagService/followrelation/followed/{id}" Add a HTML table to the view with the following ArchiveItem columns: - column: UserAccount - column: Post - column: ItemType - column: Story - column: ArchivedAt - column: Reel The table should have the title "ArchiveItems" und the data must be loaded from the server with the following relative URL: "/StoryService/archiveitem/useraccount/{id}" Add a HTML table to the view with the following Post columns: - column: Location - column: IsSponsored - column: CreatedAt - column: Visibility - column: Caption - column: UserAccount - column: UpdatedAt - column: IsArchived - column: MediaType The table should have the title "Posts" und the data must be loaded from the server with the following relative URL: "/UserAccountService/post/useraccount/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint