User is on the “Feed” they can scroll all the posts
Each post has a text/button to “view comments”
When that button is clicked, the user navigates to a new view to see all the comments
The “View comments” View should display all the comments from the post that was clicked
Based on this, add a Property to the “View Comments” View which is the Showcase type, and then the vertical list should be its comments (because you stored them in a list or you can search for them if you set a reference)
You can create a Rg displaying all comments for that specific post
You can use the same datatype or a different as long as it has a datafield related to the og datatype post.
on the workflow part, whenever a user makes a comment, always set the og post to be parent group’s post so that it’s easy for you to filter the comments on the rg.
I have actually created a similar feature for this though it was for a blog section where users can make comments, if you need further explanation do let me know we can discuss more on a video call