Working on a blog-like iPhone app using Swift (with a Storyboard) and Parse and have been struggling for several weeks now in developing a comment/reply system similar to the Facebook iOS app and other social network apps.
Is my current Parse data model structure set up appropriately to have this type of functionality where users can create posts and comment/reply on posts? (ie: not sure how many classes/tables to create, if I have the right columns, if I'm using the correct data types, etc). My goal is to set it up so that there is a relationship between a Post and its comments/replies (also who authored the post, comment, etc).
Currently in Parse, I have the following three tables in the Parse data browser:
Please forgive any complexity...if something is not clear, please ask!
Thank you for your time! I greatly appreciate any help!