Social Network Template Reference
  • Welcome
  • Feature List
  • Quickstart Guide
  • GENERAL INFORMATION
    • Data Structure
    • Design & Layout
      • Styles
      • Homepage content and logos
      • Pages, groups, and popups
      • Padding
    • Functionality
      • Emails
      • Alerts
      • Hidden variables popup
  • ASSETS
    • Pages
      • index
      • search
      • feed
      • profile
      • login and loginsimple
      • owner
      • dashboard
      • termsofservice
      • privacypolicy
      • reset_pw
      • 404
      • standardpage
    • Reusables
      • header
      • footer
      • signup/login
      • popupsreusable
      • editpopupsreusable
      • menufocusgroup or Menu options (︙)
      • cookiespermission
      • homepageblocks
      • owner's portal reusables
        • ownerdashboard
        • ownergeneralsettings
        • ownerseosettings
        • ownersocialmediasettings
        • ownersocialmediainfo
        • ownerlegalpages
        • ownerhomepagesetup
        • ownerstyles
        • ownerfeaturebacklog
      • createpost
      • nestedcomments
      • postcell
      • messagesnotifcation
      • friendrequestnotification
    • API Workflows
Powered by GitBook
On this page
  • Nested Comments Reusable Overview
  • Key Workflows
  • Key Elements

Was this helpful?

  1. ASSETS
  2. Reusables

nestedcomments

Module for displaying nested comments

PreviouscreatepostNextpostcell

Last updated 6 years ago

Was this helpful?

Nested Comments Reusable Overview

This reusable is used within the . 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 Comment and links it to the reusable’s Post

  • Comments that are a direct reply to posts should have a populated Post field and empty Parent comment field

Button Reply is clicked and Current User is logged in

  • Creates a new Comment and links it to its parent group’s Comment

  • Comments that are a reply to another comments should have a populated Parent comment field and an empty Post field

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

postcell reusable