Hi all,
Currently building out a social app on the mobile editor.
I have a “showcase feed” view that I have built, which has a view comments text on each post.
I have set a workflow on the view comments text to navigate to the Showcase Comments view that I have built.
I’m unsure how to go any further with this, and ensure that the Showcase Comments view shows that showcase posts comments.
Any help from some more experienced Bubble Devs is appreciated
May I add that both of these “views” are built out using vertical lists
Let me see if I understand
- 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