Implement a reusable component for displaying replies/comments. This attached image shows 2 comments/posts.
Acceptance Criteria
[ ] Parameter for user information. This data structure should have enough information to render the user avatar. Refer to #3 for more details.
[ ] Parameter for post/comment content
[ ] Parameter for DateTime
[ ] Parameter for ID -- which uniquely identifies this post in the database
.... debatable on which is the right move here but I would suspect having callback events for both the report and reply button would suffice. Both of these events should pass the post/comment ID -- making it easy for us to identify said item.
Implement a reusable component for displaying replies/comments. This attached image shows 2 comments/posts.
Acceptance Criteria
.... debatable on which is the right move here but I would suspect having callback events for both the
report
andreply
button would suffice. Both of these events should pass the post/comment ID -- making it easy for us to identify said item.