You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Login -> friend's profile -> Post -> create comment
Note: The post owner can delete all comments, other people can only delete their comments, other people cannot delete the post owner's comments
delete comment
Screens: Post
Actions: delete available comment
Endpoints: DELETE / /Post/deleteComment?id=
Flows:
Login -> Post -> delete comment
Login -> profile -> Post -> delete comment
Login -> page -> Post -> delete comment
Login -> group - Post -> delete comment
Login -> friend's profile -> Post -> delete comment
Note: The post owner can delete all comments, other people can only delete their comments, other people cannot delete the post owner's comments
update comment
Screens: Post
Actions: update comment information
Endpoints: PUT / /Post/updateComment?id=
Flows:
Login -> Post -> update comment
Login -> profile -> Post -> update comment
Login -> page -> Post -> update comment
Login -> group - Post -> update comment
Login -> friend's profile -> Post -> update comment
Create Reply(children comment)
Screens: Post
Actions: reply comment information
Endpoints: POST / /Post/Comment/Reply?commentid=
Flows:
Login -> Post -> Post comment -> create comment
Login -> profile -> Post -> Post comment -> reply comment
Login -> page -> Post -> Post comment -> reply comment
Login -> group - Post -> Post comment -> reply comment
Login -> friend's profile -> Post -> Post comment -> reply comment
Comment service:
Create comment
Note: The post owner can delete all comments, other people can only delete their comments, other people cannot delete the post owner's comments
delete comment
Note: The post owner can delete all comments, other people can only delete their comments, other people cannot delete the post owner's comments
update comment
Create Reply(children comment)
Delete Reply(children comment)
Update Reply(children comment)
Create Media
Delete Media
Tag