I currently am creating a user forum, with my collections arranged as such:
Collections:
Topics>Discussions>Replies>Follow up Replies
The relationship between all of these is 1 to many all the way down to replies.
What I’d like to do is be able for users to edit or delete their replies. They should only be able to edit/delete discussions or replies or follow up reples they’ve submitted.
Do I need to create another collection called “edited replies” and “edited discussion” and “edited follow up replies?” Or is there a way to do this where I just use a click-action update the current page somehow?
Thanks for any insight!