nestedcomments
Module for displaying nested comments
Nested Comments Reusable Overview
This reusable is used within the postcell reusable. It contains the list of Comments for that Post as well as the replies to any of those comments. Adding a "like" to a comment simply entails adding your user account to the list of Likes for that comment.
Key Workflows
Button Post is clicked and Current User is logged in
Creates a new
Commentand links it to the reusable’sPostComments that are a direct reply to posts should have a populated
Postfield and emptyParent commentfield
Button Reply is clicked and Current User is logged in
Creates a new
Commentand links it to its parent group’sCommentComments that are a reply to another comments should have a populated
Parent commentfield and an emptyPostfield
Key Elements
RepeatingGroup Comments
Contains the list of comments for that reusable’s
Post
RepeatingGroup Nested Comments
Contains the list of comments that are replies to the parent group’s
Comment
Last updated
Was this helpful?